kde-frameworks/kwayland: 5.75.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-10-10 14:42:59 +02:00
parent 382764ec82
commit d7d4f01a6b
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kwayland-5.74.0.tar.xz 344496 BLAKE2B 234b90876d45dc340b196e1416694af8b799fd88aa576e824a0e76f970691247d01e3bacb1be78aa5a5bf6f65b023ca2bb83ca7702da37a3a9120f6669b6e660 SHA512 347841dd5dabedd9de13e92275a2b6edb201a45c177c757b69af681e2f3b60c261087c5387c97305869c0a125a5f07de08113208a174ccb946f6ace310445ebd
DIST kwayland-5.75.0.tar.xz 344572 BLAKE2B ef0e194787d1c874919b1ffb946453f05c2c3b1fdfaedccd365798f8e9093f93faf38a1a163f206c1fffd70cc3a2f7b84c428e6b476f5f4ffd06bb2828a5967a SHA512 8f77ccdf4f30bea2d6974d930734479c0f81f5309807b28f51bbcfda91977e27d5311b4718e4685609da0368c1e1bb060eaa765628a0ed9560f5774dcc357d8a

View File

@@ -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.14.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 ~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"