summaryrefslogtreecommitdiffstats
path: root/trinity-apps/digikam
diff options
context:
space:
mode:
authorormorph <[email protected]>2022-10-28 12:41:56 +0200
committerormorph <[email protected]>2022-10-28 19:43:12 +0200
commit345c52699ff344a3bd46c0ee5df765dc404ac3d1 (patch)
tree752a6cb2512e0573cc46d7e89d3575a7a91840c6 /trinity-apps/digikam
parentcc26a6f102600556b4f96fd651ac2b67482e6932 (diff)
downloadtde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.tar.gz
tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.zip
Added version 14.0.13
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/digikam')
-rw-r--r--trinity-apps/digikam/Manifest1
-rw-r--r--trinity-apps/digikam/digikam-14.0.13.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/digikam/Manifest b/trinity-apps/digikam/Manifest
index b2d8f22d..50f1895d 100644
--- a/trinity-apps/digikam/Manifest
+++ b/trinity-apps/digikam/Manifest
@@ -1 +1,2 @@
DIST digikam-trinity-14.0.12.tar.xz 54241608 BLAKE2B 86a3f314cd1346f2bf105c6e7aefbc87d2526ffbb36c72ea1eec011cd18a7f0e119c42f04e46a88761f435480ae8e998b4f6c4526a06af130627dabe09ffeda2 SHA512 088250fd12d64a1c84ed251a8a9a1a968825df2ef6bea4b8d98dda94c999885294f10de86604268681ed1ce9abb4eab31d9ded5f024dfa6c64f6a1318e4d3705
+DIST digikam-trinity-14.0.13.tar.xz 54246224 BLAKE2B c6227b439367294a81ac600a30ea62af56bd7851ce4ba3c270ab55b2f55b2f536f3bb31ac3bca68d1f9e2963a5937f72c521e0828caf8fb28f6151b452156ae7 SHA512 ce2aa5906f6723ed0df1d585f2ee99494141f01f062653ee822931463a9ceea6cd1a7153fa096064b14ccdc4fa56c2bce828ff1c83164e5d6ca9e6a469fd716a
diff --git a/trinity-apps/digikam/digikam-14.0.13.ebuild b/trinity-apps/digikam/digikam-14.0.13.ebuild
new file mode 100644
index 00000000..013fc5f6
--- /dev/null
+++ b/trinity-apps/digikam/digikam-14.0.13.ebuild
@@ -0,0 +1,33 @@
+# 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_EXTRAGEAR_PACKAGING="yes"
+TRINITY_MODULE_TYPE="applications/graphics"
+TRINITY_BUILD_ADMIN="yes"
+TRINITY_LANGS="ar bg br ca cs cy da de el en_GB es et fa fi fr gl he hu is it ja ka lt
+ mk ms mt nb nds nl nn pa pl pt pt_BR ro ru rw sk sl sr sr@Latn sv ta th
+ tr uk vi zh_CN zh_TW"
+inherit flag-o-matic trinity-base-2
+
+DESCRIPTION="Digital photo management application [Trinity]"
+HOMEPAGE="https://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+IUSE=""
+DEPEND="media-libs/lcms:2
+ media-libs/libgphoto2
+ media-libs/jasper
+ ~trinity-apps/libkexiv2-${PV}
+ ~trinity-apps/libkdcraw-${PV}
+ ~trinity-apps/libkipi-${PV}
+ dev-db/sqlite
+"
+
+RDEPEND="${DEPEND}"