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

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2024-03-26 20:51:02 +01:00
parent 8b7a100eec
commit b31ab4520c
No known key found for this signature in database
GPG Key ID: 012423318D1FB6CD
2 changed files with 0 additions and 32 deletions

View File

@ -1,3 +1,2 @@
DIST layer-shell-qt-5.27.11.tar.xz 18488 BLAKE2B 3c56db129c4d525ee1968e3016f77f5adcf9ed121f6a7b28a6331ca06a1e1ad0df091c4d8afeb64e12176094332da5de33e91e219551c17ce22adc463dbe6b92 SHA512 9a7439a5653fe684967445109624989fbb11f8bc46815afd3eadf44f5753f4442d1d9d59c0721f1f383715f16aae845e3edc8c62409ccabee324dca219fb3429
DIST layer-shell-qt-6.0.2.tar.xz 20972 BLAKE2B 47c5796266da45104d58dd702b29ee3055e94c492627950c0251225ffe2acc1cebf7f93df404df870fd281476493166e363ae3b7ac8187479e87ddd3efa35a0b SHA512 3e8c6e0ede3fda417f1af19a89f23c1464d92d140ff178eac6bd6d07287847777b0d6b9cb65afc3dfa163645d8dc814dd8401dd56967c4a9181ea596f5e86234
DIST layer-shell-qt-6.0.3.tar.xz 20996 BLAKE2B 9a9d3e9978740fd749593a5ba244e74e326261ca000f4642104fec929758d6e0bab3b3144cac9f25b615890eddef0daeb29cb0820260163080b606ed4ebc575a SHA512 df7d5e4768d8b24948b99833b66c2b3be91a125779ececf2dc706d5b641853209acecb84cba1e977b0951eb8b11fe667f017f95f71a12c8db06f9fb7236093c2

View File

@ -1,31 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.0
QTMIN=6.6.2
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"
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
"