extra/qt6-webengine to 6.4.0-2

This commit is contained in:
Kevin Mihelich 2022-10-04 12:40:40 +00:00
parent c1b6bc2219
commit cebab92f94

View file

@ -12,7 +12,7 @@ highmem=1
pkgname=qt6-webengine
_qtver=6.4.0
pkgver=${_qtver/-/}
pkgrel=1
pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -25,13 +25,17 @@ groups=(qt6)
#options=(debug) - hangs on stripping
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
qtbug-107144.patch::https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=64b7da9d
0001-ARM-toolchain-fixes.patch
0002-Run-blink-bindings-generation-single-threaded.patch)
sha256sums=('662ae9ec599b00e902e2c2751ae4977fa95bedf1b035033547ea1b1b69e75303'
'8297f0375c8103828f3fd53bfd6005d009ae51cffa581c65cec93f098a6eb54e'
'772aeba76d16387e28ef629285965109a4bfaa02ca2dd466e9526fe2030773ec'
'eff4ebf2e714185ef6e36e30c8d2158da6b41a46e3168d06472d35f6c9977aaf')
prepare() {
patch -d $_pkgfn -p1 < qtbug-107144.patch
cd $_pkgfn
if [[ $CARCH == "armv7h" ]]; then