diff options
author | E. Liddell <ejlddll@warpmail.net> | 2020-04-05 16:58:55 -0400 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2020-04-22 14:37:29 +0200 |
commit | 754451fa2590c3993647f732db9ba7f86ab38385 (patch) | |
tree | 2639fcf1f6db16eb4990176aed15239ff3ba55a6 | |
parent | d4bfee77206b2b8101d4c1d0edcc877cfde1bbf7 (diff) | |
download | tde-packaging-gentoo-754451fa2590c3993647f732db9ba7f86ab38385.tar.gz tde-packaging-gentoo-754451fa2590c3993647f732db9ba7f86ab38385.zip |
Added libart_lgpl stable ebuild
-rw-r--r-- | media-libs/libart_lgpl/libart_lgpl-14.0.6.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-libs/libart_lgpl/libart_lgpl-14.0.6.ebuild b/media-libs/libart_lgpl/libart_lgpl-14.0.6.ebuild new file mode 100644 index 00000000..06321740 --- /dev/null +++ b/media-libs/libart_lgpl/libart_lgpl-14.0.6.ebuild @@ -0,0 +1,17 @@ +# 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="A LGPL version of libart maintained by TDE" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +src_configure() { + cmake-utils_src_configure +} |