kde-plasma/layer-shell-qt: 6.3.5 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-05-06 20:57:38 +02:00
parent 8376d7ccea
commit 1efd17dba9
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
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

View File

@@ -0,0 +1,31 @@
# 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
"