summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-05 11:33:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-05 15:33:27 +0100
commit1d8e77ae18aa3ba5bbb79e4d131dbefc4ba1f6b7 (patch)
treee4e9b33ebe9d57b85e22abbef0ea49e5deb63965
parent06eea6be962cc1085dccdeb97540fc1e7e71dd04 (diff)
downloadkde-1d8e77ae18aa3ba5bbb79e4d131dbefc4ba1f6b7.tar.gz
kde-1d8e77ae18aa3ba5bbb79e4d131dbefc4ba1f6b7.tar.bz2
kde-1d8e77ae18aa3ba5bbb79e4d131dbefc4ba1f6b7.zip
kde-frameworks/kwayland: 5.103.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.103.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..d3d578a13c6
--- /dev/null
+++ b/kde-frameworks/kwayland/Manifest
@@ -0,0 +1 @@
+DIST kwayland-5.103.0.tar.xz 336768 BLAKE2B b343c28f1cdda309497def7007a498908c07948f777a32ad7daacfccac68ce1307347df5ebf224c4015f72943546023896a7773271e4f4bbe9dd0b9c882828fc SHA512 4b57b10aa0a345146b8b173b93db27947554954cbc0597e3bb0ad9a6fa5c10de3b378d05228e356525b10382ea7ff18a09b5b509c2db5493aab6efb3adcdb058
diff --git a/kde-frameworks/kwayland/kwayland-5.103.0.ebuild b/kde-frameworks/kwayland/kwayland-5.103.0.ebuild
new file mode 100644
index 00000000000..3f4ad020e46
--- /dev/null
+++ b/kde-frameworks/kwayland/kwayland-5.103.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
+"