mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-tools: update to 6.8.2.
This commit is contained in:
parent
f4d5946d48
commit
312243b85c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qt6-tools'
|
# Template file for 'qt6-tools'
|
||||||
pkgname=qt6-tools
|
pkgname=qt6-tools
|
||||||
version=6.8.1
|
version=6.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DEXTERNAL_GUMBO=ON -DLITEHTML_UTF8=ON -DUSE_ICU=ON
|
configure_args="-DEXTERNAL_GUMBO=ON -DLITEHTML_UTF8=ON -DUSE_ICU=ON
|
||||||
|
@ -16,7 +16,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="custom:GPL-3.0-only-with-Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
license="custom:GPL-3.0-only-with-Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qttools-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qttools-everywhere-src-${version}.tar.xz"
|
||||||
checksum=9d43d409be08b8681a0155a9c65114b69c9a3fc11aef6487bb7fdc5b283c432d
|
checksum=326381b7d43f07913612f291abc298ae79bd95382e2233abce982cff2b53d2c0
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -DQT_FORCE_BUILD_TOOLS=TRUE"
|
configure_args+=" -DQT_FORCE_BUILD_TOOLS=TRUE"
|
||||||
|
@ -50,7 +50,7 @@ do_check() {
|
||||||
export QT_BUILD_BIN_PATH=$wrksrc/build/lib/qt6/bin
|
export QT_BUILD_BIN_PATH=$wrksrc/build/lib/qt6/bin
|
||||||
# Some of these tests expect that qt6-tools is already
|
# Some of these tests expect that qt6-tools is already
|
||||||
# installed in /usr/lib/qt6
|
# installed in /usr/lib/qt6
|
||||||
ctest -E 'tst_(lrelease|lconvert|lupdate|qtattributionsscanner|qhelpcontentmodel|qhelpenginecore|qhelpgenerator|qhelpindexmode|generatedOutput)'
|
ctest -E 'tst_(lrelease|lconvert|lupdate|qtattributionsscanner|qhelpcontentmodel|qhelpenginecore|qhelpgenerator|qhelpindexmode|generatedOutput|validateQdocOutputFiles)'
|
||||||
}
|
}
|
||||||
|
|
||||||
qt6-help_package() {
|
qt6-help_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue