aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-07 22:12:36 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-07 22:12:36 +0100
commitcf82c2a2147c583ce0fa2415f88b8cd3f16d90ec (patch)
treef403855823bf71adb5a66fdcff7f1ea27e7f3da0 /kde-frameworks/kdesignerplugin
parentkde-frameworks/kdelibs4support: 5.76.0 version bump (diff)
downloadkde-cf82c2a2147c583ce0fa2415f88b8cd3f16d90ec.tar.gz
kde-cf82c2a2147c583ce0fa2415f88b8cd3f16d90ec.tar.bz2
kde-cf82c2a2147c583ce0fa2415f88b8cd3f16d90ec.zip
kde-frameworks/kdesignerplugin: 5.76.0 version bump
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.76.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..205b899d7d
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/Manifest
@@ -0,0 +1 @@
+DIST kdesignerplugin-5.76.0.tar.xz 73452 BLAKE2B 2456229d6ddf1539104c6f344732b1249e31438127d4d354abbe29323e852b357ba68502f28e6d4c800a010d759a4aa82e0ca88885bf7a48d3243def25eb49f9 SHA512 2f49410b9c350dc1c0f263a8e46dbb4fea2009ccf716037e7ab655dbc3f7b86eea1fa11d85a2e99bc298ecf89d1e78d068873fdb7514ebda6eff906d39c5c9e4
diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.76.0.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.76.0.ebuild
new file mode 100644
index 0000000000..0433d915f4
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.76.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.15.1
+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}"