summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-01 22:36:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-01 22:36:35 +0200
commitadd3f2ce5402e18a28f3dac5315a583549e49102 (patch)
tree888436b7132fe947dfc627b041b00a0da1bfdb73 /kde-frameworks/frameworkintegration
parent84b60dbc814ac8374a988fb705b5067055f60b45 (diff)
downloadkde-add3f2ce5402e18a28f3dac5315a583549e49102.tar.gz
kde-add3f2ce5402e18a28f3dac5315a583549e49102.tar.bz2
kde-add3f2ce5402e18a28f3dac5315a583549e49102.zip
kde-frameworks/frameworkintegration: 5.73.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.73.0.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
new file mode 100644
index 00000000000..756e65791f4
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -0,0 +1 @@
+DIST frameworkintegration-5.73.0.tar.xz 1754424 BLAKE2B 1f704d1f3e10c8eef0244defb8e5bbc007b48a921f1e209d1625c17b39ca491e7b804b6ca2fbba7ff8375b8b4f359683dcd98190b25d275cf4b0e77b2e5088e9 SHA512 23366afa4ac57a9b642f93eac2a4bb31ca18afbc1073688bd9e95e317a9b0f3f7854311948ab962e536eea9d04a07411ac7bf1d5863fe79e7d82819761130cfd
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.73.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.73.0.ebuild
new file mode 100644
index 00000000000..2aee64430b0
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.73.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# drop qtwidgets subslot operator when QT_MINIMAL >= 5.15.0
+RDEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5=
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kiconthemes-${PVCUT}*:5
+ =kde-frameworks/knewstuff-${PVCUT}*:5
+ =kde-frameworks/knotifications-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+ =kde-frameworks/kpackage-${PVCUT}*:5
+ =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+
+# requires running Plasma environment
+RESTRICT+=" test"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
+ )
+
+ ecm_src_configure
+}