summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-23 19:45:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-23 19:47:43 +0100
commitc15288522a002b06fae3b4ff93a1c3e0b6613ec1 (patch)
tree73e4f619074a794b4420c47009021ada763dbbb2 /kde-plasma/kwayland-integration
parent573e490236a9d10556073815b548e767f24992ae (diff)
downloadkde-c15288522a002b06fae3b4ff93a1c3e0b6613ec1.tar.gz
kde-c15288522a002b06fae3b4ff93a1c3e0b6613ec1.tar.bz2
kde-c15288522a002b06fae3b4ff93a1c3e0b6613ec1.zip
kde-plasma/kwayland-integration: 6.2.91 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.91.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 044db00faa2..0656fc78812 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1 +1,2 @@
DIST kwayland-integration-6.2.90.tar.xz 26596 BLAKE2B 19f6138672c1c3e503ecaea2d3f0d95d5ed5073c0018309357bf0cf867e8b9dd360fa111f114f07e146ed59506d1b77a133b2212262c6bb04c995e579f7b601e SHA512 7768778f189e3074855d434b03dfca8fec18e41e7ef31c13dd852324a5d7a237362e3f35448dfa2478856f2c22b83eff478af8e8d4aabfa86b8675bbd50c5031
+DIST kwayland-integration-6.2.91.tar.xz 26548 BLAKE2B 5500b321bf685cfb62aa54f22a12621195764be4e57fdc28fd04e376766e4a5ca10a4daff6d4bc25a162c1b46f89fc8503206aa89b2e01f8083d450381bfedbe SHA512 94ae86b8804f0135682b73947a23da7ccef5c46a0ed7396767ee418df5943ca8d5b861f0d4a1c7cb48e6396ca35eab80fb5e516f5140e6ab71563dcab4f06943
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.2.91.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.2.91.ebuild
new file mode 100644
index 00000000000..51afcfe3258
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-6.2.91.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
+}