qt6-quicktimeline: update to 6.3.1.
This commit is contained in:
parent
dd886e10be
commit
2fa3f3b3ff
|
@ -2042,6 +2042,7 @@ libQt6Quick3DIblBaker.so.6 qt6-quick3d-6.0.3_1
|
||||||
libQt6Quick3DParticles.so.6 qt6-quick3d-6.1.0_1
|
libQt6Quick3DParticles.so.6 qt6-quick3d-6.1.0_1
|
||||||
libQt6Quick3DGlslParser.so.6 qt6-quick3d-6.3.0_1
|
libQt6Quick3DGlslParser.so.6 qt6-quick3d-6.3.0_1
|
||||||
libQt6Quick3DAssetUtils.so.6 qt6-quick3d-6.1.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
|
libQt6QuickControls2Impl.so.6 qt6-declarative-6.0.0_1
|
||||||
libQt6QuickControls2.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
|
libQt6QuickTemplates2.so.6 qt6-declarative-6.0.0_1
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'qt6-quicktimeline'
|
# Template file for 'qt6-quicktimeline'
|
||||||
pkgname=qt6-quicktimeline
|
pkgname=qt6-quicktimeline
|
||||||
version=6.3.0
|
version=6.3.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qtquicktimeline-everywhere-src-${version/rc/-rc}"
|
wrksrc="qtquicktimeline-everywhere-src-${version/rc/-rc}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DQT_HOST_PATH=/usr "
|
|
||||||
hostmakedepends="perl qt6-base-devel qt6-declarative-devel"
|
hostmakedepends="perl qt6-base-devel qt6-declarative-devel"
|
||||||
makedepends="qt6-base-devel qt6-declarative-devel"
|
makedepends="qt6-base-devel qt6-declarative-devel"
|
||||||
short_desc="Cross-platform application and UI framework - quicktimeline"
|
short_desc="Cross-platform application and UI framework - quicktimeline"
|
||||||
|
@ -12,10 +11,10 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://qt.io/"
|
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"
|
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
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
configure_args="-DQT_BUILD_TESTS=ON"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Reference in New Issue