qt6-virtualkeyboard: update to 6.1.1.
This commit is contained in:
parent
4e2cb15a8e
commit
be244a1a9b
1 changed files with 14 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qt6-virtualkeyboard'
|
# Template file for 'qt6-virtualkeyboard'
|
||||||
pkgname=qt6-virtualkeyboard
|
pkgname=qt6-virtualkeyboard
|
||||||
version=6.1.0
|
version=6.1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qtvirtualkeyboard-everywhere-src-${version}"
|
wrksrc="qtvirtualkeyboard-everywhere-src-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -14,7 +14,19 @@ 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=595d69dbfd43a87b4d3a270afed6dd64172551990e29239281f39b727b145c01
|
checksum=246d1acdcd953819b09b1da22bd359335d145d8a3550d9e827dc1fd27b6bd3ff
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||||
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" \
|
||||||
|
ctest -E 'tst_(inputpanel|styles)'
|
||||||
|
# styles overwrites QML2_IMPORT_PATH
|
||||||
|
# inputpanel hangs
|
||||||
|
}
|
||||||
|
|
||||||
qt6-virtualkeyboard-devel_package() {
|
qt6-virtualkeyboard-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} $makedepends"
|
depends="${sourcepkg}>=${version}_${revision} $makedepends"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue