summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-08 12:34:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-08 12:48:52 +0100
commit05584a401acc1afd9c0d47df31c575433228f098 (patch)
tree1e54eaa233c12c9e941867b2da4ad8ab699b8ae2
parent2bbbe03aa594ade4cba6bd3020829f018d1778b2 (diff)
downloadkde-05584a401acc1afd9c0d47df31c575433228f098.tar.gz
kde-05584a401acc1afd9c0d47df31c575433228f098.tar.bz2
kde-05584a401acc1afd9c0d47df31c575433228f098.zip
kde-frameworks/kwayland: 5.102.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.102.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..87458d91db0
--- /dev/null
+++ b/kde-frameworks/kwayland/Manifest
@@ -0,0 +1 @@
+DIST kwayland-5.102.0.tar.xz 336820 BLAKE2B f9ebc6b610ff3e60ca7aad18fc0d9cedf17870104f564572513f19a524936f9dac8eea51da1e941d85627d21f2a4758a826c1f80008283c2033d8719404b4b7e SHA512 fbda5683268f9a242b76f02fd86fffc7414c054ca986ae9ea427549c4024e6cc2946f92344e0a34450787c6d7d3ab0169f8cd1649fcb86ece0579f9a6959f333
diff --git a/kde-frameworks/kwayland/kwayland-5.102.0.ebuild b/kde-frameworks/kwayland/kwayland-5.102.0.ebuild
new file mode 100644
index 00000000000..3f4ad020e46
--- /dev/null
+++ b/kde-frameworks/kwayland/kwayland-5.102.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
+"