qt6-quicktimeline: update to 6.4.2.

This commit is contained in:
Đoàn Trần Công Danh 2023-02-18 09:40:10 +07:00
parent ec34c6fb99
commit b25bdb8be8

View file

@ -1,16 +1,16 @@
# Template file for 'qt6-quicktimeline'
pkgname=qt6-quicktimeline
version=6.4.0
version=6.4.2
revision=1
build_style=cmake
hostmakedepends="perl qt6-base-devel qt6-declarative-devel"
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
makedepends="qt6-base-devel qt6-declarative-devel"
short_desc="Cross-platform application and UI framework - quicktimeline"
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=70e8a28b5310c42a8d50d949b55c1d7238cf52ea778f9bb2e254835a0e054f57
checksum=3088abb7f478362a354ea1509d1c3c3403e3f5adfb84f3e5cf30a1f2eff09a5e
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args="-DQT_BUILD_TESTS=ON"
@ -20,6 +20,10 @@ pre_check() {
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
}
post_install() {
rm -rf ${DESTDIR}/usr/tests
}
do_check() {
: # ignores QML2_IMPORT_PATH somewhere, misses test data in cwd
}