summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-07 15:47:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-07 16:01:40 +0200
commitc7a3fe843978379912a2ae58e7574e47188aa6fb (patch)
tree6a80946cb4b8053f5e38e3769835698570f66d14 /kde-frameworks
parent17033b4a5842a027de08e5697ce6cc4a0063c462 (diff)
downloadkde-c7a3fe843978379912a2ae58e7574e47188aa6fb.tar.gz
kde-c7a3fe843978379912a2ae58e7574e47188aa6fb.tar.bz2
kde-c7a3fe843978379912a2ae58e7574e47188aa6fb.zip
kde-frameworks/kwayland: 5.111.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.111.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..2c10c996ad6
--- /dev/null
+++ b/kde-frameworks/kwayland/Manifest
@@ -0,0 +1 @@
+DIST kwayland-5.111.0.tar.xz 337520 BLAKE2B 3e5eb1273b732fa10fd9b1c5ed30605923cad34c18449916568a37314d0bc24f3f562b7a6998e013e78f746b4f1077bd66c175abfc5e5f20b243423dcb5344c4 SHA512 fd9966827a38315161136993c0f7fe904ffd13fe37f41445cc6b2d4f4d76b0987d57120f2701fce57743ba003ff5f48336698204eb79f5d1f63a405aa38d1045
diff --git a/kde-frameworks/kwayland/kwayland-5.111.0.ebuild b/kde-frameworks/kwayland/kwayland-5.111.0.ebuild
new file mode 100644
index 00000000000..60e567c19c0
--- /dev/null
+++ b/kde-frameworks/kwayland/kwayland-5.111.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.9
+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
+"