summaryrefslogtreecommitdiff
path: root/kde-plasma/layer-shell-qt
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:11:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:55:04 +0200
commita6db9a57471e7cb2c200568f80401a4fe40879bf (patch)
tree6d2668545698e92a5a7d506773b1b061c41dd375 /kde-plasma/layer-shell-qt
parentc1efcc9459d6bc908e5fb74411962554361c5f29 (diff)
downloadkde-a6db9a57471e7cb2c200568f80401a4fe40879bf.tar.gz
kde-a6db9a57471e7cb2c200568f80401a4fe40879bf.tar.bz2
kde-a6db9a57471e7cb2c200568f80401a4fe40879bf.zip
kde-plasma/layer-shell-qt: 6.1.0 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-6.1.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
new file mode 100644
index 00000000000..43c65304101
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -0,0 +1 @@
+DIST layer-shell-qt-6.1.0.tar.xz 35872 BLAKE2B a6d89dba1199341694c26c05b7aeb5a817550d2e1c5c46dd72273a3fffbbc08f111599013dddb9b6d76562fd481ef1a6d0d4ec5a1c1962b55a7aa32c22b1c5bc SHA512 1e26d7081221de859bfc65e22b9a1252bd1cb443c670c837203f5cf9c106ba19aadf490037a40c6bc3598c94a5cc0987662376714073c09b957b1d2e713e308f
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.0.ebuild
new file mode 100644
index 00000000000..030a249b3b0
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol"
+
+LICENSE="LGPL-3+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# slot op: various private QtWaylandClient headers
+RDEPEND="
+ >=dev-libs/wayland-1.15
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtwayland-${QTMIN}:6=
+ x11-libs/libxkbcommon
+"
+DEPEND="${RDEPEND}
+ dev-libs/wayland-protocols
+"
+BDEPEND="
+ dev-util/wayland-scanner
+ virtual/pkgconfig
+"