summaryrefslogtreecommitdiff
path: root/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.90.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-10 16:36:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-10 18:52:38 +0100
commitd1f64c54c8ae538ccb6e39287c6f130676abe9e8 (patch)
treeaea477669880225fa7c65b625841e2cd7968224f /kde-plasma/layer-shell-qt/layer-shell-qt-6.2.90.ebuild
parentd5410bac107564f32f7f6fad3ce8cf812562a778 (diff)
downloadkde-d1f64c54c8ae538ccb6e39287c6f130676abe9e8.tar.gz
kde-d1f64c54c8ae538ccb6e39287c6f130676abe9e8.tar.bz2
kde-d1f64c54c8ae538ccb6e39287c6f130676abe9e8.zip
kde-plasma/layer-shell-qt: 6.2.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/layer-shell-qt/layer-shell-qt-6.2.90.ebuild')
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-6.2.90.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.90.ebuild
new file mode 100644
index 00000000000..6864bfe4b5a
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.90.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 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
+"