summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-05-16 00:40:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-05-16 00:47:17 +0200
commitad9c3ce5a0852a8278583680dd676362fe27b0c1 (patch)
tree970e567cfaf83317c31733328ffd12a1b528cc86 /kde-plasma/kwayland-integration
parent7641d3043c0cd8a2ef3c4c8a05fe850b237d908b (diff)
downloadkde-ad9c3ce5a0852a8278583680dd676362fe27b0c1.tar.gz
kde-ad9c3ce5a0852a8278583680dd676362fe27b0c1.tar.bz2
kde-ad9c3ce5a0852a8278583680dd676362fe27b0c1.zip
kde-plasma/kwayland-integration: 6.3.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.3.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..a340f1ecb02
--- /dev/null
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -0,0 +1 @@
+DIST kwayland-integration-6.3.90.tar.xz 26428 BLAKE2B c865d5196409bd86377850aa1b89117c4f95e22ce469ce964e90cf26094c0af6bde941dc098d981510097f383e50946d71dbf4f77e35feb94a4ef6c7806dac2d SHA512 12989de37605e90a0a1f1980176bcfce50a5e3218546ffd4d3216d54031626b17804eab5b1b3e429fa2674a168db5dc9ff3ac54d240309a289ea32b8d59f39c1
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.3.90.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.3.90.ebuild
new file mode 100644
index 00000000000..daf2450c03b
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-6.3.90.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
+}