kde-plasma/layer-shell-qt: drop 6.3.6

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-09-25 21:14:28 +02:00
parent efced65b52
commit e59ccadd5f
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST layer-shell-qt-6.3.6.tar.xz 35600 BLAKE2B 4c67b312011e6680153cfa1f481744aa8db5954e63e949ee589ff900b757ef7b1091e477493350271bb98150a120363142440e91cfc04c1cf3e8dc05d6c7f1c7 SHA512 df4f345d348df06b864e3311388fbce4bb394e9be9ac055a78efb87689efdda2f04c09eb819359b7e1d54252ded5cdfa43e535f4b71956a52d5486e857741934
DIST layer-shell-qt-6.4.5.tar.xz 36132 BLAKE2B 8e7799d302055554d39bdb6353b8ca84eb39f0f879333d2c1dc8fbf52cfafc1447df4fcd8677ece1cf93cc2009eb6cf186a6e8fdb664ec41c17706fa2231add7 SHA512 70f37b8e06d25e023b5ef76efda3bc2d59abbb496290592e3fb34eeff6bfb9677d1bbd7c1e3f5e670ab45667071119e1021ff0d9031aa020db8ad09814c5df0c

View File

@@ -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,wayland]
>=dev-qt/qtdeclarative-${QTMIN}:6
x11-libs/libxkbcommon
"
DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"