summaryrefslogtreecommitdiff
path: root/kde-plasma/layer-shell-qt
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/layer-shell-qt')
-rw-r--r--kde-plasma/layer-shell-qt/Manifest1
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-6.2.90.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
new file mode 100644
index 00000000000..971042231b3
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -0,0 +1 @@
+DIST layer-shell-qt-6.2.90.tar.xz 35976 BLAKE2B 79a0fe390eee17b10110bd454806a826bd2574fb92986c914cff9f7e09abbe1740a4e4374f11e083ad2772c28067757c1934cf9be998f1a77a5db480b218ae1e SHA512 bb301b9ea3755ad3f2e4682280a39d797aba24984713ad1f1f938ec106956241f2945937471f61520b9fb15466b4328c515f91cb5930136a7b1d460585a73fff
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
+"