diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-25 12:56:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-05 09:32:45 +0100 |
commit | eccdf0d902c1b876d62dbfe4606e8f276d941b98 (patch) | |
tree | 9ada61e44716ded5a42088ab08f4b49dfd0962eb /kde-plasma | |
parent | kde-plasma/kwallet-pam: drop 5.27.9 (diff) | |
download | gentoo-eccdf0d902c1b876d62dbfe4606e8f276d941b98.tar.gz gentoo-eccdf0d902c1b876d62dbfe4606e8f276d941b98.tar.bz2 gentoo-eccdf0d902c1b876d62dbfe4606e8f276d941b98.zip |
kde-plasma/kwayland-integration: drop 5.27.9
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.27.9.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index b4334baba8a3..010345db3198 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.27.10.tar.xz 25776 BLAKE2B dbd1b2cedf1128f59318e41036bde63c8062538804a6b26418bce2210860a0b0f1dcbf217f9b823924ec8865b2bc3d6ceae7a06339d8ea1a508d67763e697027 SHA512 c66b08ba2af7675add7d603e0b8bdd20578abfc71af15574c389c8bec9856f309fe856c236f9fc8832e38c0125f5d55a3cc3d649b9d49733ee93d656b9c293fe -DIST kwayland-integration-5.27.9.tar.xz 25776 BLAKE2B dba48b7405edbaa885e1abe938806022546ab5c485f1ef20799399bbd7e97c618a7a2c0755561880f45a28e57b0cd17bb2e219f7af102f86bff638787d4460cf SHA512 aaea32038eb9098387d819e9c9dcff4f5b4634841614a0a5c5db9528a6f51d5197cab5ee24dccfbba400b7c012f6360248b4d8c64948c79ee7a545009a64594f DIST kwayland-integration-5.91.0.tar.xz 26352 BLAKE2B 0a3dd88dfa1c0804e128b20c9b6ed8d28de534a19cac4c22584050e8903cc83a9629431e10759125112a486215980fe1bac10d38537fc0e79bd9ed1277a1e250 SHA512 04b68fc1572bf6218bb8dd2e09fbed2c7dfb7ea91581a5d0503cac40865fb83597d537cf4c12a0cbb56d134c585148c4d3f1bb6ff2e52b26231c8be4eddc3baa diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.9.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.9.ebuild deleted file mode 100644 index f1f1904772cc..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.27.9.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.106.0 -QTMIN=5.15.9 -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="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -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/qtgui-${QTMIN}:5= - || ( - >=dev-qt/qtgui-${QTMIN}:5[libinput] - >=dev-qt/qtgui-${QTMIN}:5[X] - ) - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtwayland-${QTMIN}:5= - >=kde-plasma/kwayland-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5= - x11-libs/libxkbcommon -" -RDEPEND="${DEPEND}" -BDEPEND=" - >=dev-qt/qtwaylandscanner-${QTMIN}:5 - 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 -} |