Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Fix crashes with some locales (FS#69902)
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@409674 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
antonio-rojas authored and svntogit committed Mar 12, 2021
1 parent f585665 commit fc44efe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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')
Expand Down Expand Up @@ -33,6 +33,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
}

Expand Down

0 comments on commit fc44efe

Please sign in to comment.