summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-23 19:45:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-23 19:47:43 +0100
commit17bbfdabb255ee52fc8fc5683527e9867b4c630e (patch)
tree0406906aec5079a4be8251dabcbce6b5d458617e /kde-plasma/plasma-integration
parent6c24456eb4eaa3dae990ffef352e38a462af161d (diff)
downloadkde-17bbfdabb255ee52fc8fc5683527e9867b4c630e.tar.gz
kde-17bbfdabb255ee52fc8fc5683527e9867b4c630e.tar.bz2
kde-17bbfdabb255ee52fc8fc5683527e9867b4c630e.zip
kde-plasma/plasma-integration: 6.2.91 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.2.91.ebuild87
2 files changed, 88 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 35976048bfc..9cf86a03a45 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1 +1,2 @@
DIST plasma-integration-6.2.90.tar.xz 96772 BLAKE2B 57ca38e033cafcefceae272c7ead49cef3d78d770c0cc3d9cb8c3fc9cd8fe083890cfec61c673696219197db3a6dcd656181ac90ffe05180d9f6ce5d44162906 SHA512 83c5784b98a490e1675b6da15b3096878c415310aae71a8de513268c601f6aa640a5cc4d6a9182fec6ae04248fce66742d0e8d818531db36853f1a6ce2efd520
+DIST plasma-integration-6.2.91.tar.xz 96748 BLAKE2B a37015a706aa894b76c8c02544c6df5cb213828ca3fe6d5492dab8df58a1fbe57f2c7101059d0f851c96956addf6dac42e6ee952d1f9b070ee2575294dc6ecf1 SHA512 16e6a5361e45be937c9cadb5d26be55deb8d8ff1692084c040e688cfda98cc91cb1fcdb0b3216b43e835a767c4ee26bcc7dd0ed9cf05fc2de5226dc99e8e0cdb
diff --git a/kde-plasma/plasma-integration/plasma-integration-6.2.91.ebuild b/kde-plasma/plasma-integration/plasma-integration-6.2.91.ebuild
new file mode 100644
index 00000000000..2e11d44d815
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-6.2.91.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KF5MIN=5.115.0
+KFMIN=6.10.0
+QT5MIN=5.15.12
+QTMIN=6.8.1
+inherit ecm plasma.kde.org xdg
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+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,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtwayland-${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.16.0
+"
+RDEPEND="${COMMON_DEPEND}
+ media-fonts/hack
+ media-fonts/noto
+ media-fonts/noto-emoji
+"
+PDEPEND="
+ >=kde-plasma/xdg-desktop-portal-kde-${KDE_CATV}:6
+"
+BDEPEND="
+ >=dev-qt/qtwayland-${QTMIN}:6
+ qt5? ( >=dev-qt/qtwaylandscanner-${QT5MIN}:5 )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_QT6=ON
+ -DBUILD_QT5=$(usex qt5)
+ )
+ ecm_src_configure
+}