summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-21 00:06:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-21 00:06:36 +0200
commita7c4ffa33dd73ac0b6cb5308ca2232af08d64dd0 (patch)
treebc197729adf3dceef81abf1a96c0e10af798eefc /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: 5.27.6 version bump (diff)
downloadgentoo-a7c4ffa33dd73ac0b6cb5308ca2232af08d64dd0.tar.gz
gentoo-a7c4ffa33dd73ac0b6cb5308ca2232af08d64dd0.tar.bz2
gentoo-a7c4ffa33dd73ac0b6cb5308ca2232af08d64dd0.zip
kde-plasma/layer-shell-qt: 5.27.6 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.6.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 4e41ae4676be..c8def3079aef 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1 +1,2 @@
DIST layer-shell-qt-5.27.5.tar.xz 18420 BLAKE2B d646ad85e541ef9d36a40174ba2acff3d48ae60b13e5166574c42cf611857641e1f4bef928b65422513b345f9a19799e75f1aa350ba5ef072a5bffc67ef4276b SHA512 c4e4b683ce4cbc4df7c1e5517b5168d011119af7750d21772000fa4d5298a9c10252e46125ea4b1d1cff93998e93741281d5eab29ee8df3cec211dbff62209a8
+DIST layer-shell-qt-5.27.6.tar.xz 18456 BLAKE2B 89d60ce8e316e2fc3fbf3326d478b6db580cfd874f3e39f42c8ad95b2f5932c885a9c1a1b7334d870ec35846459ff9fce91cabee4980704e08d657f89d954bb4 SHA512 1c11f580ac00286873d194968196cb3d9a4660a1c693592846f6e59c61f2199600314b72ca94c681750f62e1a911f04caee8419d26f9a6af5f88f37872c6686d
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.6.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.6.ebuild
new file mode 100644
index 000000000000..8e499271aa76
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.6.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
+"