summaryrefslogtreecommitdiff
path: root/kde-plasma/layer-shell-qt
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-24 20:06:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-24 20:39:15 +0200
commit7f7f7a949171a2f186fc3b456e645b13114f08f9 (patch)
tree160b013c1008d996a253f7531f8becadf8267040 /kde-plasma/layer-shell-qt
parentf07b62f7eed13f7c973481ed9b0111a17e915d12 (diff)
downloadkde-7f7f7a949171a2f186fc3b456e645b13114f08f9.tar.gz
kde-7f7f7a949171a2f186fc3b456e645b13114f08f9.tar.bz2
kde-7f7f7a949171a2f186fc3b456e645b13114f08f9.zip
kde-plasma/layer-shell-qt: 5.27.9 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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-5.27.9.ebuild36
2 files changed, 37 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..1873bb055bc
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -0,0 +1 @@
+DIST layer-shell-qt-5.27.9.tar.xz 18444 BLAKE2B 55a4c4c1dc38d1bb618c1c1f651d59d5e7be3dea7118b84ab2ed72b9db7bef42c8ac0be2d8671216c93dddc99bc5fd6c607b2f21236ae4813fdc43fb350a18d1 SHA512 a58d7038ab6da1765e516f94271cf1a14e7be5c82bcd0e088cebdc58a569fef5cbb5fdba40865f2effd600e99656383261e5c91a8d7cb786f3b06d11fa697928
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.9.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.9.ebuild
new file mode 100644
index 00000000000..8e499271aa7
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol"
+
+LICENSE="LGPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+# slot op: various private QtWaylandClient headers
+RDEPEND="
+ >=dev-libs/wayland-1.15
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ || (
+ >=dev-qt/qtgui-${QTMIN}:5[libinput]
+ >=dev-qt/qtgui-${QTMIN}:5[X]
+ )
+ >=dev-qt/qtwayland-${QTMIN}:5=
+ x11-libs/libxkbcommon
+"
+DEPEND="${RDEPEND}
+ dev-libs/wayland-protocols
+"
+BDEPEND="
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ dev-util/wayland-scanner
+ virtual/pkgconfig
+"