summaryrefslogtreecommitdiff
path: root/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-21 20:05:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-21 20:25:59 +0200
commit9ffa9dd6d5632cf32484a8888b7d7d351643e2b9 (patch)
tree60fe2ebcee3fd8adbebaa2769efc5eb6d4e80940 /kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
parent03de4c8f03839cfee324332f4a3a00316b9ac84b (diff)
downloadkde-9ffa9dd6d5632cf32484a8888b7d7d351643e2b9.tar.gz
kde-9ffa9dd6d5632cf32484a8888b7d7d351643e2b9.tar.bz2
kde-9ffa9dd6d5632cf32484a8888b7d7d351643e2b9.zip
kde-plasma/layer-shell-qt: 5.22.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild')
-rw-r--r--kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
new file mode 100644
index 00000000000..e70d7db79a1
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.86.0
+QTMIN=5.15.2
+inherit ecm 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 ~riscv ~x86"
+IUSE=""
+
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+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-util/wayland-scanner
+ virtual/pkgconfig
+"