summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-06 14:15:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-06 14:15:12 +0200
commit89f3b06a2ee88a40bc2193c1d55fc494b8c737f4 (patch)
treedac313bdaf5d16ae5c7c8367597be9f15d9a0413 /kde-frameworks
parent84675549fabfda167866d0bce134cc45d686da84 (diff)
downloadkde-89f3b06a2ee88a40bc2193c1d55fc494b8c737f4.tar.gz
kde-89f3b06a2ee88a40bc2193c1d55fc494b8c737f4.tar.bz2
kde-89f3b06a2ee88a40bc2193c1d55fc494b8c737f4.zip
kde-frameworks/kwayland: 5.85.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.85.0.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest
new file mode 100644
index 00000000000..137efc30af0
--- /dev/null
+++ b/kde-frameworks/kwayland/Manifest
@@ -0,0 +1 @@
+DIST kwayland-5.85.0.tar.xz 331208 BLAKE2B 87397c48534784dac0b7b864ec1fd6579308c34daa5ff613d6b39f50b5fa6f5c59b33f648479e694e4135460468df9196682e169fcc9aee22d9dbd1be70ffc38 SHA512 b45321c2846c2311c2e4b48aa5edb19a3a4cac889415d490a21202470ea27281d8b9cf69f1521109bd236eb48ca93702e461b54c49e38dcc50fb90f4cea0d063
diff --git a/kde-frameworks/kwayland/kwayland-5.85.0.ebuild b/kde-frameworks/kwayland/kwayland-5.85.0.ebuild
new file mode 100644
index 00000000000..f8e681194d0
--- /dev/null
+++ b/kde-frameworks/kwayland/kwayland-5.85.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm 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 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# All failing, I guess we need a virtual wayland server
+RESTRICT+=" test"
+
+# slot op: includes qpa/qplatformnativeinterface.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/mesa[egl(+)]
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.3.0
+ >=dev-libs/wayland-protocols-1.15
+"
+BDEPEND="
+ >=dev-util/wayland-scanner-1.19.0
+"