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

Revert "kde-plasma/kwayland-integration: drop 6.4.5"

This reverts commit 953834367bb0f80579e87ae406cbbcacf80db869.

Broken depgraph for loong.

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

 kde-plasma/kwayland-integration/Manifest           |  1 +
 .../kwayland-integration-6.4.5.ebuild              | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/kde-plasma/kwayland-integration/Manifest 
b/kde-plasma/kwayland-integration/Manifest
index 4ee32ad83c46..9e5199e0c1d6 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1 +1,2 @@
+DIST kwayland-integration-6.4.5.tar.xz 26576 BLAKE2B 
0e1b39f5bffa297faca6042f42e5a568ce5fdb2e588f34c71ce6765bf176e102f4cd751ea2a58843948aa5c0fecde4ea4d82ef6f95aabc2d6aff0493ee4f25c7
 SHA512 
ffb7d8d5093956de6c8295ca705d7b0decee3518fd81c0b7fe978c8025d04b486449cced755e19a130bcb3065c1d29483d81684fa7ada9d95f03a36d3fd39e17
 DIST kwayland-integration-6.5.4.tar.xz 26436 BLAKE2B 
7ae92e8a56bc45831924feaf32947e82e67cd56ea7c57915b88aed03cd0e877d155ca38684088dff9a030688099e3b2c0db882341936948db0d4d4f3734b4cc7
 SHA512 
ea46374bccb7dc9cb8bea5b09373ddb0004301ee10593cae03d71c45be1c8d40dd985995cf731adebf1ebaa5437a4067b51c481375214402bcc26d7e7a70e0dc

diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.4.5.ebuild 
b/kde-plasma/kwayland-integration/kwayland-integration-6.4.5.ebuild
new file mode 100644
index 000000000000..14b4fd8fe3f5
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-6.4.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.115.0
+QTMIN=5.15.12
+inherit ecm flag-o-matic plasma.kde.org
+
+DESCRIPTION="Provides KWindowSystem integration plugin for Wayland"
+HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration";
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+# slot ops:
+# dev-qt/qtgui: QtXkbCommonSupportPrivate
+# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
+# kde-frameworks/kwindowsystem: Various private headers
+RDEPEND="
+       >=dev-libs/wayland-1.15
+       >=dev-qt/qtgui-${QTMIN}:5=
+       || (
+               >=dev-qt/qtgui-${QTMIN}:5[libinput]
+               >=dev-qt/qtgui-${QTMIN}:5[X]
+       )
+       >=dev-qt/qtwidgets-${QTMIN}:5
+       >=dev-qt/qtwayland-${QTMIN}:5=
+       >=kde-frameworks/kwindowsystem-${KFMIN}:5=
+       >=kde-plasma/kwayland-${KFMIN}:5
+       x11-libs/libxkbcommon
+"
+DEPEND="${RDEPEND}
+       dev-libs/plasma-wayland-protocols
+"
+BDEPEND="
+       >=dev-qt/qtwaylandscanner-${QTMIN}:5
+       dev-util/wayland-scanner
+       virtual/pkgconfig
+"
+
+src_configure() {
+       filter-lto # bug 921430
+       ecm_src_configure
+}

Reply via email to