qt6-wayland: update to 6.6.0.
This commit is contained in:
parent
44f6529a57
commit
e20e47f8fd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qt6-wayland'
|
||||
pkgname=qt6-wayland
|
||||
version=6.5.2
|
||||
version=6.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
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"
|
||||
homepage="https://www.qt.io"
|
||||
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"
|
||||
|
||||
|
@ -25,7 +25,7 @@ fi
|
|||
|
||||
do_check() {
|
||||
cd build
|
||||
dbus-run-session ctest -E 'tst_seatv4'
|
||||
dbus-run-session ctest -E 'tst_(seatv4|wl_reconnect)'
|
||||
}
|
||||
|
||||
qt6-wayland-tools_package() {
|
||||
|
|
Loading…
Reference in New Issue