diff options
Diffstat (limited to 'trinity-apps/libkexiv2')
-rw-r--r-- | trinity-apps/libkexiv2/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/libkexiv2/libkexiv2-14.0.13.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/libkexiv2/Manifest b/trinity-apps/libkexiv2/Manifest index 4e1fe07e..2cae7062 100644 --- a/trinity-apps/libkexiv2/Manifest +++ b/trinity-apps/libkexiv2/Manifest @@ -1 +1,2 @@ DIST libkexiv2-trinity-14.0.12.tar.xz 31684 BLAKE2B 6da95e98d4f7d8390d8dd5b11122a57af2e53c28cea747e5c04d7a714ea70ea0fc2ce70e8a3701015c57b26bfee7dae135116dfb4c97805eea1cef0d9e75e5ff SHA512 ed6117dc01b50a10fdd0aee5982d513c6f45fee06821149462cb8b9d012b91e44754ef2fc2a1fbcda2951161843eb7dd4d9c69dfff1bed86a5cc4fb7ed33ee22 +DIST libkexiv2-trinity-14.0.13.tar.xz 31672 BLAKE2B a1a025e46c53258b5770d80c5b7e7332e76295fbcad31d5ae69141434c9550dafc7ee2cb6ea9b4b5b8c45bb812e1f344ceb01c98a61663b5670f1323e699e8be SHA512 d2231d649f9c0327b9137525e4efb81bae458143c5eb21ea609fb474bb85319e5bebde8e7b029643524dfa61499c0c5d4dc18b7d1717228d7786fb198dd7d617 diff --git a/trinity-apps/libkexiv2/libkexiv2-14.0.13.ebuild b/trinity-apps/libkexiv2/libkexiv2-14.0.13.ebuild new file mode 100644 index 00000000..1eb49bcf --- /dev/null +++ b/trinity-apps/libkexiv2/libkexiv2-14.0.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_MODULE_TYPE="libraries" +inherit trinity-base-2 + +DESCRIPTION="Wrapper around exiv2 library [Trinity]" +HOMEPAGE="https://trinitydesktop.org/" +LICENSE="|| ( GPL-2 GPL-3 )" + +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi +IUSE="" + +DEPEND="media-gfx/exiv2 + net-dns/libidn +" + +RDEPEND="${DEPEND}" |