From 92e014a9408589fcd176c115a0ba7e6264ce7743 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 27 Jan 2025 19:08:05 +0100 Subject: [PATCH] kde-plasma/plasma-integration: drop 6.2.4 Signed-off-by: Andreas Sturmlechner --- kde-plasma/plasma-integration/Manifest | 1 - .../plasma-integration-6.2.4.ebuild | 88 ------------------- 2 files changed, 89 deletions(-) delete mode 100644 kde-plasma/plasma-integration/plasma-integration-6.2.4.ebuild diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index d110e63f55873..18e69694f5033 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1 @@ -DIST plasma-integration-6.2.4.tar.xz 95924 BLAKE2B 4736182cc3a72ac95f63fe8f3074018771bdeb2352c7b5402d6078269df00e03812cc827546d0b3c0d8f6990b9d4f2c7dd90ccdae49f89f174d4b84038b3b34e SHA512 16f57eebe545a5ced44f118a12afc8558cbc0d6c2d69a8b78eae731a40b068ccc9efeb7d70665f6bc48ca0aa957516ae702780904e6f1d6c78bd36b810006780 DIST plasma-integration-6.2.5.tar.xz 96116 BLAKE2B 96c14b2422bf54f94cb23f62388ccc961d1a6284111c297049ed2ea6d4793e0f15d807ee14826a066ae1cdbbbe70824057edee7c534dca5072251b1e554daa6e SHA512 fcb25f357fb5cad41dccfcbdd4a452fca64a87a8a2c67d1e738a771d0de7fc36bf1c7b74f846e7f40bb85fd84cfd213d9c5c8cf4f0cc4f3737d5c89852934c42 diff --git a/kde-plasma/plasma-integration/plasma-integration-6.2.4.ebuild b/kde-plasma/plasma-integration/plasma-integration-6.2.4.ebuild deleted file mode 100644 index 8e8f8ddbd4d62..0000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-6.2.4.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KF5MIN=5.115.0 -KFMIN=6.6.0 -PVCUT=$(ver_cut 1-3) -QT5MIN=5.15.12 -QTMIN=6.7.2 -inherit ecm plasma.kde.org - -DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" - -LICENSE="LGPL-2+" -SLOT="6" -KEYWORDS="amd64 arm64 ~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.14.0 -" -RDEPEND="${COMMON_DEPEND} - media-fonts/hack - media-fonts/noto - media-fonts/noto-emoji -" -PDEPEND=" - >=kde-plasma/xdg-desktop-portal-kde-${PVCUT}: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 -}