summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 10:49:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-18 10:25:19 +0200
commit9dc602ee36597327b028c78857a177137922c2e6 (patch)
tree505a3b0b5cc2d14861a9af11906705ebd95a96e6
parentkde-frameworks/kquickcharts: 5.109.0 version bump (diff)
downloadgentoo-9dc602ee36597327b028c78857a177137922c2e6.tar.gz
gentoo-9dc602ee36597327b028c78857a177137922c2e6.tar.bz2
gentoo-9dc602ee36597327b028c78857a177137922c2e6.zip
kde-frameworks/kwayland: 5.109.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.109.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest
index aef6d6d94ee1..369b1df9e9ce 100644
--- a/kde-frameworks/kwayland/Manifest
+++ b/kde-frameworks/kwayland/Manifest
@@ -1 +1,2 @@
DIST kwayland-5.108.0.tar.xz 336732 BLAKE2B 1d00ea42fee7244d6a4a4c7c05ae9922b153662f42e4c18ea943b37658d7d1bd4392bd606a7d84fe0422c22c7ecb58b101fb2bca7a97e310144f5464d1e7f944 SHA512 52aa73f2a36b7f1a17e32c5d8d8a3ebc94605d7c3bbab160ac7107f41d64b3c464a571197eab32cc20307d9564f9ae016daae124036b61708a91569ff7f1dcde
+DIST kwayland-5.109.0.tar.xz 337396 BLAKE2B 556ff22d3431d4e2b63cd7ca930bc958c13e8bcdb5b911cf9681744d8995ee06faaa8a4d36c29dff597475b92d373f7e0457888e6b1611676b68141fc3685079 SHA512 2cf9cdd434023834297476583224d8a7e23721171cf77922e9229ab0b3d03319647c4b0c66f1e06ddf84c8ee7ed23eee2c90242c6decca6ea88b35a53e42106c
diff --git a/kde-frameworks/kwayland/kwayland-5.109.0.ebuild b/kde-frameworks/kwayland/kwayland-5.109.0.ebuild
new file mode 100644
index 000000000000..0689e08c135e
--- /dev/null
+++ b/kde-frameworks/kwayland/kwayland-5.109.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 ~riscv"
+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
+"