diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-07 22:12:30 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-07 22:12:30 +0100 |
| commit | 73f065f85c9a187b07710c623559fe85ec4b5307 (patch) | |
| tree | 153c6afda541f459c08e74c84fa848f0186ccbb8 | |
| parent | 38b53c80c697ec508ebad7747a12efe222bba591 (diff) | |
| download | kde-73f065f85c9a187b07710c623559fe85ec4b5307.tar.gz kde-73f065f85c9a187b07710c623559fe85ec4b5307.tar.bz2 kde-73f065f85c9a187b07710c623559fe85ec4b5307.zip | |
kde-frameworks/kwayland: 5.76.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/kwayland/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kwayland/kwayland-5.76.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest new file mode 100644 index 00000000000..69a0414ceab --- /dev/null +++ b/kde-frameworks/kwayland/Manifest @@ -0,0 +1 @@ +DIST kwayland-5.76.0.tar.xz 344656 BLAKE2B 155d41758e1a156a253f69af7fdaa2417ce19f2793c9c1c63e0a2c50ee657a54dcb1165a163a82395be2ea8edaffd314348d28644917f289c559e701705c3946 SHA512 b5bc6b759a90069d14cc0d5fd57dd0ac18948bc555b612d17f10bf15c4fb1a8f0ab2fabad95f6cef4f2a143ddc346e0b6184fb4028f6a88c1b1dbca24de20a3b diff --git a/kde-frameworks/kwayland/kwayland-5.76.0.ebuild b/kde-frameworks/kwayland/kwayland-5.76.0.ebuild new file mode 100644 index 00000000000..c0bd6cb19b4 --- /dev/null +++ b/kde-frameworks/kwayland/kwayland-5.76.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 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.1 +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 ~x86" +IUSE="" + +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.1.1 + >=dev-libs/wayland-protocols-1.15 +" + +# All failing, I guess we need a virtual wayland server +RESTRICT+=" test" |
