diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-20 14:48:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-20 14:48:20 +0100 |
commit | 480836fb72e5b85c82fce25c9abaa37514e8f837 (patch) | |
tree | 41cbd2bb6f5058cae9258bb14bd68c4ba1de716b /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: drop 5.26.90 (diff) | |
download | kde-480836fb72e5b85c82fce25c9abaa37514e8f837.tar.gz kde-480836fb72e5b85c82fce25c9abaa37514e8f837.tar.bz2 kde-480836fb72e5b85c82fce25c9abaa37514e8f837.zip |
kde-plasma/layer-shell-qt: drop 5.26.90
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.90.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 deleted file mode 100644 index e6f2257ff4..0000000000 --- a/kde-plasma/layer-shell-qt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST layer-shell-qt-5.26.90.tar.xz 18348 BLAKE2B 168982f84c17ceefa13d6647a7cb396f7ccb495b366424611bf4fe0b458937afd837848205312fcaf90e0d118f81e5279eb0ec3f84740fa781455e131b62333d SHA512 963b84b10267764c650f56fa8ce7f094f6ee7552cb670a96960bdb68b7ef6abd48e6863b83e819d13f19764093c27a73ddea3b1b5559a5a7c498ed72672b4fa1 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.90.ebuild deleted file mode 100644 index b8b2074f92..0000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.90.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.102.0 -QTMIN=5.15.7 -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" -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 -" |