mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
qt6-svg: update to 6.4.2.
This commit is contained in:
parent
5cbd97b4ad
commit
8d340daa72
1 changed files with 7 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'qt6-svg'
|
||||
pkgname=qt6-svg
|
||||
version=6.4.0
|
||||
version=6.4.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt6-base-devel perl"
|
||||
hostmakedepends="qt6-base perl"
|
||||
makedepends="qt6-base-devel"
|
||||
short_desc="Cross-platform application and UI framework (QT6) - qt6-svg component"
|
||||
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=03fdae9437d074dcfa387dc1f2c6e7e14fea0f989bf7e1aa265fd35ffc2c5b25
|
||||
checksum=b746af3cb1793621d8ed7eae38d9ad5a15541dc2742031069f2ae3fe87590314
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args="-DQT_BUILD_TESTS=ON"
|
||||
|
@ -21,6 +21,10 @@ do_check() {
|
|||
ctest -E 'tst_qicon_svg'
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/tests
|
||||
}
|
||||
|
||||
qt6-svg-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue