summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 10:55:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:34:41 +0100
commitd07cdbdc2b7eec8d26d385e6503d10ca9e1a1b48 (patch)
treeee550b0c5f600cf989605b1be3e3a848dcb93943 /kde-apps/libkexiv2/libkexiv2-24.02.1.ebuild
parentkde-apps/libkdcraw: 24.02.1 version bump (diff)
downloadgentoo-d07cdbdc2b7eec8d26d385e6503d10ca9e1a1b48.tar.gz
gentoo-d07cdbdc2b7eec8d26d385e6503d10ca9e1a1b48.tar.bz2
gentoo-d07cdbdc2b7eec8d26d385e6503d10ca9e1a1b48.zip
kde-apps/libkexiv2: 24.02.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkexiv2/libkexiv2-24.02.1.ebuild')
-rw-r--r--kde-apps/libkexiv2/libkexiv2-24.02.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/libkexiv2/libkexiv2-24.02.1.ebuild b/kde-apps/libkexiv2/libkexiv2-24.02.1.ebuild
new file mode 100644
index 000000000000..ca283edfda18
--- /dev/null
+++ b/kde-apps/libkexiv2/libkexiv2-24.02.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Wrapper around exiv2 library"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="+xmp"
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=media-gfx/exiv2-0.25:=[xmp=]
+"
+RDEPEND="${DEPEND}"