From 7ed6b42adb46d6e23c9e523d49d4ed0b4bc04aaf Mon Sep 17 00:00:00 2001 From: "E. Liddell" Date: Sat, 21 Nov 2020 01:28:00 +0100 Subject: 14.0.8 ebuilds for tdebase, tdeartwork, tdeutils, and their dependencies (also 14.0.7 ebuild for kworldclock), and removal of obsolete 14.0.6 ebuilds. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also removed all references to ispell (no longer in main portage tree, aspell provides same functionality) and streamlined spelling flags in general. Signed-off-by: E. Liddell Signed-off-by: Slávek Banko --- media-libs/libart_lgpl/libart_lgpl-14.0.8.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 media-libs/libart_lgpl/libart_lgpl-14.0.8.ebuild (limited to 'media-libs/libart_lgpl/libart_lgpl-14.0.8.ebuild') diff --git a/media-libs/libart_lgpl/libart_lgpl-14.0.8.ebuild b/media-libs/libart_lgpl/libart_lgpl-14.0.8.ebuild new file mode 100644 index 00000000..55325545 --- /dev/null +++ b/media-libs/libart_lgpl/libart_lgpl-14.0.8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Copyright 2020 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_MODULE_TYPE="dependencies" +TRINITY_MODULE_NAME="libart-lgpl" +inherit trinity-base-2 + +DESCRIPTION="LGPL version of libart maintained by TDE" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +src_configure() { + cmake-utils_src_configure +} -- cgit v1.2.1