mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
qt6-lottie: update to 6.3.1.
This commit is contained in:
parent
1fe9fe3e41
commit
a400bb8300
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'qt6-lottie'
|
||||
pkgname=qt6-lottie
|
||||
version=6.3.0
|
||||
version=6.3.1
|
||||
revision=1
|
||||
wrksrc="qtlottie-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr"
|
||||
hostmakedepends="perl qt6-base-devel"
|
||||
makedepends="qt6-declarative-devel"
|
||||
short_desc="Cross-platform application and UI framework - lottie"
|
||||
|
@ -12,10 +11,10 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-only"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtlottie-everywhere-src-${version}.tar.xz"
|
||||
checksum=39db570bbba5b527a1eb6a5774bed47398ace2f7217bbf45b1194ada6cf97deb
|
||||
checksum=740ba76999124d5e1a85ef3d01c69976bb8557862b6b26bf48b357fe0cab1cf5
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||
configure_args="-DQT_BUILD_TESTS=ON"
|
||||
fi
|
||||
|
||||
pre_check() {
|
||||
|
@ -28,8 +27,10 @@ qt6-lottie-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/metatypes
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
vmove usr/share/qt6/modules
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue