summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:10:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:55:04 +0200
commit9ab57af25413fe2aea47fcb19d67fd5af87f040d (patch)
tree6a145766e63f705a2e689c807038e9add62af8a2 /kde-plasma/kwayland-integration
parent8f74310dcf8b5d9cab048fec068a1b5cb6a09469 (diff)
downloadkde-9ab57af25413fe2aea47fcb19d67fd5af87f040d.tar.gz
kde-9ab57af25413fe2aea47fcb19d67fd5af87f040d.tar.bz2
kde-9ab57af25413fe2aea47fcb19d67fd5af87f040d.zip
kde-plasma/kwayland-integration: 6.1.0 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.1.0.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..67d2080715a
--- /dev/null
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -0,0 +1 @@
+DIST kwayland-integration-6.1.0.tar.xz 26412 BLAKE2B f71258657fe81753cf6dd69b5510448b4a1e6a2371d8ad12e3c07c7c969d759d152e5435f3a994af27a04cba23dfd59732f9dea6fafa50946d16c5b3a6a35ccd SHA512 8f96532be2fa640581d8427b21dbd5b5767623afbb16a49fe55b0ba4f5cf9321368c652cb84294f8942e9bb96f0ec925d9aed7bc3151a44a21dc7677b7553f50
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.1.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.1.0.ebuild
new file mode 100644
index 00000000000..2ce54ec08c7
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-6.1.0.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"
+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
+}