summaryrefslogtreecommitdiff
path: root/kde-plasma/layer-shell-qt
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-20 10:30:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-20 11:14:18 +0100
commite33560bb315c578850c4d07b3380f14385ef0b0a (patch)
tree61d210bad167b2b9bc66ea0ddda3359a56edaae8 /kde-plasma/layer-shell-qt
parentd2b202c51a3272cd3d72e77929dc12becee05068 (diff)
downloadkde-e33560bb315c578850c4d07b3380f14385ef0b0a.tar.gz
kde-e33560bb315c578850c4d07b3380f14385ef0b0a.tar.bz2
kde-e33560bb315c578850c4d07b3380f14385ef0b0a.zip
kde-plasma/layer-shell-qt: 5.26.90 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.26.90.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..e6f2257ff4f
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -0,0 +1 @@
+DIST layer-shell-qt-5.26.90.tar.xz 18348 BLAKE2B 168982f84c17ceefa13d6647a7cb396f7ccb495b366424611bf4fe0b458937afd837848205312fcaf90e0d118f81e5279eb0ec3f84740fa781455e131b62333d SHA512 963b84b10267764c650f56fa8ce7f094f6ee7552cb670a96960bdb68b7ef6abd48e6863b83e819d13f19764093c27a73ddea3b1b5559a5a7c498ed72672b4fa1
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.90.ebuild
new file mode 100644
index 00000000000..b8b2074f927
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.90.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"
+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
+"