mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-networkauth: update to 6.3.1.
This commit is contained in:
parent
a400bb8300
commit
5924ff952d
1 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'qt6-networkauth'
|
# Template file for 'qt6-networkauth'
|
||||||
pkgname=qt6-networkauth
|
pkgname=qt6-networkauth
|
||||||
version=6.3.0
|
version=6.3.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qtnetworkauth-everywhere-src-${version}"
|
wrksrc="qtnetworkauth-everywhere-src-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DQT_HOST_PATH=/usr"
|
|
||||||
hostmakedepends="perl qt6-base-devel"
|
hostmakedepends="perl qt6-base-devel"
|
||||||
makedepends="qt6-base-devel"
|
makedepends="qt6-base-devel"
|
||||||
short_desc="Cross-platform application and UI framework - networkauth"
|
short_desc="Cross-platform application and UI framework - networkauth"
|
||||||
|
@ -12,10 +11,10 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtnetworkauth-everywhere-src-${version}.tar.xz"
|
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
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
configure_args="-DQT_BUILD_TESTS=ON"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
qt6-networkauth-devel_package() {
|
qt6-networkauth-devel_package() {
|
||||||
|
@ -24,8 +23,11 @@ qt6-networkauth-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
|
vmove usr/lib/metatypes
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/qt6/mkspecs
|
vmove usr/lib/qt6/mkspecs
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.prl"
|
vmove "usr/lib/*.prl"
|
||||||
|
vmove usr/share/qt6/modules
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue