summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 16:06:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 16:23:37 +0200
commitef4168e76b2148ebe35bd757fc225440e844d1e5 (patch)
treeeb7e1ee0d3a9147425ddfeea096b3077ca6b5895 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: 5.27.5 version bump (diff)
downloadgentoo-ef4168e76b2148ebe35bd757fc225440e844d1e5.tar.gz
gentoo-ef4168e76b2148ebe35bd757fc225440e844d1e5.tar.bz2
gentoo-ef4168e76b2148ebe35bd757fc225440e844d1e5.zip
kde-plasma/layer-shell-qt: 5.27.5 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.5.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 6ac4657234c6..2079ddaafacc 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1 +1,2 @@
DIST layer-shell-qt-5.27.4.tar.xz 18420 BLAKE2B ae35cf3ce143ddbdf797a33cf483d595e7333ceaa9a33ee09ceaa2ee0003c2708ba239ec7d21dd72c8902082dadcd5db50bdb0e65ca5a87f6213b0d4613af59a SHA512 0bdd02d1beb5b365641db18558474c7c801244f286c8b14e15bf1fe3c4254ff5f702e9a4ab5dc268690c063d45640ebb2ed85f93fdc513c21dfa81442c3448a4
+DIST layer-shell-qt-5.27.5.tar.xz 18420 BLAKE2B d646ad85e541ef9d36a40174ba2acff3d48ae60b13e5166574c42cf611857641e1f4bef928b65422513b345f9a19799e75f1aa350ba5ef072a5bffc67ef4276b SHA512 c4e4b683ce4cbc4df7c1e5517b5168d011119af7750d21772000fa4d5298a9c10252e46125ea4b1d1cff93998e93741281d5eab29ee8df3cec211dbff62209a8
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.5.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.5.ebuild
new file mode 100644
index 000000000000..8bc404b5a3db
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.27.5.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
+"