qt6-wayland: update to 6.2.0.

This commit is contained in:
John 2021-06-24 20:59:37 +02:00 committed by John Zimmermann
parent e122509fc1
commit 133134cf59

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-wayland'
pkgname=qt6-wayland
version=6.1.1
version=6.2.0
revision=1
wrksrc="qtwayland-everywhere-src-${version}"
build_style=cmake
@ -15,7 +15,7 @@ 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=2cfb2b5403eb2037670549dd2d3968eaa30a9ce523dd08314c5bc677fdf27db6
checksum=d6787fce74bde1a3386bcbe43c078c712471bab09f1946c40fc2327232d27d4c
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DQT_BUILD_TESTS=ON"
@ -33,7 +33,7 @@ qt6-wayland-devel_package() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt6/mkspecs
vmove usr/lib/qt6/bin/qtwaylandscanner
vmove usr/lib/qt6/libexec/qtwaylandscanner
vmove "usr/lib/*.so"
vmove "usr/lib/*.prl"
}