diff options
author | John <me@johnnynator.dev> | 2025-02-08 11:02:08 +0000 |
---|---|---|
committer | John Zimmermann <me@johnzimmermann.de> | 2025-02-23 14:19:24 +0000 |
commit | 312243b85cf3583d113b2609dfa0c12d8672e1c9 (patch) | |
tree | 78a85ba6f5d8fa16fa69cb120369fe54797c043d | |
parent | f4d5946d486ec692d4d1d2c482273d0b5ff206e0 (diff) | |
download | void-packages-312243b85cf3583d113b2609dfa0c12d8672e1c9.tar void-packages-312243b85cf3583d113b2609dfa0c12d8672e1c9.tar.gz void-packages-312243b85cf3583d113b2609dfa0c12d8672e1c9.tar.bz2 void-packages-312243b85cf3583d113b2609dfa0c12d8672e1c9.tar.lz void-packages-312243b85cf3583d113b2609dfa0c12d8672e1c9.tar.xz void-packages-312243b85cf3583d113b2609dfa0c12d8672e1c9.tar.zst void-packages-312243b85cf3583d113b2609dfa0c12d8672e1c9.zip |
qt6-tools: update to 6.8.2.
-rw-r--r-- | srcpkgs/qt6-tools/template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srcpkgs/qt6-tools/template b/srcpkgs/qt6-tools/template index f71ef1f2291..12d3b4d6d65 100644 --- a/srcpkgs/qt6-tools/template +++ b/srcpkgs/qt6-tools/template @@ -1,6 +1,6 @@ # Template file for 'qt6-tools' pkgname=qt6-tools -version=6.8.1 +version=6.8.2 revision=1 build_style=cmake 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" homepage="https://qt.io/" 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 configure_args+=" -DQT_FORCE_BUILD_TOOLS=TRUE" @@ -50,7 +50,7 @@ do_check() { export QT_BUILD_BIN_PATH=$wrksrc/build/lib/qt6/bin # Some of these tests expect that qt6-tools is already # 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() { |