qt6-wayland: update to 6.1.1.

This commit is contained in:
John 2021-06-07 17:54:10 +02:00 committed by John Zimmermann
parent be244a1a9b
commit 1db777a3ce

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-wayland'
pkgname=qt6-wayland
version=6.1.0
version=6.1.1
revision=1
wrksrc="qtwayland-everywhere-src-${version}"
build_style=cmake
@ -9,12 +9,22 @@ hostmakedepends="qt6-base-devel perl pkg-config wayland-devel qt6-wayland-devel"
# XXX: Qml as optional dep
makedepends="qt6-base-devel wayland-devel libxkbcommon-devel
libXcomposite-devel MesaLib-devel Vulkan-Headers libdrm-devel"
checkdepends="dbus mesa-dri"
short_desc="Cross-platform application and UI framework - Wayland"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
homepage="https://www.qt.io"
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwayland-everywhere-src-${version}.tar.xz"
checksum=d67e8ffe4014a66b5864acf358a392149555db2adac1b9802a6650a59a70ad97
checksum=2cfb2b5403eb2037670549dd2d3968eaa30a9ce523dd08314c5bc677fdf27db6
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DQT_BUILD_TESTS=ON"
fi
do_check() {
cd build
dbus-run-session ctest -E 'tst_seatv4'
}
qt6-wayland-devel_package() {
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"