qt6-svg: update to 6.8.2.

This commit is contained in:
John 2025-02-08 12:02:06 +01:00 committed by John Zimmermann
parent 1eb53cbba9
commit f4d5946d48

View File

@ -1,6 +1,6 @@
# Template file for 'qt6-svg'
pkgname=qt6-svg
version=6.8.1
version=6.8.2
revision=1
build_style=cmake
hostmakedepends="qt6-base perl"
@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only with Qt-GPL-exception-1.0, GPL-2.0-or-later, LGPL-3.0-only"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtsvg-everywhere-src-${version}.tar.xz"
checksum=3d0de73596e36b2daa7c48d77c4426bb091752856912fba720215f756c560dd0
checksum=aa2579f21ca66d19cbcf31d87e9067e07932635d36869c8239d4decd0a9dc1fa
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args="-DQT_BUILD_TESTS=ON"
@ -18,7 +18,7 @@ fi
do_check() {
cd build
ctest -E 'tst_qicon_svg'
ctest -E '(tst_qicon_svg|module_includes)'
}
post_install() {