commit: 6d60667b56f088dcb7d2222242697478607cf283 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Nov 30 20:44:31 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Nov 30 20:45:11 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d60667b
kde-plasma/kwayland-integration: drop 9999 It is not a thing in Plasma 6. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../kwayland-integration-9999.ebuild | 48 ---------------------- 1 file changed, 48 deletions(-) diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild deleted file mode 100644 index c1f0e4a4bd..0000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.245.0 -PVCUT=$(ver_cut 1-3) -QTMIN=6.6.0 -inherit ecm plasma.kde.org - -DESCRIPTION="Provides KWindowSystem integration plugin for Wayland" -HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration" - -LICENSE="LGPL-2.1" -SLOT="6" -KEYWORDS="" -IUSE="" - -# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X -# slot ops: -# dev-qt/qtgui: QtXkbCommonSupportPrivate -# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff -# kde-frameworks/kwindowsystem: Various private headers -DEPEND=" - >=dev-libs/wayland-1.15 - >=dev-qt/qtbase-${QTMIN}:6=[gui,widgets] - || ( - >=dev-qt/qtbase-${QTMIN}:6[libinput] - >=dev-qt/qtbase-${QTMIN}:6[X] - ) - >=dev-qt/qtwayland-${QTMIN}:6= - >=kde-frameworks/kwindowsystem-${KFMIN}:6= - >=kde-plasma/kwayland-${PVCUT}:6 - x11-libs/libxkbcommon -" -RDEPEND="${DEPEND}" -BDEPEND=" - >=dev-qt/qtwayland-${QTMIN}:6 - dev-util/wayland-scanner - virtual/pkgconfig -" - -src_prepare() { - ecm_src_prepare - ecm_punt_kf_module IdleTime - cmake_comment_add_subdirectory autotests # only contains idletime test - cmake_run_in src cmake_comment_add_subdirectory idletime -}
