qt6-qt5compat: update to 6.8.2.

This commit is contained in:
John 2025-02-08 12:01:52 +01:00 committed by John Zimmermann
parent 1963b5409b
commit f56f5b4280

View file

@ -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
}