summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-13 15:43:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-13 19:43:40 +0200
commit107829fc0d76daa6f9a76143c8f1f9d33b6089ba (patch)
treed8f6a689943ef614eedd7dccabb70800999beaa7 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: 5.27.8 version bump (diff)
downloadgentoo-107829fc0d76daa6f9a76143c8f1f9d33b6089ba.tar.gz
gentoo-107829fc0d76daa6f9a76143c8f1f9d33b6089ba.tar.bz2
gentoo-107829fc0d76daa6f9a76143c8f1f9d33b6089ba.zip
kde-plasma/layer-shell-qt: 5.27.8 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.8.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
index 93b16b2ca1a8..4eee20209b22 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1 +1,2 @@
DIST layer-shell-qt-5.27.7.tar.xz 18452 BLAKE2B 37944799382767e444621f3fba9e4094c186a525cbe7b7f2c25ada07346d5a6074c2cc2ff4ed3553ad50cc9db197c4ab505bca063cfd353308e51fc710487d47 SHA512 3f03f9850a95b05c6f6c194552127feb0af7830e705eb5d8497b0793f6d1165d2e73ba99657aea3f312d98dca57f98b7d3a359c09d8afda68fa5fe02619287aa
+DIST layer-shell-qt-5.27.8.tar.xz 18452 BLAKE2B 9d0d96483d4a9fac334436accd29240ca0c18d537c22312f3612f791d4c343ae0bee5303701ca943b49e7cc943fa1c1caf3b6ed2051ed3417060ea8488b147f5 SHA512 de695b69d5aba7a15275b08091b74780032033f30da0f5214044b1b40d44bb13db43e4a2953e836f4dd355578705115cf89bfd6631471da070cf9fa954c7e6b9
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.8.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.8.ebuild
new file mode 100644
index 000000000000..8e499271aa76
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.8.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
+"