summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-10-16 16:23:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-10-16 21:05:01 +0200
commit312af8147fdfdb902a9edd97f29855ee5f48bcdb (patch)
tree6bc1cf835238453d0ff7811d53326dfec5116dbb /kde-plasma/plasma-integration
parentcfd8393579865403368c26c44fb0a5b1d7b13b2b (diff)
downloadkde-312af8147fdfdb902a9edd97f29855ee5f48bcdb.tar.gz
kde-312af8147fdfdb902a9edd97f29855ee5f48bcdb.tar.bz2
kde-312af8147fdfdb902a9edd97f29855ee5f48bcdb.zip
kde-plasma/plasma-integration: 6.5.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r--kde-plasma/plasma-integration/Manifest1
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-6.5.0.ebuild86
2 files changed, 87 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 88d12b417bb..37ee9e881fb 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
DIST plasma-integration-6.4.91.tar.xz 98068 BLAKE2B e97439495d0a6c0c1f376a8c8767b58ea180eddcca89a31473a7f94f2ab313fe4b354ca4e6e3c702004b04c9b0cd25b75bc215c811e2069a96b5a45cd8fa3dc3 SHA512 388a4e51596dd0a89cf8d076b11e68bb116bd5267bbd24fb308bec71f4286585a92cb3fc1ded67141c14a7a8f4c880c1ecd90c1b08c18bda3df3248a7085fc72
+DIST plasma-integration-6.5.0.tar.xz 98192 BLAKE2B c84b43744f1e2af1a434426b474e4ebbc9d274b16cc9106fcdd02b160aa11bb1278df03a17283ac7e1e998b3aeb5a2b08fd67f3679db19d6bf60e5cecbe9f386 SHA512 c064ece86909afa7bf1c5baf18a953eb17f3d39cc43eef2cf5d78b55c784d1b782befe2c8a37a9cd747a58f2c43695d04ca5231051ee537c7a67d23db1f63f0e
diff --git a/kde-plasma/plasma-integration/plasma-integration-6.5.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-6.5.0.ebuild
new file mode 100644
index 00000000000..0ab6fb77111
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-6.5.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KF5MIN=5.116.0
+KFMIN=6.18.0
+QT5MIN=5.15.17
+QTMIN=6.9.1
+inherit ecm plasma.kde.org xdg
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="qt5"
+
+# requires running kde environment
+RESTRICT="test"
+
+# slot ops: qdbus*_p.h and Qt6::GuiPrivate for qtx11extras_p.h
+COMMON_DEPEND="
+ dev-libs/wayland
+ >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,wayland,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kcolorscheme-${KFMIN}:6
+ >=kde-frameworks/kcompletion-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kjobwidgets-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ x11-libs/libXcursor
+ x11-libs/libxcb
+ qt5? (
+ >=dev-qt/qtdbus-${QT5MIN}:5
+ >=dev-qt/qtgui-${QT5MIN}:5=[dbus]
+ >=dev-qt/qtquickcontrols2-${QT5MIN}:5
+ >=dev-qt/qtwayland-${QT5MIN}:5
+ >=dev-qt/qtwidgets-${QT5MIN}:5
+ >=dev-qt/qtx11extras-${QT5MIN}:5
+ >=kde-frameworks/kcompletion-${KF5MIN}:5
+ >=kde-frameworks/kconfig-${KF5MIN}:5
+ >=kde-frameworks/kconfigwidgets-${KF5MIN}:5
+ >=kde-frameworks/kcoreaddons-${KF5MIN}:5
+ >=kde-frameworks/kguiaddons-${KF5MIN}:5
+ >=kde-frameworks/ki18n-${KF5MIN}:5
+ >=kde-frameworks/kiconthemes-${KF5MIN}:5
+ >=kde-frameworks/kio-${KF5MIN}:5
+ >=kde-frameworks/kjobwidgets-${KF5MIN}:5
+ >=kde-frameworks/knotifications-${KF5MIN}:5
+ >=kde-frameworks/kwindowsystem-${KF5MIN}:5
+ >=kde-frameworks/kxmlgui-${KF5MIN}:5
+ >=kde-plasma/kwayland-${KF5MIN}:5
+ )
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.19.0
+"
+RDEPEND="${COMMON_DEPEND}
+ media-fonts/hack
+ media-fonts/noto
+ media-fonts/noto-emoji
+"
+RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
+PDEPEND=">=kde-plasma/xdg-desktop-portal-kde-${KDE_CATV}:6"
+BDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[wayland]
+ qt5? ( >=dev-qt/qtwaylandscanner-${QT5MIN}:5 )
+"
+BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_QT6=ON
+ -DBUILD_QT5=$(usex qt5)
+ )
+ ecm_src_configure
+}