summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-03 08:10:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-03 08:15:12 +0100
commita37b5d87f463934ca7cd3b8c55dc8e15125bdbac (patch)
tree51819fd82852b2b361adcd637e4c3b3d98c7996e
parent01dbbf74c356dff3ab703b5f48b45f6babd6d635 (diff)
downloadkde-a37b5d87f463934ca7cd3b8c55dc8e15125bdbac.tar.gz
kde-a37b5d87f463934ca7cd3b8c55dc8e15125bdbac.tar.bz2
kde-a37b5d87f463934ca7cd3b8c55dc8e15125bdbac.zip
kde-apps/kapptemplate: 20.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kapptemplate/Manifest1
-rw-r--r--kde-apps/kapptemplate/kapptemplate-20.08.3.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest
new file mode 100644
index 00000000000..2ff739eee55
--- /dev/null
+++ b/kde-apps/kapptemplate/Manifest
@@ -0,0 +1 @@
+DIST kapptemplate-20.08.3.tar.xz 335632 BLAKE2B a177522814ba5dc726a980592433443d6e17f1afec3901d0ea95e2045c902c7104ba256ab8cc35167dab2520a5cfb48c510401d0670a32eb7da30b8fed31cf90 SHA512 3d13a73d80e31c50d6a4d9ffa8e54b86638c6b87f7ba6e10d76114381fd55b8775c8329c0ca6c7647b9a357d3221c58e3e188db3281579648e68064916df4464
diff --git a/kde-apps/kapptemplate/kapptemplate-20.08.3.ebuild b/kde-apps/kapptemplate/kapptemplate-20.08.3.ebuild
new file mode 100644
index 00000000000..bbf7fc8b44b
--- /dev/null
+++ b/kde-apps/kapptemplate/kapptemplate-20.08.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
+KFMIN=5.74.0
+QTMIN=5.15.1
+inherit ecm kde.org
+
+DESCRIPTION="Shell script to create the necessary framework to develop KDE applications"
+HOMEPAGE="https://apps.kde.org/en/kapptemplate"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"