diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-27 22:42:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-27 22:42:45 +0200 |
commit | 26c611e0e5581fbdbcf45994f59ec4921f35ca1f (patch) | |
tree | c023305c4d8d444df34c0c66c18d2525a0584148 /kde-plasma/kwayland-integration | |
parent | kde-plasma/kwallet-pam: drop 5.27.6 (diff) | |
download | kde-26c611e0e5581fbdbcf45994f59ec4921f35ca1f.tar.gz kde-26c611e0e5581fbdbcf45994f59ec4921f35ca1f.tar.bz2 kde-26c611e0e5581fbdbcf45994f59ec4921f35ca1f.zip |
kde-plasma/kwayland-integration: drop 5.27.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.27.6.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest deleted file mode 100644 index ceb3d72164..0000000000 --- a/kde-plasma/kwayland-integration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kwayland-integration-5.27.6.tar.xz 25768 BLAKE2B f9c21d451d6ae7c0fc587b58d071e190748037f4a573ac6e881122dc80aa8a4fbf0c85708b3eccfbc716b13e33267600ce68546ae0f1284d8eafbd07dff17524 SHA512 ad5e3a6dc4aee55d394bc7f69ac73f4d3a24020185adfeb5c2f6a9425bf25477c92b2964bd7a0aa651d83ab5dfb4a64967214818a26645a7c41447f65c248e60 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.6.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.6.ebuild deleted file mode 100644 index f730c5fea0..0000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.27.6.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-frameworks/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 -} |