diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-04 16:12:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-09 16:23:23 +0200 |
commit | 176d15d18b7dbf7dce787356801922154f2a7b94 (patch) | |
tree | bacbaac1945ce3d718fd3ba0b64af9a8b62886f9 /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: drop 5.26.5 (diff) | |
download | gentoo-176d15d18b7dbf7dce787356801922154f2a7b94.tar.gz gentoo-176d15d18b7dbf7dce787356801922154f2a7b94.tar.bz2 gentoo-176d15d18b7dbf7dce787356801922154f2a7b94.zip |
kde-plasma/layer-shell-qt: drop 5.26.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/layer-shell-qt')
-rw-r--r-- | kde-plasma/layer-shell-qt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/layer-shell-qt/layer-shell-qt-5.26.5.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest index 9d0fe3513930..6ac4657234c6 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,2 +1 @@ -DIST layer-shell-qt-5.26.5.tar.xz 18316 BLAKE2B 537ea8cbcb6a98350090b2330981de3d77311a5696d06260a9e3a90ed99dce02b5d03e33953ac872250367ae598f681ee63053ac230ae4c293b2d5dd94d598d0 SHA512 d81289c3a9dffb7212d466d1468e80e99703d599c2dee4fc1f8a9a5687892d77b8df6e09ee79592a4d2bfd183e3fabcf7257a5082071ea057a306e336e86e2ed DIST layer-shell-qt-5.27.4.tar.xz 18420 BLAKE2B ae35cf3ce143ddbdf797a33cf483d595e7333ceaa9a33ee09ceaa2ee0003c2708ba239ec7d21dd72c8902082dadcd5db50bdb0e65ca5a87f6213b0d4613af59a SHA512 0bdd02d1beb5b365641db18558474c7c801244f286c8b14e15bf1fe3c4254ff5f702e9a4ab5dc268690c063d45640ebb2ed85f93fdc513c21dfa81442c3448a4 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.5.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.5.ebuild deleted file mode 100644 index 06498fb4c44b..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.99.0 -QTMIN=5.15.5 -inherit ecm plasma.kde.org - -DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol" - -LICENSE="LGPL-3+" -SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X -# slot op: various private QtWaylandClient headers -RDEPEND=" - >=dev-libs/wayland-1.15 - >=dev-qt/qtdeclarative-${QTMIN}:5 - || ( - >=dev-qt/qtgui-${QTMIN}:5[libinput] - >=dev-qt/qtgui-${QTMIN}:5[X] - ) - >=dev-qt/qtwayland-${QTMIN}:5= - x11-libs/libxkbcommon -" -DEPEND="${RDEPEND} - dev-libs/wayland-protocols -" -BDEPEND=" - >=dev-qt/qtwaylandscanner-${QTMIN}:5 - dev-util/wayland-scanner - virtual/pkgconfig -" |