mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
qt6-svg: update to 6.3.1.
This commit is contained in:
parent
926562eee8
commit
1ab116352e
1 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'qt6-svg'
|
||||
pkgname=qt6-svg
|
||||
version=6.3.0
|
||||
version=6.3.1
|
||||
revision=1
|
||||
wrksrc="qtsvg-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr "
|
||||
hostmakedepends="qt6-base-devel perl"
|
||||
makedepends="qt6-base-devel"
|
||||
short_desc="Cross-platform application and UI framework (QT6) - qt6-svg component"
|
||||
|
@ -12,10 +11,10 @@ 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=3164504d7e3f640439308235739b112605ab5fc9cc517ca0b28f9fb93a8db0e3
|
||||
checksum=7b19f418e6f7b8e23344082dd04440aacf5da23c5a73980ba22ae4eba4f87df7
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
||||
configure_args="-DQT_BUILD_TESTS=ON"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
|
@ -29,8 +28,11 @@ qt6-svg-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/metatypes
|
||||
vmove usr/lib/pkgconfig
|
||||
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