mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qt5-webengine to 5.15.7-1
This commit is contained in:
parent
4f115fdbea
commit
09f69fb585
1 changed files with 2 additions and 13 deletions
|
@ -10,9 +10,9 @@ buildarch=12
|
|||
highmem=1
|
||||
|
||||
pkgname=qt5-webengine
|
||||
_qtver=5.15.6
|
||||
_qtver=5.15.7
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=5
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='https://www.qt.io'
|
||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
||||
|
@ -26,9 +26,6 @@ _pkgfqn=qtwebengine
|
|||
source=(git+https://code.qt.io/qt/qtwebengine.git#tag=v${pkgver}-lts
|
||||
git+https://code.qt.io/qt/qtwebengine-chromium.git
|
||||
git+https://chromium.googlesource.com/catapult#commit=5eedfe23148a234211ba477f76fc2ea2e8529189
|
||||
chromium-harfbuzz-3.0.0.patch
|
||||
skia-harfbuzz-3.0.0.patch
|
||||
qt5-webengine-glibc-2.33.patch
|
||||
qt5-webengine-python3.patch
|
||||
qt5-webengine-chromium-python3.patch
|
||||
0001-ARM-toolchain-fixes.patch
|
||||
|
@ -39,9 +36,6 @@ source=(git+https://code.qt.io/qt/qtwebengine.git#tag=v${pkgver}-lts
|
|||
sha256sums=('SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'7ce947944a139e66774dfc7249bf7c3069f07f83a0f1b2c1a1b14287a7e15928'
|
||||
'dae11dec5088eb1b14045d8c9862801a342609c15701d7c371e1caccf46e1ffd'
|
||||
'2294e5390c869963fc58f7bf1ee0a254a3f7fce3ed00c04e34a5f03e2b31b624'
|
||||
'45ccf4ff981a26656e5105259f71a3ce386d4a7112cbf09e41cb61615b355435'
|
||||
'8d0327615c6b6a340122640a9ddeb56be185621297a4ead8da4211e37feeaa75'
|
||||
'412c675fd60e78785e7dfedafa4982d999ea5797c65580d6465e53288ad3000e'
|
||||
|
@ -59,11 +53,6 @@ prepare() {
|
|||
git submodule set-branch --branch 87-based src/3rdparty
|
||||
git submodule update
|
||||
|
||||
# Fix build with harfbuzz 3.0.0
|
||||
patch -p1 -d src/3rdparty/chromium -i "$srcdir"/chromium-harfbuzz-3.0.0.patch
|
||||
patch -p1 -d src/3rdparty/chromium/third_party/skia -i "$srcdir"/skia-harfbuzz-3.0.0.patch
|
||||
|
||||
patch -p1 -i "$srcdir"/qt5-webengine-glibc-2.33.patch # Fix text rendering when building with glibc 2.33
|
||||
patch -p1 -i "$srcdir"/qt5-webengine-python3.patch # Fix build with Python 3
|
||||
patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-chromium-python3.patch
|
||||
|
||||
|
|
Loading…
Reference in a new issue