qt6-svg: update to 6.1.1.
This commit is contained in:
parent
c5acc8d759
commit
1f70ed085d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qt6-svg'
|
# Template file for 'qt6-svg'
|
||||||
pkgname=qt6-svg
|
pkgname=qt6-svg
|
||||||
version=6.1.0
|
version=6.1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qtsvg-everywhere-src-${version}"
|
wrksrc="qtsvg-everywhere-src-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -12,7 +12,16 @@ 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"
|
license="GPL-3.0-only with Qt-GPL-exception-1.0, GPL-2.0-or-later, LGPL-3.0-only"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtsvg-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtsvg-everywhere-src-${version}.tar.xz"
|
||||||
checksum=5dd3aef98c93073b7a1ab5beadcc8948d1f939c7fd19ea4c2041cc4a3bc8b719
|
checksum=e2f62385c940de76dea480a2615c9b11dd2bf0cec2cc778096c0bebfa1ef15ec
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||||
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
ctest -E 'tst_qicon_svg'
|
||||||
|
}
|
||||||
|
|
||||||
qt6-svg-devel_package() {
|
qt6-svg-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel"
|
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel"
|
||||||
|
|
Loading…
Reference in New Issue