qt6-virtualkeyboard: update to 6.6.0.

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

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-virtualkeyboard' # Template file for 'qt6-virtualkeyboard'
pkgname=qt6-virtualkeyboard pkgname=qt6-virtualkeyboard
version=6.5.2 version=6.6.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="perl pkg-config qt6-declarative-host-tools" hostmakedepends="perl pkg-config qt6-declarative-host-tools"
@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://qt.io/" homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtvirtualkeyboard-everywhere-src-${version}.tar.xz" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtvirtualkeyboard-everywhere-src-${version}.tar.xz"
checksum=0570e0387e22a526b8ff735355ca8f09347501b71f7ae2166b60a81a40626269 checksum=2784db43f514bfd3a2ce0e79e0096deea95a3866254d376a9134bc512bfa777b
if [ "$XBPS_CHECK_PKGS" ]; then if [ "$XBPS_CHECK_PKGS" ]; then
configure_args="-DQT_BUILD_TESTS=ON" configure_args="-DQT_BUILD_TESTS=ON"
@ -18,7 +18,7 @@ fi
do_check() { do_check() {
cd build cd build
QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" \ export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml:$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml"
ctest -E 'tst_(inputpanel|styles)' ctest -E 'tst_(inputpanel|styles)'
# styles overwrites QML2_IMPORT_PATH # styles overwrites QML2_IMPORT_PATH
# inputpanel hangs # inputpanel hangs