aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 14:27:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 17:46:10 +0100
commit3ea1bca1ee6e5f264e031b2285ed97c41ba2b6c2 (patch)
tree906839d6fbc9e9be8e0b25a240532df2dad84e4e /kde-plasma/kwayland-integration
parentkde-plasma/kwayland: 5.92.0 version bump (diff)
downloadkde-3ea1bca1ee6e5f264e031b2285ed97c41ba2b6c2.tar.gz
kde-3ea1bca1ee6e5f264e031b2285ed97c41ba2b6c2.tar.bz2
kde-3ea1bca1ee6e5f264e031b2285ed97c41ba2b6c2.zip
kde-plasma/kwayland-integration: 5.92.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-5.92.0.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
new file mode 100644
index 0000000000..b42a1440e0
--- /dev/null
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -0,0 +1 @@
+DIST kwayland-integration-5.92.0.tar.xz 26448 BLAKE2B 44b251ede14c4b5974e546d6ff8de61ec1c91a29cb220c8be8fcf4fb024e96cd28c19d5b4e01d7c63fba48aa63c5e2842b97e90f6f32eaebc43722c8f5a104c6 SHA512 106887e68c5203645eef38a4915a344714a931966110202d2f350ef49fc262683cc85062c119a5369b2b6aa903d6648e33d3c23b422d08d104bfc0aacd5b0c71
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.92.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.92.0.ebuild
new file mode 100644
index 0000000000..6463047da5
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.92.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm 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
+"