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

Evangelos Foutras foutrelis at archlinux.org
Tue Apr 10 00:09:31 UTC 2018


    Date: Tuesday, April 10, 2018 @ 00:09:16
  Author: foutrelis
Revision: 321430

upgpkg: chromium 65.0.3325.181-7

Work around broken screen sharing in Google Meet (FS#58130).

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-09 23:32:43 UTC (rev 321429)
+++ PKGBUILD	2018-04-10 00:09:16 UTC (rev 321430)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=65.0.3325.181
-pkgrel=6
+pkgrel=7
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -104,6 +104,10 @@
   sed "s/@WIDEVINE_VERSION@/Pinkie Pie/" ../chromium-widevine.patch |
     patch -Np1
 
+  # Work around broken screen sharing in Google Meet
+  # https://crbug.com/829916#c16
+  sed -i 's/"Chromium/"Chrome/' chrome/common/chrome_content_client_constants.cc
+
   # https://crbug.com/822820
   patch -Np1 -i ../fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
 



More information about the arch-commits mailing list