qt6-quicktimeline: update to 6.1.1.
This commit is contained in:
parent
148b8306e5
commit
54e4a599a3
1 changed files with 14 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qt6-quicktimeline'
|
||||
pkgname=qt6-quicktimeline
|
||||
version=6.1.0
|
||||
version=6.1.1
|
||||
revision=1
|
||||
wrksrc="qtquicktimeline-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
|
@ -12,4 +12,16 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtquicktimeline-everywhere-src-${version}.tar.xz"
|
||||
checksum=ae7421d5ae692ef7fda5a1be88dcb542c7f3531ad6264ceaea9d870605b6953e
|
||||
checksum=40fb664eadf295001d2c49c333032406b6f45f14acddee7e72b8d6c5ea26a6a2
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||
fi
|
||||
|
||||
pre_check() {
|
||||
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
||||
}
|
||||
|
||||
do_check() {
|
||||
: # ignores QML2_IMPORT_PATH somewhere, misses test data in cwd
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue