diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest index 45d0f2efb1269..ead3b601c6f1f 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,2 +1,3 @@ DIST layer-shell-qt-6.3.5.tar.xz 35880 BLAKE2B f3c00031b21cba316c1965a5ee310321b31d60213344dc83428291a5c5fcbd52a066690107c31f9859ffd9ebf4c24dbf13497c5417d97b792f3e883b44ad8723 SHA512 849920eeb79c0a9a03bbda4a5f5a0238f7931f3e781baf14a3a978fd9f2bb0833cefb63a77224b7d34a71cfaed212d92f96b42a3c6ad937b292f52c631beebbc +DIST layer-shell-qt-6.3.6.tar.xz 35600 BLAKE2B 4c67b312011e6680153cfa1f481744aa8db5954e63e949ee589ff900b757ef7b1091e477493350271bb98150a120363142440e91cfc04c1cf3e8dc05d6c7f1c7 SHA512 df4f345d348df06b864e3311388fbce4bb394e9be9ac055a78efb87689efdda2f04c09eb819359b7e1d54252ded5cdfa43e535f4b71956a52d5486e857741934 DIST layer-shell-qt-6.4.2.tar.xz 35748 BLAKE2B bf75b054a61802915118c4e76cc412aff810f0127187e7584e972b2fbe4c92951b6f292cab086b0e5ab1a59083f63608bd3cc9fe6baa2ae925a2c278f7c0d830 SHA512 80c2a8e8bb66f942ae171f2cfbf2328ed3ce8c393c3eb86fe500c3e901ed2293938387695b7ed5300c25eb062cadf685ec292fd9878b5d953088c6a001c2227f diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.3.6.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.3.6.ebuild new file mode 100644 index 0000000000000..c471406b0b419 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.3.6.ebuild @@ -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,wayland] + >=dev-qt/qtdeclarative-${QTMIN}:6 + x11-libs/libxkbcommon +" +DEPEND="${RDEPEND} + dev-libs/wayland-protocols +" +RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland]