summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:03:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:46:21 +0100
commit9b30237c329b70643dfa6d0d539c26146eec5441 (patch)
treec1989922cc9e9ff106239e3c9f6858fd63c1a3f0 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: 6.0.1 version bump (diff)
downloadgentoo-9b30237c329b70643dfa6d0d539c26146eec5441.tar.gz
gentoo-9b30237c329b70643dfa6d0d539c26146eec5441.tar.bz2
gentoo-9b30237c329b70643dfa6d0d539c26146eec5441.zip
kde-plasma/layer-shell-qt: 6.0.1 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.0.1.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest
index 8ee543748729..dfba49054bb1 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1,2 +1,3 @@
DIST layer-shell-qt-5.27.10.tar.xz 18444 BLAKE2B 7518610cf776964b92b97c074ff0ee505caf72329e7d69b615ba574568aa38131018db107ecc1ee682b6b653578fbdb5138bbe724d31134428324fbb4eacd131 SHA512 2e160d4ab4aedb090c4d7bd0de7edd7ecbffb7fbdfc4c64d621bef477616b06075b4482fde73ca5f79c1e0755aa7275a1b8a5ed2d6a0aedc56a3164e577b44fe
DIST layer-shell-qt-6.0.0.tar.xz 20992 BLAKE2B e7a9e067503be0bb208b5391772cb3228d36583897e78734789db176eb7dc49f6a7dacc9587d7c4580d838cdd851122a62549d5473b57c70c2205486d45ea361 SHA512 ebca919e986cc10f91cd2647b05337477fdcd0d391953be1d9a161b38e29f9d2ca399ed4a511259b8781976b18f00e94303c710b79421630dc90fbaf85712d6e
+DIST layer-shell-qt-6.0.1.tar.xz 20968 BLAKE2B eadc9a93435ec8dcf1bbe0a64492788645b5b3c3d18d9563c68542968f83c20b0ca58f8cef647bab7ea7c9113ddac192c7cd4e3bda72dd56676ffd46573c78da SHA512 29b6c5676928e415b3dbe4dddae5264567eb514d969edb8e3dabc8f26b00e82e6af2e307300815ab475727c3a4e38cc6f9b3b29279279ae9bf239fdf85db367a
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.0.1.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.0.1.ebuild
new file mode 100644
index 000000000000..9a1226aaba93
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.0.1.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.0
+QTMIN=6.6.2
+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
+"