qt6-static: Update to 6.8.2 (#23581)

This commit is contained in:
Christoph Reiter
2025-03-05 23:32:33 +01:00
committed by GitHub
parent 267b456f1f
commit 039c2e1992

View File

@@ -3,9 +3,9 @@
_realname=qt6
pkgbase=mingw-w64-${_realname}-static
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-static")
_qtver=6.8.0
_qtver=6.8.2
pkgver=${_qtver/-/}
pkgrel=3
pkgrel=1
pkgdesc="A cross-platform application and UI framework (mingw-w64)"
arch=(any)
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -59,9 +59,8 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/sing
012-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
013-disable-finding-webp-from-cmake-config-files.patch
014-imageformats-transitive-dependencies.patch
015-qt6-windeployqt-fixes.patch
016-fix-build-qtquick3d-with-clang-19.patch::https://invent.kde.org/qt/qt/qtquick3d/-/commit/636a5558.patch)
sha256sums=('70f1a87c6ecc6c108dec6e9389e564f8798bd48bec4c596f28d0564c1dbbc2c6'
015-qt6-windeployqt-fixes.patch)
sha256sums=('659d8bb5931afac9ed5d89a78e868e6bd00465a58ab566e2123db02d674be559'
'26f3bcc3729520a5ba648a9ce92a9293c8fb1cf16d81af612587ce10d501dcb6'
'817ce7a15eafb945da5f03706cd7196198c9a903c0372cb7023d1e27634355a4'
'af3f4c6491942ee6a7681eecef2d999897e38fcef7a5edcf3774589f137dac73'
@@ -76,8 +75,7 @@ sha256sums=('70f1a87c6ecc6c108dec6e9389e564f8798bd48bec4c596f28d0564c1dbbc2c6'
'39d57493b0edc1317729b88dad6a07b86936072f0fbbd2aae7b01e2211ce29ed'
'ce0023e8b72fe4b5840ca892bd5ad52120b6b484161bf2ffe0b6da9404625641'
'1d640ce887bbaaa847b8dd30a1a655f273c9907de06ad9d91580c02215e3e8c8'
'ba6d3384ef40e287807e2fe33e3b8ffc815ca2f3b1af5def426fe62c880a5ec9'
'd0b7037cb925084e72d223366f8ebc98416ab06f3097eabe765b4769370b47eb')
'ba6d3384ef40e287807e2fe33e3b8ffc815ca2f3b1af5def426fe62c880a5ec9')
# Use the right mkspecs file
if [[ ${MINGW_PACKAGE_PREFIX} == *-clang-* ]]; then
@@ -121,11 +119,6 @@ prepare() {
014-imageformats-transitive-dependencies.patch \
015-qt6-windeployqt-fixes.patch
cd qtquick3d
apply_patch_with_msg \
016-fix-build-qtquick3d-with-clang-19.patch
cd ..
local _ARCH_TUNE
if [[ ${CARCH} == x86_64 ]]; then
_ARCH_TUNE="-march=nocona -msahf -mtune=generic"