summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-21 22:28:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-22 10:45:25 +0100
commit5b8e9fa08df4096a51b8813613cb2273d17228c9 (patch)
tree2cf726c1931dfe169fcd1df031e765a5121370fe
parente18b3088f472597c9a3e6ba7b4feba583162a385 (diff)
downloadkde-5b8e9fa08df4096a51b8813613cb2273d17228c9.tar.gz
kde-5b8e9fa08df4096a51b8813613cb2273d17228c9.tar.bz2
kde-5b8e9fa08df4096a51b8813613cb2273d17228c9.zip
kde-plasma/kwayland: 6.0.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland/Manifest1
-rw-r--r--kde-plasma/kwayland/kwayland-6.0.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
new file mode 100644
index 00000000000..95b7adad16c
--- /dev/null
+++ b/kde-plasma/kwayland/Manifest
@@ -0,0 +1 @@
+DIST kwayland-6.0.0.tar.xz 133824 BLAKE2B 55c7578671734e4ff498166bf13182cccbb13a997e3d373a4abb22ba60f140659e866f37857b8ba9773e10a515ebe8eb3796110f86a1e7ba9e4fa30a77970b65 SHA512 d987a50c6288cf117ecdf436cd7b0470b92f033a3642541ae8f29099687fb71ca27cd4827163f11df1957aa3d013464080bc91735acc8944ebcb0a751803d315
diff --git a/kde-plasma/kwayland/kwayland-6.0.0.ebuild b/kde-plasma/kwayland/kwayland-6.0.0.ebuild
new file mode 100644
index 00000000000..7b481dc05cc
--- /dev/null
+++ b/kde-plasma/kwayland/kwayland-6.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+QTMIN=6.6.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt-style API to interact with the wayland-client API"
+HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
+
+LICENSE="LGPL-2.1"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# All failing, I guess we need a virtual wayland server
+RESTRICT="test"
+
+# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h
+RDEPEND="
+ >=dev-libs/wayland-1.15.0
+ >=dev-qt/qtbase-${QTMIN}:6=[concurrent,gui,opengl]
+ >=dev-qt/qtwayland-${QTMIN}:6=
+ media-libs/libglvnd
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.11.1
+ >=dev-libs/wayland-protocols-1.15
+ sys-kernel/linux-headers
+"
+BDEPEND="
+ >=dev-qt/qtwayland-${QTMIN}:6
+ >=dev-util/wayland-scanner-1.19.0
+"