summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-15 18:44:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-15 19:58:28 +0200
commit2d37cc77dee807285cfd4add1e6c7687d80b72c3 (patch)
treea4496dc8ba9084ba01bb647dc328203111b0cd99 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: 6.2.1 version bump (diff)
downloadgentoo-2d37cc77dee807285cfd4add1e6c7687d80b72c3.tar.gz
gentoo-2d37cc77dee807285cfd4add1e6c7687d80b72c3.tar.bz2
gentoo-2d37cc77dee807285cfd4add1e6c7687d80b72c3.zip
kde-plasma/layer-shell-qt: 6.2.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.2.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 2fae8f569a19..66698a19aeff 100644
--- a/kde-plasma/layer-shell-qt/Manifest
+++ b/kde-plasma/layer-shell-qt/Manifest
@@ -1,2 +1,3 @@
DIST layer-shell-qt-6.1.5.tar.xz 35964 BLAKE2B 35cf6bb91a6a1f2b6c2bc47ca19776315d0353af9a2cbffea45f89b9ab4963f5c6936483b6d65138062d93443fa35d04aa83ad6573a4b99a2fb440da7cdf663a SHA512 b5b34a02ea7a39e37300301691400859d5e47133b77fbdfbbfe9b5e109a18d2e538749dfffdd8b8a655996f0b63d254fe72a8762b3ef667314cd507eba870154
DIST layer-shell-qt-6.2.0.tar.xz 36068 BLAKE2B c96a175c924d838b713ae2e7b1445ef471ed09479db661b9c35bb258dc9c2cefaad9b111e9130ae065268c5257240a52153193ecae5ccba2074a3b1974f8081d SHA512 6119cc2fb55302da16bbb2c0c6abbcd42051f76f5b031953f08473b50aeabf4f3d13341f3f856bd2fe6e0492899f57347eddde8c2ec3e447ef44de3a2dc195ff
+DIST layer-shell-qt-6.2.1.tar.xz 35884 BLAKE2B 5002aa2100e569a8a3a156dda494e0acd698c26deb5f0ef0ce057376b8c8f578ccf6d6affc6843cd75178f32d1a153830015e6e5c943d6b758332da2125864b9 SHA512 51d695494170adeb0b2895d916a2903d6d34f6cf4c7e9893a39e92957b0a0674f5346363d6294cb5a43f0e86f4995a7976d32ee70f2bb47cff5eed19341b8eaf
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.1.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.1.ebuild
new file mode 100644
index 000000000000..6fd7db8b205a
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.2.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.6.0
+QTMIN=6.7.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 ~arm64 ~ppc64 ~riscv ~x86"
+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
+"