summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-15 23:36:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-15 23:41:11 +0200
commit50c9268b2223f470c03e9fb5b70b166b510f3dd1 (patch)
tree787a6d085a747f114bfd7e7a7a651b60b96814d7
parentf0dc91403baea9c837c4c430d96b29c336a61d1f (diff)
downloadkde-50c9268b2223f470c03e9fb5b70b166b510f3dd1.tar.gz
kde-50c9268b2223f470c03e9fb5b70b166b510f3dd1.tar.bz2
kde-50c9268b2223f470c03e9fb5b70b166b510f3dd1.zip
kde-plasma/layer-shell-qt: 5.25.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/layer-shell-qt/Manifest1
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-5.25.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..7cf278a5e81
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -0,0 +1 @@
+DIST layer-shell-qt-5.25.90.tar.xz 18312 BLAKE2B bdff9c06d7955b7c0f1396406ecff7ec794a745df7da9d168bfad821acad4c8337953d7d4b16ecd34b239e08cf865e2ce47cb99608a560bafca7691a5797e748 SHA512 5a820980c47bcfd24ee3b753fedc393d5b2d2f0e3ab5616b4224ea59b72974822ff70efe120c04ef8d07d033d32bd5a2bf919966d28b6cce2d0fffa31c308c17
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.90.ebuild
new file mode 100644
index 00000000000..6490e1865ab
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.25.90.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.98.0
+QTMIN=5.15.5
+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
+"