summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 13:25:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 14:21:34 +0100
commit10af20f720194bb4ea327e2d9ea48eaf304c47bc (patch)
tree98c87fd63956ef8e5ba4b1c7a0228884b2e69f31 /kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-21.08.3.ebuild
parentkde-apps/kdesdk-kioslaves: 21.08.3 version bump (diff)
downloadgentoo-10af20f720194bb4ea327e2d9ea48eaf304c47bc.tar.gz
gentoo-10af20f720194bb4ea327e2d9ea48eaf304c47bc.tar.bz2
gentoo-10af20f720194bb4ea327e2d9ea48eaf304c47bc.zip
kde-apps/kdesdk-thumbnailers: 21.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-21.08.3.ebuild')
-rw-r--r--kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-21.08.3.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-21.08.3.ebuild b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-21.08.3.ebuild
new file mode 100644
index 000000000000..8e346c2a2b56
--- /dev/null
+++ b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-21.08.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.84.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Thumbnail generator for PO files"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ sys-devel/gettext
+"
+RDEPEND="${DEPEND}"