diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 12:36:39 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 13:35:47 +0200 |
commit | 5964fc1686262bf270222f20c374c46ccc347971 (patch) | |
tree | 158363b210551f22c94730e105ff1901cf668782 /kde-apps/libkexiv2/libkexiv2-23.04.2.ebuild | |
parent | kde-apps/libkdcraw: 23.04.2 version bump (diff) | |
download | gentoo-5964fc1686262bf270222f20c374c46ccc347971.tar.gz gentoo-5964fc1686262bf270222f20c374c46ccc347971.tar.bz2 gentoo-5964fc1686262bf270222f20c374c46ccc347971.zip |
kde-apps/libkexiv2: 23.04.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkexiv2/libkexiv2-23.04.2.ebuild')
-rw-r--r-- | kde-apps/libkexiv2/libkexiv2-23.04.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/libkexiv2/libkexiv2-23.04.2.ebuild b/kde-apps/libkexiv2/libkexiv2-23.04.2.ebuild new file mode 100644 index 000000000000..08e03a549bfd --- /dev/null +++ b/kde-apps/libkexiv2/libkexiv2-23.04.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +QTMIN=5.15.9 +inherit ecm gear.kde.org + +DESCRIPTION="Wrapper around exiv2 library" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="+xmp" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=media-gfx/exiv2-0.25:=[xmp=] +" +RDEPEND="${DEPEND}" |