diff options
author | John <me@johnnynator.dev> | 2025-02-08 11:01:52 +0000 |
---|---|---|
committer | John Zimmermann <me@johnzimmermann.de> | 2025-02-23 14:19:24 +0000 |
commit | f56f5b428087e2b54da0909c9e8a7246c3eac124 (patch) | |
tree | 1fbbe05be1d20a54239d9aae9f1b954f45a42151 | |
parent | 1963b5409bfaac290c80b3b1f10334d16f560101 (diff) | |
download | void-packages-f56f5b428087e2b54da0909c9e8a7246c3eac124.tar void-packages-f56f5b428087e2b54da0909c9e8a7246c3eac124.tar.gz void-packages-f56f5b428087e2b54da0909c9e8a7246c3eac124.tar.bz2 void-packages-f56f5b428087e2b54da0909c9e8a7246c3eac124.tar.lz void-packages-f56f5b428087e2b54da0909c9e8a7246c3eac124.tar.xz void-packages-f56f5b428087e2b54da0909c9e8a7246c3eac124.tar.zst void-packages-f56f5b428087e2b54da0909c9e8a7246c3eac124.zip |
qt6-qt5compat: update to 6.8.2.
-rw-r--r-- | srcpkgs/qt6-qt5compat/template | 10 |
1 files 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 <me@johnnynator.dev>" 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 } |