summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-10 16:36:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-10 18:52:38 +0100
commitf5b0f057e214b232a8203b637c32aa436ee54ef5 (patch)
tree5c71e554ae3c0662a15f795ebfd51ec5c1c77a48 /kde-plasma/kwayland-integration
parent73de138e5697037384f6412413a8e7966f408b55 (diff)
downloadkde-f5b0f057e214b232a8203b637c32aa436ee54ef5.tar.gz
kde-f5b0f057e214b232a8203b637c32aa436ee54ef5.tar.bz2
kde-f5b0f057e214b232a8203b637c32aa436ee54ef5.zip
kde-plasma/kwayland-integration: 6.2.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-6.2.90.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
new file mode 100644
index 00000000000..044db00faa2
--- /dev/null
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -0,0 +1 @@
+DIST kwayland-integration-6.2.90.tar.xz 26596 BLAKE2B 19f6138672c1c3e503ecaea2d3f0d95d5ed5073c0018309357bf0cf867e8b9dd360fa111f114f07e146ed59506d1b77a133b2212262c6bb04c995e579f7b601e SHA512 7768778f189e3074855d434b03dfca8fec18e41e7ef31c13dd852324a5d7a237362e3f35448dfa2478856f2c22b83eff478af8e8d4aabfa86b8675bbd50c5031
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.2.90.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.2.90.ebuild
new file mode 100644
index 00000000000..51afcfe3258
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-6.2.90.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 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
+}