commit: e76595bef67f09edf4f91962d6858cdd38b0d84c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 8 22:18:21 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 9 20:18:20 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76595be
kde-plasma/layer-shell-qt: Bump QTMIN to 6.10.1 to help upgrades
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../layer-shell-qt/layer-shell-qt-6.5.4-r1.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.5.4-r1.ebuild
b/kde-plasma/layer-shell-qt/layer-shell-qt-6.5.4-r1.ebuild
new file mode 100644
index 000000000000..1943a7f6a3bd
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.5.4-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.18.0
+QTMIN=6.10.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
+"
+BDEPEND="
+ dev-util/wayland-scanner
+ virtual/pkgconfig
+"