summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 15:22:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 15:29:03 +0200
commit5f6c5ee5847b1defad4928a875e40cc5fd85bb34 (patch)
tree2de6b318b4f5aafee9f0fb542800ff3302c20112
parente31db91df6e9a8e5183c633ab2d97f563bc330f2 (diff)
downloadkde-5f6c5ee5847b1defad4928a875e40cc5fd85bb34.tar.gz
kde-5f6c5ee5847b1defad4928a875e40cc5fd85bb34.tar.bz2
kde-5f6c5ee5847b1defad4928a875e40cc5fd85bb34.zip
kde-frameworks/kwayland: 5.106.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.106.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest
new file mode 100644
index 00000000000..2057cc0b32b
--- /dev/null
+++ b/kde-frameworks/kwayland/Manifest
@@ -0,0 +1 @@
+DIST kwayland-5.106.0.tar.xz 336780 BLAKE2B 3a13e142fadd3a211c08012382496d80dbbc5142c362c7d52979dc2d2915ca7e8505d7f82d53495ab59b4bcd295e81502175e044d51f2a5ffab6370c7d719625 SHA512 b8677e24cd0a36bb144034c50af053b289c91bf3ddcd7205ab05184ba952059e7c49dd7ada0c64455e158dba790d8a8b45cca3f61cf56e0b6cde10f97d2f0e72
diff --git a/kde-frameworks/kwayland/kwayland-5.106.0.ebuild b/kde-frameworks/kwayland/kwayland-5.106.0.ebuild
new file mode 100644
index 00000000000..3f4ad020e46
--- /dev/null
+++ b/kde-frameworks/kwayland/kwayland-5.106.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
+HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# All failing, I guess we need a virtual wayland server
+RESTRICT="test"
+
+# slot ops: includes qpa/qplatformnativeinterface.h, surface_p.h
+RDEPEND="
+ >=dev-libs/wayland-1.15.0
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5=[egl]
+ >=dev-qt/qtwayland-${QTMIN}:5=
+ media-libs/libglvnd
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.9.0
+ >=dev-libs/wayland-protocols-1.15
+ sys-kernel/linux-headers
+"
+BDEPEND="
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ >=dev-util/wayland-scanner-1.19.0
+"