summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 13:05:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 16:09:06 +0100
commit0b5dee21f12ac363cd08e13d4ff965576f88a6f5 (patch)
treec6be4055a941ea16e4185cee1abd37180ac8dc77 /kde-plasma
parentkde-plasma/kwayland-integration: 5.23.5 version bump (diff)
downloadgentoo-0b5dee21f12ac363cd08e13d4ff965576f88a6f5.tar.gz
gentoo-0b5dee21f12ac363cd08e13d4ff965576f88a6f5.tar.bz2
gentoo-0b5dee21f12ac363cd08e13d4ff965576f88a6f5.zip
kde-plasma/kwayland-server: 5.23.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kwayland-server/Manifest1
-rw-r--r--kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-server/Manifest b/kde-plasma/kwayland-server/Manifest
index 16b9469737cc..8d3f7b027f77 100644
--- a/kde-plasma/kwayland-server/Manifest
+++ b/kde-plasma/kwayland-server/Manifest
@@ -1 +1,2 @@
DIST kwayland-server-5.23.4.tar.xz 217608 BLAKE2B 82a8b688a2e146314a667d6d75f835bce3d1b36e2e4fefb5d748da414c7a954e317c5a897166f764325c4f94ce60ff385961ad298d303afeca2bffdc160091c1 SHA512 37864c5943721b8e2fbf14824eab8f9eb8d4a3dc36db0837640ae7f07169f10c253b918481702c6a32b46191a8e27713ea9357bab513f3a711104d798ef5b3a0
+DIST kwayland-server-5.23.5.tar.xz 217524 BLAKE2B 0bc2f6b3137ba9620e7c37fa381fea3037d06cfabb8921ad5417589e6408ebfc603c6a7d73e550b40d7c00f0d8a97f1d946df730358fd6b1758a29183d3779c3 SHA512 bb5305e823d60612f79863de02337855c96de1ba908bf19ad14d0d67c8a199e9f4215faaf5251974cf1f012337a71c444d831a307d112bf5e7fd5b7156c384cd
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild
new file mode 100644
index 000000000000..4c8b8adeac0e
--- /dev/null
+++ b/kde-plasma/kwayland-server/kwayland-server-5.23.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Wayland Server Components built on KDE Frameworks"
+HOMEPAGE="https://invent.kde.org/plasma/kwayland-server"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# All failing, I guess we need a virtual wayland server
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-libs/wayland-1.19.0
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5[egl]
+ >=dev-qt/qtwayland-${QTMIN}:5
+ >=kde-frameworks/kwayland-${KFMIN}:5
+ media-libs/libglvnd
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.3.0
+ >=dev-libs/wayland-protocols-1.21
+"
+BDEPEND="dev-util/wayland-scanner"