diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest index 0482261ce21e6..05fbbc1337f98 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,2 +1 @@ -DIST layer-shell-qt-6.3.4.tar.xz 35892 BLAKE2B c74aee1d3707f5eed1975c849776c010c9294ed70fccc84752759e5f0d7de1e9e3f115270308f8afabe6f1f80de7d84df08b3c85f2d46c2423275acacefafdd1 SHA512 ed92441df5dec1a81106f9740967fd4da149e732f8549cb0ad66f4a264d457388d494c5c4dcf495da90684c4859cf4638ab595709c7b8625ed509ed6a7279941 DIST layer-shell-qt-6.3.5.tar.xz 35880 BLAKE2B f3c00031b21cba316c1965a5ee310321b31d60213344dc83428291a5c5fcbd52a066690107c31f9859ffd9ebf4c24dbf13497c5417d97b792f3e883b44ad8723 SHA512 849920eeb79c0a9a03bbda4a5f5a0238f7931f3e781baf14a3a978fd9f2bb0833cefb63a77224b7d34a71cfaed212d92f96b42a3c6ad937b292f52c631beebbc diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.3.4.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.3.4.ebuild deleted file mode 100644 index 897df131b919a..0000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-6.3.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=6.10.0 -QTMIN=6.8.1 -inherit ecm plasma.kde.org - -DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol" - -LICENSE="LGPL-3+" -SLOT="6" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -# slot op: various private QtWaylandClient headers -RDEPEND=" - >=dev-libs/wayland-1.15 - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtwayland-${QTMIN}:6= - x11-libs/libxkbcommon -" -DEPEND="${RDEPEND} - dev-libs/wayland-protocols -" -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -"