summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-05-29 13:10:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-05-29 13:10:29 +0200
commit316b49261e46af01616c81e835a5e20443bc8353 (patch)
tree0e62f05caa5138defb650289dcf269f5ae80549c
parentd4ef79ebdca12e73b73474615c0f076315c6279e (diff)
downloadkde-316b49261e46af01616c81e835a5e20443bc8353.tar.gz
kde-316b49261e46af01616c81e835a5e20443bc8353.tar.bz2
kde-316b49261e46af01616c81e835a5e20443bc8353.zip
kde-plasma/kwayland-integration: 6.3.91 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-6.3.91.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index a340f1ecb02..da554213ee9 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1 +1,2 @@
DIST kwayland-integration-6.3.90.tar.xz 26428 BLAKE2B c865d5196409bd86377850aa1b89117c4f95e22ce469ce964e90cf26094c0af6bde941dc098d981510097f383e50946d71dbf4f77e35feb94a4ef6c7806dac2d SHA512 12989de37605e90a0a1f1980176bcfce50a5e3218546ffd4d3216d54031626b17804eab5b1b3e429fa2674a168db5dc9ff3ac54d240309a289ea32b8d59f39c1
+DIST kwayland-integration-6.3.91.tar.xz 26432 BLAKE2B 763523d8e66418167147e21fb266829faa8f74e88c5798d56a0f76937f164d9bc3c8e72c8d6bc2b3f9656dc537b5477233f42806c51e17cbcd953ccaad77fca3 SHA512 2e1296d724b0e7cbd0551d557d7d77c1a6b27bf4e3c9a4afdfadcc96b41237902ce53b8811bf28f448d869c237d53b6f00094de8faaaa486bbdf4d4026344efa
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.3.91.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.3.91.ebuild
new file mode 100644
index 00000000000..daf2450c03b
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-6.3.91.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
+}