From b25bdb8be8e2b729ec0b27ee89b37a2ad186a8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 18 Feb 2023 09:40:10 +0700 Subject: [PATCH] qt6-quicktimeline: update to 6.4.2. --- srcpkgs/qt6-quicktimeline/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qt6-quicktimeline/template b/srcpkgs/qt6-quicktimeline/template index 5d796c01bd5..f2c8e16e621 100644 --- a/srcpkgs/qt6-quicktimeline/template +++ b/srcpkgs/qt6-quicktimeline/template @@ -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 " 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 }