commit:     64f4cf59554550b17e23059fab0b90aee168707c
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 29 00:50:32 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Dec 29 01:02:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f4cf59

Revert "kde-plasma/kwayland: drop 6.4.5"

This reverts commit 084019f0828dd9767949d3d1295dd21cec4bed36.

Broken depgraph for loong.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 kde-plasma/kwayland/Manifest              |  1 +
 kde-plasma/kwayland/kwayland-6.4.5.ebuild | 43 +++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest
index d8de66bd1734..fea39547ccdb 100644
--- a/kde-plasma/kwayland/Manifest
+++ b/kde-plasma/kwayland/Manifest
@@ -1,2 +1,3 @@
 DIST kwayland-5.116.0.tar.xz 337540 BLAKE2B 
e238af4a122317fde2b207762858fb913005afde60f1b9cf2dfd90163021d8c3d7d9c3b055a4bb3ae26b5d0560e90c9e0d1e1e51480315bf1a5bc5592a231d11
 SHA512 
48b24c88872a21d237274868fea601120fb9700f888ab0a7531651dc6501db8559af3a70b6131d89d31010e1f32013222d42e9d1244ae91bf9972588494957a9
+DIST kwayland-6.4.5.tar.xz 133936 BLAKE2B 
94af8427a4966377e076697cf52004d6892c4d8e6a63dcf2c9f48144fc8a655c88f55ac1362db194491c05aefd2a2d1e3d23f5e8bf8788215ab3c2e318e177a8
 SHA512 
2040240f36b15073dd36b05f7a180545c25ff1ff2293d6803404a89f85a3ee5ec07132bcbc7f4c9a5315f6f7d5f51ac8796739ed697dfc4ce5ddd17d0e99df75
 DIST kwayland-6.5.4.tar.xz 132928 BLAKE2B 
200034873578b79caad4bf4b31bcd93349155e319d6947b278bc30e9ab3d091906333a2e0811ef444ce598c06ab853484fc100ceba59c182627ab451c940b7e7
 SHA512 
f53d0243682cb7d780eae66001ec4fcfce69453e0b137fc0e243ecc0dd302b16d172d5c8cf4964d8ee7da3bdc0d500abc9bce66dc302b02b50a9009457f4ef75

diff --git a/kde-plasma/kwayland/kwayland-6.4.5.ebuild 
b/kde-plasma/kwayland/kwayland-6.4.5.ebuild
new file mode 100644
index 000000000000..63a640822460
--- /dev/null
+++ b/kde-plasma/kwayland/kwayland-6.4.5.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.16.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.18.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
+}

Reply via email to