From f56f5b428087e2b54da0909c9e8a7246c3eac124 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 8 Feb 2025 12:01:52 +0100 Subject: [PATCH] qt6-qt5compat: update to 6.8.2. --- srcpkgs/qt6-qt5compat/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template index a404a4af6c5..4a4e9b9d561 100644 --- a/srcpkgs/qt6-qt5compat/template +++ b/srcpkgs/qt6-qt5compat/template @@ -1,6 +1,6 @@ # Template file for 'qt6-qt5compat' pkgname=qt6-qt5compat -version=6.8.1 +version=6.8.2 revision=1 build_style=cmake configure_args="-DQT_FEATURE_textcodec=ON -DQT_FEATURE_codecs=ON @@ -13,12 +13,18 @@ maintainer="John " license="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/qt5compat-everywhere-src-${version}.tar.xz" -checksum=05c8c088b4cd8331fa8a9c8b7ff7c42a088cb112e673eae5708048d0131264fc +checksum=b53154bc95ec08e2ddc266bef250fbd684b4eb2df96bc8c27d26b1e953495316 if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-DQT_BUILD_TESTS=ON" fi +do_check() { + cd build + local ctest_exclude="(module_includes)" + ctest -E "$ctest_exclude" +} + post_install() { rm -rf ${DESTDIR}/usr/tests }