diff options
author | ormorph <roma251078@mail.ru> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/libkexiv2 | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/libkexiv2')
-rw-r--r-- | trinity-apps/libkexiv2/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/libkexiv2/libkexiv2-14.1.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/libkexiv2/Manifest b/trinity-apps/libkexiv2/Manifest index 421a75e0..f054acbf 100644 --- a/trinity-apps/libkexiv2/Manifest +++ b/trinity-apps/libkexiv2/Manifest @@ -1 +1,2 @@ DIST libkexiv2-trinity-14.0.13.tar.xz 31672 BLAKE2B a1a025e46c53258b5770d80c5b7e7332e76295fbcad31d5ae69141434c9550dafc7ee2cb6ea9b4b5b8c45bb812e1f344ceb01c98a61663b5670f1323e699e8be SHA512 d2231d649f9c0327b9137525e4efb81bae458143c5eb21ea609fb474bb85319e5bebde8e7b029643524dfa61499c0c5d4dc18b7d1717228d7786fb198dd7d617 +DIST libkexiv2-trinity-14.1.0.tar.xz 31680 BLAKE2B 8f9c579bf8049776b5b17397532c47487704893f9647864f5ebc980316f6153ffe604df0ec20099f55321fcbea2bdb5fbd72b52155b00e7b2bdeb5b1b330f588 SHA512 61ac80f3ab2694a627a92dd396ba10a08210e833db9ab36c81d270e3f96982b552a341f8b2dca52ddb89e45b9dcc74ae9dd868ec1d4d04f4abc1feae75da04f2 diff --git a/trinity-apps/libkexiv2/libkexiv2-14.1.0.ebuild b/trinity-apps/libkexiv2/libkexiv2-14.1.0.ebuild new file mode 100644 index 00000000..e9f7ea4d --- /dev/null +++ b/trinity-apps/libkexiv2/libkexiv2-14.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Copyright 2021-2023 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}" |