qt6-virtualkeyboard: update to 6.6.0.
This commit is contained in:
parent
bdac6e37ed
commit
44f6529a57
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qt6-virtualkeyboard'
|
||||
pkgname=qt6-virtualkeyboard
|
||||
version=6.5.2
|
||||
version=6.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl pkg-config qt6-declarative-host-tools"
|
||||
|
@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-only"
|
||||
homepage="https://qt.io/"
|
||||
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
|
||||
configure_args="-DQT_BUILD_TESTS=ON"
|
||||
|
@ -18,8 +18,8 @@ fi
|
|||
|
||||
do_check() {
|
||||
cd build
|
||||
QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" \
|
||||
ctest -E 'tst_(inputpanel|styles)'
|
||||
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml:$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml"
|
||||
ctest -E 'tst_(inputpanel|styles)'
|
||||
# styles overwrites QML2_IMPORT_PATH
|
||||
# inputpanel hangs
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue