diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-28 16:37:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-28 16:43:51 +0100 |
commit | d60eda9a9eb95b35c95a6754e8b24cd51252264d (patch) | |
tree | f7216cf7e5b98b305fb8cd63be29869f4ff6642d /kde-plasma | |
parent | kde-plasma/kwallet-pam: drop 5.27.1 (diff) | |
download | gentoo-d60eda9a9eb95b35c95a6754e8b24cd51252264d.tar.gz gentoo-d60eda9a9eb95b35c95a6754e8b24cd51252264d.tar.bz2 gentoo-d60eda9a9eb95b35c95a6754e8b24cd51252264d.zip |
kde-plasma/kwayland-integration: drop 5.27.1
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.1.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 99bd50c64437..cee6ba7465a2 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.26.5.tar.xz 26972 BLAKE2B 108eeebc92768755fba22d7435829f514904a3f39c748a70f220c1ae4fa078d5def0921f6c96effc2c7cc1ae0580d8c251034e87acaf4107d340b7bfdac1e443 SHA512 de252e67f488f920538a15e69836d4b8779a3123e1913c78cb7d69833a8fa475eb1166928cc965bc7ad69aa26d3dc58395ac7d06fb2349120bd014939d81e229 -DIST kwayland-integration-5.27.1.tar.xz 25688 BLAKE2B cf3528a7f11fe9777bc26e060b5d8c78edae65ec7e442298eeafb3f2270a92375903ee2671374d6ae190b93146f80b57580bccd88020822bd2d034ae6757fb7e SHA512 1e618ffa118bbcb362dee66f1532daf2943ea324d6a65540a8088a325f22084a56938fbad7d7f1b8104bb8628d97a814820a79ab1538332c331091feb517a278 DIST kwayland-integration-5.27.2.tar.xz 25700 BLAKE2B f516369631c693b7128475f04fb97ea96b770359953ab58154f872dddb3b589531da05116b7be6820a6bb3d4a4843f903d554f7601ee981553544011cef38009 SHA512 005b670ca353aea2a63819172b2290aab473292851dccd6b5f2b0db37087b4fd409903dbc8065700fd99abebee6741a7beaa8bfacb2434674a70e3cfdd39596a diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.1.ebuild deleted file mode 100644 index 8c56787c316b..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.27.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.102.0 -QTMIN=5.15.7 -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 - 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 -} |