summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-31 20:52:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 22:17:26 +0100
commitc0e74ce8a1905ba9b2437616b9cc772bc2b0ec33 (patch)
treee84af341dee0d760c4046155e5147a47e692b420 /kde-plasma/layer-shell-qt
parentkde-plasma/kwrited: 5.93.0 version bump (diff)
downloadgentoo-c0e74ce8a1905ba9b2437616b9cc772bc2b0ec33.tar.gz
gentoo-c0e74ce8a1905ba9b2437616b9cc772bc2b0ec33.tar.bz2
gentoo-c0e74ce8a1905ba9b2437616b9cc772bc2b0ec33.zip
kde-plasma/layer-shell-qt: 5.93.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-5.93.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
index c81c19206f42..2e41c07a14d5 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-5.92.0.tar.xz 20268 BLAKE2B 3ec2057d8878ae3a47d35de60b0c918d4d105869b44f8a8aef3ff1c87e8a73db9c4cb38d73b81c3c02738344680db4450f7c51d3e56f7af6f60753f555476142 SHA512 99cc6d2b2c1a29defd0f8c291f3fd04b3f696c53d7823ecf5cfaf9e1e004db06e1fca1f44cecdfcd0175d63bad071e6e0f68edb7e96c71788e2f6c04d2b0a1bb
+DIST layer-shell-qt-5.93.0.tar.xz 20660 BLAKE2B 5200b36012e3bdd5a8b88fe98ef977792905312ac31b3223b8cde521813fe61dd77fe56e08175b5c3f953eccd0c09d5242faea55a5e8333a960b170907205aa7 SHA512 d6b309f525a6729644abc786a201d12967420d36787f2e1e687986dce0f933ae71aac14eaf98feccc98f3eb2b16603ac9bb05f529ae2bc8855bf6ddecf5ed5fe
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.93.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.93.0.ebuild
new file mode 100644
index 000000000000..7f46cb2a7207
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.93.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=5.249.0
+QTMIN=6.6.0
+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
+"