qt6-quicktimeline: update to 6.6.0.
This commit is contained in:
parent
23ea0f9b7f
commit
4e109cedf5
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qt6-quicktimeline'
|
||||
pkgname=qt6-quicktimeline
|
||||
version=6.5.2
|
||||
version=6.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
|
||||
|
@ -10,14 +10,14 @@ 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/rc/-rc}/submodules/qtquicktimeline-everywhere-src-${version/rc/-rc}.tar.xz"
|
||||
checksum=c945ae905dc1542967c7f9bea826022235bc179c2ed59142c029336c03f015ba
|
||||
checksum=079e51d4572aed992731628b269f9c3f9c61a6c379bae6c354c949a6d89bb590
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args="-DQT_BUILD_TESTS=ON"
|
||||
fi
|
||||
|
||||
pre_check() {
|
||||
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
||||
export QML2_IMPORT_PATH="$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue