summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-08 18:37:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-08 18:48:17 +0200
commit27d6ab4e6421b3411cf0f4d2cbb3aa565f6f1896 (patch)
tree93ef54efb221c48d0ed9d29eff6f795e27e14044
parent202fe5671740b323f4dc2e362f2ae5c302d8f05f (diff)
downloadkde-27d6ab4e6421b3411cf0f4d2cbb3aa565f6f1896.tar.gz
kde-27d6ab4e6421b3411cf0f4d2cbb3aa565f6f1896.tar.bz2
kde-27d6ab4e6421b3411cf0f4d2cbb3aa565f6f1896.zip
kde-plasma/kwayland: 6.3.6 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.3.6.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
new file mode 100644
index 00000000000..f9268393017
--- /dev/null
+++ b/kde-plasma/kwayland/Manifest
@@ -0,0 +1 @@
+DIST kwayland-6.3.6.tar.xz 132804 BLAKE2B cec330b735dc3bc43a568b0e76723d04aeef7ca2e860f21188d9c6985178a80ec128471f138a5d731dee25bfde73ba8827988dc7febfd3f4cbdf7ed69a29e3b9 SHA512 5c4bcc18d79cd69e6d1f58a451a6f3b5449d5debb9ca2e36ac8c47b1808ddefaefcfaae2314fdc089129a2b397de85c7a3fdef7c5a6f87fa94d25ea94b4498a7
diff --git a/kde-plasma/kwayland/kwayland-6.3.6.ebuild b/kde-plasma/kwayland/kwayland-6.3.6.ebuild
new file mode 100644
index 00000000000..5c72bf2a5a3
--- /dev/null
+++ b/kde-plasma/kwayland/kwayland-6.3.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=6.10.0
+QTMIN=6.8.1
+inherit ecm flag-o-matic 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 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+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,wayland]
+ media-libs/libglvnd
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.16.0
+ >=dev-libs/wayland-protocols-1.15
+ sys-kernel/linux-headers
+"
+RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
+BDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[wayland]
+ >=dev-util/wayland-scanner-1.19.0
+"
+BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
+
+src_configure() {
+ filter-lto # bug 866575
+ ecm_src_configure
+}