summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 22:19:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 22:29:53 +0200
commitc617a7f994a2f51067d89ffd885b033a2222f79f (patch)
treea1e306d501e0c847317130ae1c9b9e560348f57f /kde-frameworks
parentebdf0bfe962ddf05add5466cdf95d83b5d6a7a10 (diff)
downloadkde-c617a7f994a2f51067d89ffd885b033a2222f79f.tar.gz
kde-c617a7f994a2f51067d89ffd885b033a2222f79f.tar.bz2
kde-c617a7f994a2f51067d89ffd885b033a2222f79f.zip
kde-frameworks/frameworkintegration: 6.16.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-6.16.0.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
new file mode 100644
index 00000000000..7d31c1d18a3
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -0,0 +1 @@
+DIST frameworkintegration-6.16.0.tar.xz 56840 BLAKE2B 460c77b38b23c2c56744dd1c8b3e074f8e30b0eafedd539e7f1a2a5150878ed6cc77dfa42f253cc68b9dacba5966355437831964148d2cbfc975ebc7f3143cdb SHA512 6eafa9ee54b809e646f4d9d7c0452d3d03b3068a3723623f59259332c5e3050053a7669b092f9f331fca3f553077cdd4863b471b6a76b133d024849dc62d357c
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-6.16.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-6.16.0.ebuild
new file mode 100644
index 00000000000..9f075b8aa0e
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-6.16.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running Plasma environment
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ =kde-frameworks/kcolorscheme-${KDE_CATV}*:6
+ =kde-frameworks/kconfig-${KDE_CATV}*:6
+ =kde-frameworks/ki18n-${KDE_CATV}*:6
+ =kde-frameworks/kiconthemes-${KDE_CATV}*:6
+ =kde-frameworks/knewstuff-${KDE_CATV}*:6
+ =kde-frameworks/knotifications-${KDE_CATV}*:6
+ =kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6
+"
+DEPEND="${RDEPEND}
+ =kde-frameworks/kpackage-${KDE_CATV}*:6
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt6=ON
+ )
+
+ ecm_src_configure
+}