diff options
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 2 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.27.8.ebuild | 48 |
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index a8d5c364c23f..b5136fc97245 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,5 +1,3 @@ -DIST kwayland-integration-5.27.8.tar.xz 25776 BLAKE2B 1b74edcfd390dc94b27026700bcd756a2e30eb6a6129a545df009c82ee83fd23e6a7b19439b1b9dfd919430225f306036986db35f333796ab991420c73f639a1 SHA512 f0ad69614e40b15559a172a04d3cab79fa847923d0899464e6ccafcd458fcde5ffbafee28e6f387f7f2bf838d2fa66be076d1418ff691268a2665533698126ba DIST kwayland-integration-5.27.9.tar.xz 25776 BLAKE2B dba48b7405edbaa885e1abe938806022546ab5c485f1ef20799399bbd7e97c618a7a2c0755561880f45a28e57b0cd17bb2e219f7af102f86bff638787d4460cf SHA512 aaea32038eb9098387d819e9c9dcff4f5b4634841614a0a5c5db9528a6f51d5197cab5ee24dccfbba400b7c012f6360248b4d8c64948c79ee7a545009a64594f -EBUILD kwayland-integration-5.27.8.ebuild 1266 BLAKE2B d368801ad492b042f71e9de3483b846e2597445d4b4203421c207e52ba96def528b6f27c455cbfde44941539bb54da65cfd1cd588b9e2bd66b1e67fee3cbf700 SHA512 7d2cabb70e3c8de5e90453255ed7a1295929e1bb11fb6619a7cfab97c5615f73829d61045106537179669f8188cb863cc2d0ba31cc01d4620fcab9302fa94738 EBUILD kwayland-integration-5.27.9.ebuild 1266 BLAKE2B d368801ad492b042f71e9de3483b846e2597445d4b4203421c207e52ba96def528b6f27c455cbfde44941539bb54da65cfd1cd588b9e2bd66b1e67fee3cbf700 SHA512 7d2cabb70e3c8de5e90453255ed7a1295929e1bb11fb6619a7cfab97c5615f73829d61045106537179669f8188cb863cc2d0ba31cc01d4620fcab9302fa94738 MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.8.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.8.ebuild deleted file mode 100644 index f1f1904772cc..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.27.8.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 -} |