summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-04 19:46:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-04 21:13:14 +0200
commitbf5b709ab86c980c2b9e49219e996c4ccb96aa92 (patch)
tree053480fe754d863f0f18af5750a1ba7691babb94
parentba67a1f1d7bddcbabe0b3bc7b25c305a715a94aa (diff)
downloadkde-bf5b709ab86c980c2b9e49219e996c4ccb96aa92.tar.gz
kde-bf5b709ab86c980c2b9e49219e996c4ccb96aa92.tar.bz2
kde-bf5b709ab86c980c2b9e49219e996c4ccb96aa92.zip
kde-frameworks/kwayland: 5.105.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.105.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..44a858fb64c
--- /dev/null
+++ b/kde-frameworks/kwayland/Manifest
@@ -0,0 +1 @@
+DIST kwayland-5.105.0.tar.xz 336756 BLAKE2B f7bc70e818c5e880116061b9d245a81e3fe04c38ca0cbd0e7018f85530ea8ec1dab304b5fbb5ee54557faac16072e31bb4fc655cbd25c78236d33f6cc099580a SHA512 29f9dfccfc807b2ae7b5df2170ddfdb6dc4ad41e7cbb4e084785a6c0dd8bbf6be2277461fc26461222067ce6ad48fea65f6b016b68d3b19e317205dfa78aa23b
diff --git a/kde-frameworks/kwayland/kwayland-5.105.0.ebuild b/kde-frameworks/kwayland/kwayland-5.105.0.ebuild
new file mode 100644
index 00000000000..3f4ad020e46
--- /dev/null
+++ b/kde-frameworks/kwayland/kwayland-5.105.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
+"