diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-09-18 20:45:27 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-09-18 20:54:43 +0200 |
| commit | 34b2f4060b13184042a8ceddef9a5df1def4a9c8 (patch) | |
| tree | 7462d6f3f41fab26c8bb257f89c20b9df4d6553e /kde-plasma/plasma-integration | |
| parent | c0379d79d7bbeaf8704dc6ad882b3877cb8dcfa6 (diff) | |
| download | kde-34b2f4060b13184042a8ceddef9a5df1def4a9c8.tar.gz kde-34b2f4060b13184042a8ceddef9a5df1def4a9c8.tar.bz2 kde-34b2f4060b13184042a8ceddef9a5df1def4a9c8.zip | |
kde-plasma/plasma-integration: 6.4.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
| -rw-r--r-- | kde-plasma/plasma-integration/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-6.4.90.ebuild | 86 |
2 files changed, 87 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest new file mode 100644 index 00000000000..746be58e002 --- /dev/null +++ b/kde-plasma/plasma-integration/Manifest @@ -0,0 +1 @@ +DIST plasma-integration-6.4.90.tar.xz 98016 BLAKE2B e2cb85f1883204ec23d2a94604f02bbaef4c5c756835ddfc2c8090b8b236f3fe2dc0afa4f1de7f5a2e825c36ad15f7af9f400a82abddb9fe6983f5ff481d8cd5 SHA512 7067c992f8e9d4bbbbadf0f3786d0b51dac9684b9c6510119c6d36211db9180212ad5aef1fba11aaa93dc66251c28a275c944b9605d3499c68178ad2099752a6 diff --git a/kde-plasma/plasma-integration/plasma-integration-6.4.90.ebuild b/kde-plasma/plasma-integration/plasma-integration-6.4.90.ebuild new file mode 100644 index 00000000000..0ab6fb77111 --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-6.4.90.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 +} |
