[arch-commits] Commit in qt5-webengine/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Mar 12 12:14:12 UTC 2021


    Date: Friday, March 12, 2021 @ 12:14:12
  Author: arojas
Revision: 409674

Fix crashes with some locales (FS#69902)

Modified:
  qt5-webengine/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 11:58:53 UTC (rev 409673)
+++ PKGBUILD	2021-03-12 12:14:12 UTC (rev 409674)
@@ -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')
@@ -33,6 +33,7 @@
   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
 }
 



More information about the arch-commits mailing list