aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-01 22:36:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-01 22:36:45 +0200
commit720f50ab28732cbaf62a8473f71723c2a10f6fd2 (patch)
tree8b0c06db2b8a12863849416f7d0fa1f2aa65671b
parentkde-frameworks/kdelibs4support: 5.73.0 version bump (diff)
downloadkde-720f50ab.tar.gz
kde-720f50ab.tar.bz2
kde-720f50ab.zip
kde-frameworks/kdesignerplugin: 5.73.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kdesignerplugin/Manifest1
-rw-r--r--kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.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..b6352e1b60
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/Manifest
@@ -0,0 +1 @@
+DIST kdesignerplugin-5.73.0.tar.xz 73292 BLAKE2B e6ed00f2f1d083bdc847e8ad1e6195aa2f282f8a2edee9991c752f4fb94602df7617659f7c202f742612acbcfba7b260b420baa9fc2782f60e541ae7221bae23 SHA512 5ded7036a14ada32dd46153ad8a5867a49fb212841d8a57fc58ed152b75e1541a12b905f95a925fcda0479cdd70963b04a9cc3e1c79b3fda8276eb33f0978d28
diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.0.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.0.ebuild
new file mode 100644
index 0000000000..504d9c4e02
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.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.14.2
+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}"