qt6-wayland: update to 6.6.0.

This commit is contained in:
John 2023-10-13 19:13:14 +02:00 committed by John Zimmermann
parent 44f6529a57
commit e20e47f8fd

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-wayland' # Template file for 'qt6-wayland'
pkgname=qt6-wayland pkgname=qt6-wayland
version=6.5.2 version=6.6.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="qt6-base perl pkg-config wayland-devel qt6-declarative-host-tools" hostmakedepends="qt6-base perl pkg-config wayland-devel qt6-declarative-host-tools"
@ -14,7 +14,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" 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" homepage="https://www.qt.io"
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwayland-everywhere-src-${version}.tar.xz" distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwayland-everywhere-src-${version}.tar.xz"
checksum=3020be86fb7fd0abb8509906ca6583cadcaee168159abceaeb5b3e9d42563c9a checksum=30c3d82d85d050c83370710a26d12c802199c51eba5c2726e9d6243edd03b7e8
subpackages="qt6-wayland-tools qt6-wayland-devel" subpackages="qt6-wayland-tools qt6-wayland-devel"
@ -25,7 +25,7 @@ fi
do_check() { do_check() {
cd build cd build
dbus-run-session ctest -E 'tst_seatv4' dbus-run-session ctest -E 'tst_(seatv4|wl_reconnect)'
} }
qt6-wayland-tools_package() { qt6-wayland-tools_package() {