qt6-lottie: update to 6.4.2.

This commit is contained in:
Đoàn Trần Công Danh 2023-02-17 22:47:07 +07:00
parent 57c6fba882
commit 0fcfb15f8b

View file

@ -1,16 +1,16 @@
# Template file for 'qt6-lottie' # Template file for 'qt6-lottie'
pkgname=qt6-lottie pkgname=qt6-lottie
version=6.4.0 version=6.4.2
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="perl qt6-base-devel" hostmakedepends="perl qt6-base qt6-declarative-host-tools"
makedepends="qt6-declarative-devel" makedepends="qt6-declarative-devel"
short_desc="Cross-platform application and UI framework - lottie" short_desc="Cross-platform application and UI framework - lottie"
maintainer="John <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://qt.io/" homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtlottie-everywhere-src-${version}.tar.xz" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtlottie-everywhere-src-${version}.tar.xz"
checksum=1cfcbfca9e5c68e1317edf20caa0ead4e9c8f1f4f1de19a95a8c235f4576c6b4 checksum=accc8869c72095ce5b373a30c362d21235145a79f9e270480712f861d1de1c56
if [ "$XBPS_CHECK_PKGS" ]; then if [ "$XBPS_CHECK_PKGS" ]; then
configure_args="-DQT_BUILD_TESTS=ON" configure_args="-DQT_BUILD_TESTS=ON"
@ -20,6 +20,10 @@ pre_check() {
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
} }
post_install() {
rm -rf ${DESTDIR}/usr/tests
}
qt6-lottie-devel_package() { qt6-lottie-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"