summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-24 20:55:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-24 21:26:14 +0200
commit6cd413bea0b3343d5e8a4718de59986cccf9b50f (patch)
tree562cac34efe61443ff3614eba6643ed1c8d4ea3f /kde-plasma/kwayland-integration
parent0f9190c1ad6df56f17db2ee0b69d85ae12971411 (diff)
downloadkde-6cd413bea0b3343d5e8a4718de59986cccf9b50f.tar.gz
kde-6cd413bea0b3343d5e8a4718de59986cccf9b50f.tar.bz2
kde-6cd413bea0b3343d5e8a4718de59986cccf9b50f.zip
kde-plasma/kwayland-integration: 6.0.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.0.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..a1e7b416947
--- /dev/null
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -0,0 +1 @@
+DIST kwayland-integration-6.0.90.tar.xz 26412 BLAKE2B dcedd85bbc17e700f04d7574b6c0791cb8c210b8ec85a11088ce6a8e169b4121660d14c53e6147f48353fc40b79c5c2e52694c347d4a75479d821a2a6e0f8170 SHA512 2b1f8dbb49101388e3364ac2fed7158287e06aa6a3800daf401b1b9690b5554880fc3cc2b968d4707f78685de57844ae82d7edd3baf36fc8dc59d47c0e372432
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.0.90.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.0.90.ebuild
new file mode 100644
index 00000000000..2ce54ec08c7
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-6.0.90.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
+}