From 2fa3f3b3ff7802866eeea09a8c967d6ab402a8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 8 Aug 2022 17:13:09 +0700 Subject: [PATCH] qt6-quicktimeline: update to 6.3.1. --- common/shlibs | 1 + srcpkgs/qt6-quicktimeline/template | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index e7a52cffc36..fe6fa66f4dd 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2042,6 +2042,7 @@ libQt6Quick3DIblBaker.so.6 qt6-quick3d-6.0.3_1 libQt6Quick3DParticles.so.6 qt6-quick3d-6.1.0_1 libQt6Quick3DGlslParser.so.6 qt6-quick3d-6.3.0_1 libQt6Quick3DAssetUtils.so.6 qt6-quick3d-6.1.0_1 +libQt6QuickTimeline.so.6 qt6-quicktimeline-6.3.0_1 libQt6QuickControls2Impl.so.6 qt6-declarative-6.0.0_1 libQt6QuickControls2.so.6 qt6-declarative-6.0.0_1 libQt6QuickTemplates2.so.6 qt6-declarative-6.0.0_1 diff --git a/srcpkgs/qt6-quicktimeline/template b/srcpkgs/qt6-quicktimeline/template index 15aa7a8e581..bf02e043c4a 100644 --- a/srcpkgs/qt6-quicktimeline/template +++ b/srcpkgs/qt6-quicktimeline/template @@ -1,10 +1,9 @@ # Template file for 'qt6-quicktimeline' pkgname=qt6-quicktimeline -version=6.3.0 +version=6.3.1 revision=1 wrksrc="qtquicktimeline-everywhere-src-${version/rc/-rc}" build_style=cmake -configure_args="-DQT_HOST_PATH=/usr " hostmakedepends="perl qt6-base-devel qt6-declarative-devel" makedepends="qt6-base-devel qt6-declarative-devel" short_desc="Cross-platform application and UI framework - quicktimeline" @@ -12,10 +11,10 @@ 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=9ff0a931159efc6be5bd9f8a1e4a16a70e2dab37cf22ad85c6d330ccfdf31c1a +checksum=58a13cf0ce8e7755639f20684078733af24f5a317f6ddb40d6079c8c5a28ebbe if [ "$XBPS_CHECK_PKGS" ]; then - configure_args+=" -DQT_BUILD_TESTS=ON" + configure_args="-DQT_BUILD_TESTS=ON" fi pre_check() {