extra/qt5-webengine to 5.14.1-2

This commit is contained in:
Kevin Mihelich 2020-03-07 16:14:41 +00:00
parent 43ce776e38
commit 12f3232c79

View file

@ -11,7 +11,7 @@ highmem=1
pkgname=qt5-webengine
_qtver=5.14.1
pkgver=${_qtver/-/}
pkgrel=1
pkgrel=2
arch=('x86_64')
url='https://www.qt.io'
license=('LGPL3' 'LGPL2.1' 'BSD')
@ -31,6 +31,8 @@ sha256sums=('4ec77040a876a83aa2a833ebfe7b3e88dcc167ceb317095eb226a0b8d455e887'
prepare() {
mkdir -p build
sed -e 's|7-9|7-9\|10|' -i $_pkgfqn/configure.pri # Support ninja 1.10
cd $_pkgfqn/src/3rdparty
patch -p1 -i ${srcdir}/0001-ARM-toolchain-fixes.patch
patch -p1 -i ${srcdir}/0002-Fix-ARM-skia-ICE.patch