summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-26 14:40:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-26 15:50:30 +0200
commit7b7ef8ac8289b1243714029c1bd1f39842e17a6a (patch)
tree30267caa3e32e74d7098925d5817d4344b0cb547 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: 5.26.2 version bump (diff)
downloadgentoo-7b7ef8ac8289b1243714029c1bd1f39842e17a6a.tar.gz
gentoo-7b7ef8ac8289b1243714029c1bd1f39842e17a6a.tar.bz2
gentoo-7b7ef8ac8289b1243714029c1bd1f39842e17a6a.zip
kde-plasma/layer-shell-qt: 5.26.2 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.2.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 adf41987d17a..562784644b9d 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1,2 +1,3 @@
DIST layer-shell-qt-5.25.5.tar.xz 18336 BLAKE2B 0656118af97213591dc79bdf5ef695c3d7e665d6391a51a8e6281a3092b25c716f036aff86e4523a6e2cdf0237a1872bcd1c79862e11da2e72cba7a703b67b36 SHA512 728c741dffff88b3ceea9459f8f3be6c1d6f3ef18039a31951f44169f7d439855c20ad7cd228b9393317231b5ccc33f77e0b49e2852790e4c06c993a834f0b64
DIST layer-shell-qt-5.26.1.tar.xz 18316 BLAKE2B 73cd4dac73bea4768853ec80d17fd679d4611d7549e50911c4d5fbf1c49eeadbcea6551ba850e307c7c2bb61bfde9f55de546d5fac7e89f766a83a6bca2e14cb SHA512 401f7dca02793b6805713cd74b750ae2219afd6aaacf76c62999130908030c13004fad49c0f98f504117b56088f49984cdad5dd586e87dd67ec9f9bc71cafdc6
+DIST layer-shell-qt-5.26.2.tar.xz 18316 BLAKE2B 97f597e2c5ff9752f121153d09c5243387ca601ea7a54ca539bb614b1f763bdfc2d444f32e955b314c6af8af1ac5f9ccba1940b6c43454efaf1de3c44b7b11f0 SHA512 3b647b524006a9b68f0d18dc7e423384c83818a41b31c8c24d8b552c24a6611bcd562fe39bb88d2c38de7037a01c5c6151e405e0648fd80b2b3f60e8d6844487
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.2.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.2.ebuild
new file mode 100644
index 000000000000..a2eaeae9623a
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.26.2.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.99.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 ~ppc64"
+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
+"