commit:     215b99d98b8c965a1c8ae678e68f08ac085477d5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 11:05:42 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 11:09:52 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=215b99d9

kde-plasma/kwayland-integration: re-add 9999, update dependencies

Still being released with Plasma 6 as compatibility package for Qt5-based
applications.

Upstream commits:
796b104a8adf2a47b820b4ba35c10f2a6e576088
d5662e953992469cc9e1d1cba3c3f99e97202fe8
9b9b3e472950e0e97dffdeb5349ff7db59d7c131
4a3ae83979507598fae29d1b6d0a449779fda5eb

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kwayland-integration-9999.ebuild               | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild 
b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
new file mode 100644
index 0000000000..abacb93e08
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm 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=""
+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
+"

Reply via email to