mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5-webengine to 5.15.3-3
This commit is contained in:
parent
cc267177a6
commit
06c10c5947
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ highmem=1
|
|||
pkgname=qt5-webengine
|
||||
_qtver=5.15.3
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_commit=a059e7404a6db799f4da0ad696e65ae9c854b4b0
|
||||
# Upstream won't tag releases, because potatoes https://lists.qt-project.org/pipermail/interest/2021-March/036386.html
|
||||
arch=('x86_64')
|
||||
|
@ -49,6 +49,7 @@ prepare() {
|
|||
git submodule set-branch --branch 87-based src/3rdparty
|
||||
git submodule update
|
||||
|
||||
git cherry-pick -n 199ea00a9eea13315a652c62778738629185b059 # Fix crashes with some locales
|
||||
patch -p1 -i "$srcdir"/qt5-webengine-glibc-2.33.patch # Fix text rendering when building with glibc 2.33
|
||||
|
||||
cd "$srcdir/$_pkgfqn/src/3rdparty"
|
||||
|
|
Loading…
Reference in a new issue