summaryrefslogtreecommitdiff
path: root/kde-plasma/layer-shell-qt
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-21 14:26:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-21 14:26:18 +0100
commitcbd70e2409d40a9fbdc9dcd950e97637a8efb847 (patch)
tree7e3f5fd9dd111fcbf994bc42b9f461dae03a3491 /kde-plasma/layer-shell-qt
parent836d1f92f5a562a836ba6be8b436d74de81ce5aa (diff)
downloadkde-cbd70e2409d40a9fbdc9dcd950e97637a8efb847.tar.gz
kde-cbd70e2409d40a9fbdc9dcd950e97637a8efb847.tar.bz2
kde-cbd70e2409d40a9fbdc9dcd950e97637a8efb847.zip
kde-plasma/layer-shell-qt: 5.27.1 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.1.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..d2561831b89
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -0,0 +1 @@
+DIST layer-shell-qt-5.27.1.tar.xz 18344 BLAKE2B 0ce4ee8210ede2deff1f452f1d41303090d9fc307649ff41dc5a5d231052760d6acc8474c0501ca46862c040f448fe8a89b6e86f5ab0dab7716dedcf94611ffa SHA512 c8da1f2052a2b444ac267e84a4eed45beb9cbd754e9579f042c81ceeb0c0db1b963ac111951394dfbc2ff80f65751c4bf742bdf6cc15b3e0766fa5ee02578e63
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.1.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.1.ebuild
new file mode 100644
index 00000000000..8bc404b5a3d
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.1.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.102.0
+QTMIN=5.15.7
+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
+"