aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-07 16:13:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-07 16:14:17 +0100
commit0dc518d1441c1ce438e070d3a7aac18f46587ed4 (patch)
tree2bad1debce8d7787dbcaecf5fddf8c3820381339 /kde-frameworks/kdesignerplugin
parentDocumentation: Add KDE Frameworks 5.68 (diff)
downloadkde-0dc518d1441c1ce438e070d3a7aac18f46587ed4.tar.gz
kde-0dc518d1441c1ce438e070d3a7aac18f46587ed4.tar.bz2
kde-0dc518d1441c1ce438e070d3a7aac18f46587ed4.zip
kde-frameworks: Add KDE Frameworks 5.68.0
Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kdesignerplugin')
-rw-r--r--kde-frameworks/kdesignerplugin/Manifest1
-rw-r--r--kde-frameworks/kdesignerplugin/kdesignerplugin-5.68.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/kdesignerplugin/Manifest b/kde-frameworks/kdesignerplugin/Manifest
new file mode 100644
index 0000000000..df7fb4f5d3
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/Manifest
@@ -0,0 +1 @@
+DIST kdesignerplugin-5.68.0.tar.xz 73184 BLAKE2B d663a37f6e4f2d673c63367e4afc7f2cfaf07b54e82054c3ddab2413ed666f01d89a5bdb50164a3133d739f6ab4d92073b71840e67e504b509f6063dd18b47a8 SHA512 b8d7103e223274377a109a961530ea0c5aa630134467b4baaf3c26b762319aac62f34357512e9a6c0fed9dacf61c1f71521f0a08d947cc5f2b845257a3e5faef
diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.68.0.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.68.0.ebuild
new file mode 100644
index 0000000000..bbb98d443d
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.68.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in QtDesigner"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"