From 312243b85cf3583d113b2609dfa0c12d8672e1c9 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 8 Feb 2025 12:02:08 +0100 Subject: [PATCH] qt6-tools: update to 6.8.2. --- srcpkgs/qt6-tools/template | 6 +++--- 1 file 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 " 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() {