qt6-networkauth: update to 6.3.1.

This commit is contained in:
Đoàn Trần Công Danh 2022-08-08 17:13:08 +07:00
parent a400bb8300
commit 5924ff952d
1 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,9 @@
# Template file for 'qt6-networkauth'
pkgname=qt6-networkauth
version=6.3.0
version=6.3.1
revision=1
wrksrc="qtnetworkauth-everywhere-src-${version}"
build_style=cmake
configure_args="-DQT_HOST_PATH=/usr"
hostmakedepends="perl qt6-base-devel"
makedepends="qt6-base-devel"
short_desc="Cross-platform application and UI framework - networkauth"
@ -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/qtnetworkauth-everywhere-src-${version}.tar.xz"
checksum=203a98942919028520038f90a20cd7ee32b537233545d11e429c3e2c1ad9069f
checksum=d60f54b9d4509fa8bdbf1990bc91f6e260e38cdb57a7b8119fa3861bc5d2fb2a
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DQT_BUILD_TESTS=ON"
configure_args="-DQT_BUILD_TESTS=ON"
fi
qt6-networkauth-devel_package() {
@ -24,8 +23,11 @@ qt6-networkauth-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
}
}