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

2020-12-19 Thread Felix Yan via arch-commits
Date: Saturday, December 19, 2020 @ 12:03:30
  Author: felixonmars
Revision: 404625

upgpkg: chromium 87.0.4280.88-3: icu 68.2 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 11:43:19 UTC (rev 404624)
+++ PKGBUILD2020-12-19 12:03:30 UTC (rev 404625)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=87.0.4280.88
-pkgrel=2
+pkgrel=3
 _launcher_ver=6
 _gcc_patchset=9
 pkgdesc="A web browser built for speed, simplicity, and security"


[arch-commits] Commit in chromium/trunk (PKGBUILD icu68.patch v8-icu68.patch)

2020-12-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, December 15, 2020 @ 04:21:14
  Author: foutrelis
Revision: 404339

Add patches for ICU 68

Added:
  chromium/trunk/icu68.patch
  chromium/trunk/v8-icu68.patch
Modified:
  chromium/trunk/PKGBUILD

+
 PKGBUILD   |6 
 icu68.patch|  421 +++
 v8-icu68.patch |  192 +
 3 files changed, 619 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 02:53:32 UTC (rev 404338)
+++ PKGBUILD2020-12-15 04:21:14 UTC (rev 404339)
@@ -27,10 +27,14 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
+icu68.patch
+v8-icu68.patch
 subpixel-anti-aliasing-in-FreeType-2.8.1.patch)
 sha256sums=('3e4645328735ef60db78d1a313efb3770a3edeaede90d076414df52f567a09c0'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'c99934bcd2f3ae8ea9620f5f59a94338b2cf739647f04c28c8a551d9083fa7e9'
+'38fb5218331d6e03915490dab64f7b8bf26833a581d1aaa02090437c67e9439c'
+'6e919c9712d8fe6c2918778df1f8c2ee0675a87a48be5d2aaa54e320703ced4b'
 '1e2913e21c491d546e05f9b4edf5a6c7a22d89ed0b36ef692ca6272bcd5faec6')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -80,6 +84,8 @@
 third_party/libxml/chromium/*.cc
 
   # Upstream fixes
+  patch -Np1 -i ../icu68.patch
+  patch -Np1 -d v8 <../v8-icu68.patch
   patch -Np1 -d third_party/skia 
<../subpixel-anti-aliasing-in-FreeType-2.8.1.patch
 
   # Fixes for building with libstdc++ instead of libc++

Added: icu68.patch
===
--- icu68.patch (rev 0)
+++ icu68.patch 2020-12-15 04:21:14 UTC (rev 404339)
@@ -0,0 +1,421 @@
+From 4d16e52a5e6771c4aa5f892e14486bf0e87027d1 Mon Sep 17 00:00:00 2001
+From: Frank Tang 
+Date: Tue, 20 Oct 2020 00:11:50 +
+Subject: [PATCH] Prepare for landing ICU68
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+In the landing process of ICU68 we found these need to be changed
+since ICU68 no longer define TRUE and FALSE for UBool to
+avoid C++20 problem.
+
+Bug: 1138555
+Change-Id: I64fd98c99864aa86b07280537a780105cb0eabbe
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473522
+Reviewed-by: Frank Tang 
+Reviewed-by: Colin Blundell 
+Reviewed-by: Dominic Battré 
+Reviewed-by: Guillaume Jenkins 
+Reviewed-by: Jungshik Shin 
+Reviewed-by: Mihai Sardarescu 
+Reviewed-by: Dave Tapuska 
+Reviewed-by: Mustafa Emre Acer 
+Reviewed-by: Marian Fechete 
+Reviewed-by: Matthew Denton 
+Commit-Queue: Frank Tang 
+Cr-Commit-Position: refs/heads/master@{#818713}
+---
+ base/i18n/icu_util.cc|  2 +-
+ base/i18n/string_compare.cc  |  4 ++--
+ base/i18n/time_formatting.cc |  2 +-
+ .../autofill/core/common/autofill_regexes.cc |  8 
+ .../browser/string_conversions_util.cc   |  6 +++---
+ .../public/identity_manager/identity_utils.cc|  2 +-
+ .../renderer/spellcheck_worditerator.cc  |  2 +-
+ .../spoof_checks/idn_spoof_checker.cc|  4 ++--
+ .../spoof_checks/skeleton_generator.cc   |  2 +-
+ content/zygote/zygote_linux.cc   |  2 +-
+ .../time_zone_monitor_android.cc |  2 +-
+ .../renderer/core/exported/web_view_test.cc  | 12 ++--
+ .../blink/renderer/platform/text/locale_icu.cc   |  4 ++--
+ .../platform/text/text_break_iterator_icu.cc | 16 
+ .../renderer/platform/text/unicode_utilities.cc  |  2 +-
+ .../renderer/platform/wtf/text/text_codec_icu.cc |  2 +-
+ ui/base/l10n/formatter.cc|  6 +++---
+ 17 files changed, 39 insertions(+), 39 deletions(-)
+
+diff --git a/base/i18n/icu_util.cc b/base/i18n/icu_util.cc
+index b225f1d46c0b7..20debbe655c46 100644
+--- a/base/i18n/icu_util.cc
 b/base/i18n/icu_util.cc
+@@ -327,7 +327,7 @@ void InitializeIcuTimeZone() {
+   // https://ssl.icu-project.org/trac/ticket/13208 .
+   string16 zone_id = android::GetDefaultTimeZoneId();
+   icu::TimeZone::adoptDefault(icu::TimeZone::createTimeZone(
+-  icu::UnicodeString(FALSE, zone_id.data(), zone_id.length(;
++  icu::UnicodeString(false, zone_id.data(), zone_id.length(;
+ #elif defined(OS_FUCHSIA)
+   // The platform-specific mechanisms used by ICU's detectHostTimeZone() to
+   // determine the default time zone will not work on Fuchsia. Therefore,
+diff --git a/base/i18n/string_compare.cc 

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

2020-12-14 Thread Evangelos Foutras via arch-commits
Date: Monday, December 14, 2020 @ 11:55:28
  Author: foutrelis
Revision: 404308

upgpkg: chromium 87.0.4280.88-2: re2 20201101 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 11:23:30 UTC (rev 404307)
+++ PKGBUILD2020-12-14 11:55:28 UTC (rev 404308)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=87.0.4280.88
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 _gcc_patchset=9
 pkgdesc="A web browser built for speed, simplicity, and security"


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

2020-12-02 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 2, 2020 @ 20:06:09
  Author: foutrelis
Revision: 402825

Remove post_upgrade message from over 5 years ago

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/chromium.install

--+
 PKGBUILD |1 -
 chromium.install |   16 
 2 files changed, 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-02 19:57:04 UTC (rev 402824)
+++ PKGBUILD2020-12-02 20:06:09 UTC (rev 402825)
@@ -24,7 +24,6 @@
 'kdialog: needed for file dialogs in KDE'
 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
 'kwallet: for storing passwords in KWallet on KDE desktops')
-install=chromium.install
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz

Deleted: chromium.install
===
--- chromium.install2020-12-02 19:57:04 UTC (rev 402824)
+++ chromium.install2020-12-02 20:06:09 UTC (rev 402825)
@@ -1,16 +0,0 @@
-post_upgrade() {
-  if (($(vercmp $2 42.0.2311.90-1) < 0)); then
-echo ':: This Chromium package no longer supports custom flags passed via 
the'
-echo '   /etc/chromium/default file (or any other files under 
/etc/chromium/).'
-echo
-echo '   The new /usr/bin/chromium launcher script will automatically 
detect'
-echo '   Pepper Flash (if installed) and pass the correct flags to 
Chromium.'
-echo
-echo '   If you need to pass extra command-line arguments to Chromium, you'
-echo '   can put them in a "chromium-flags.conf" file under $HOME/.config/'
-echo '   (or $XDG_CONFIG_HOME). Arguments are split on whitespace and 
shell'
-echo '   quoting rules apply but no further parsing is performed.'
-  fi
-}
-
-# vim:set ts=2 sw=2 et:


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

2020-11-27 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 28, 2020 @ 00:27:50
  Author: foutrelis
Revision: 402343

Use alternate (smaller) GitHub archive URL

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 23:33:33 UTC (rev 402342)
+++ PKGBUILD2020-11-28 00:27:50 UTC (rev 402343)
@@ -26,7 +26,7 @@
 'kwallet: for storing passwords in KWallet on KDE desktops')
 install=chromium.install
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
+
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
 chromium-skia-harmony.patch)
 sha256sums=('29a8e4ea82edec2fdcf34ece68323bec7ab90f3d5669e6b77f58cff9c278f741'


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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 08:12:08
  Author: foutrelis
Revision: 400440

upgpkg: chromium 86.0.4240.198-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 08:09:43 UTC (rev 400439)
+++ PKGBUILD2020-11-12 08:12:08 UTC (rev 400440)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=86.0.4240.193
+pkgver=86.0.4240.198
 pkgrel=1
 _launcher_ver=6
 _gcc_patchset=6
@@ -34,7 +34,7 @@
 check-for-enable-accelerated-video-decode-on-Linux.patch
 xproto-fix-underflow-in-Fp1616ToDouble.patch
 chromium-skia-harmony.patch)
-sha256sums=('203dd5097f5873cb4881e2e838034f0dac5ff13e7fafa286baf87937f8eca534'
+sha256sums=('a0ab825e527becab4ab3e11ef889e842436fe11a4fb7874419d1970e680c7a44'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
 '69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf03cdc'


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

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 08:52:13
  Author: foutrelis
Revision: 400051

upgpkg: chromium 86.0.4240.193-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 08:49:19 UTC (rev 400050)
+++ PKGBUILD2020-11-10 08:52:13 UTC (rev 400051)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=86.0.4240.183
+pkgver=86.0.4240.193
 pkgrel=1
 _launcher_ver=6
 _gcc_patchset=6
@@ -34,7 +34,7 @@
 check-for-enable-accelerated-video-decode-on-Linux.patch
 xproto-fix-underflow-in-Fp1616ToDouble.patch
 chromium-skia-harmony.patch)
-sha256sums=('aa12c6665c33275f3edffb6f127f97f84fa0bb69c644b4b023d51d2d058a69bc'
+sha256sums=('203dd5097f5873cb4881e2e838034f0dac5ff13e7fafa286baf87937f8eca534'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
 '69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf03cdc'


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

2020-11-02 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 3, 2020 @ 03:36:38
  Author: foutrelis
Revision: 399186

upgpkg: chromium 86.0.4240.183-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 21:05:05 UTC (rev 399185)
+++ PKGBUILD2020-11-03 03:36:38 UTC (rev 399186)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=86.0.4240.111
-pkgrel=2
+pkgver=86.0.4240.183
+pkgrel=1
 _launcher_ver=6
 _gcc_patchset=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -34,7 +34,7 @@
 check-for-enable-accelerated-video-decode-on-Linux.patch
 xproto-fix-underflow-in-Fp1616ToDouble.patch
 chromium-skia-harmony.patch)
-sha256sums=('f27bdb02ebf3c48abe054c73f1ae57e22a22535ea34f5edf8693ab8432a7c717'
+sha256sums=('aa12c6665c33275f3edffb6f127f97f84fa0bb69c644b4b023d51d2d058a69bc'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
 '69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf03cdc'


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

2020-10-20 Thread Evangelos Foutras via arch-commits
Date: Wednesday, October 21, 2020 @ 03:18:35
  Author: foutrelis
Revision: 398684

upgpkg: chromium 86.0.4240.111-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-21 01:09:03 UTC (rev 398683)
+++ PKGBUILD2020-10-21 03:18:35 UTC (rev 398684)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=86.0.4240.75
+pkgver=86.0.4240.111
 pkgrel=1
 _launcher_ver=6
 _gcc_patchset=6
@@ -33,7 +33,7 @@
 remove-dead-reloc-in-nonalloc-LD-flags.patch
 check-for-enable-accelerated-video-decode-on-Linux.patch
 chromium-skia-harmony.patch)
-sha256sums=('dd7a41eda5f984e44474d7e6fb25b5df88c1c924a1a3966189f037f7d325bcb5'
+sha256sums=('f27bdb02ebf3c48abe054c73f1ae57e22a22535ea34f5edf8693ab8432a7c717'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
 '69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf03cdc'


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

2020-09-21 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 22, 2020 @ 02:42:47
  Author: foutrelis
Revision: 396417

upgpkg: chromium 85.0.4183.121-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-21 23:22:27 UTC (rev 396416)
+++ PKGBUILD2020-09-22 02:42:47 UTC (rev 396417)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=85.0.4183.102
+pkgver=85.0.4183.121
 pkgrel=1
 _launcher_ver=6
 _gcc_patchset=2
@@ -31,7 +31,7 @@
 media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
 chromium-fix-vaapi-on-intel.patch
 chromium-skia-harmony.patch)
-sha256sums=('8a68d474724a7a8acfc7742405942836f08e30e713f12f8c3ada46ee6a805e0c'
+sha256sums=('e018547e54566410fb365d9f3dae10037c30fca5debe6ba8baceef3ad3b03d28'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '2194fe22b9e5ccdc4a86da4e3572214f670c561486671f57c90636fd3cbfa43e'
 '0f041d655335cd2a4773ae7ca5e301a0ff12c6c53f57b7cf6651c268e0420a1c'


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

2020-09-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 8, 2020 @ 23:31:52
  Author: foutrelis
Revision: 395584

upgpkg: chromium 85.0.4183.102-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-08 21:12:08 UTC (rev 395583)
+++ PKGBUILD2020-09-08 23:31:52 UTC (rev 395584)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=85.0.4183.83
+pkgver=85.0.4183.102
 pkgrel=1
 _launcher_ver=6
 _gcc_patchset=2
@@ -31,7 +31,7 @@
 media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
 chromium-fix-vaapi-on-intel.patch
 chromium-skia-harmony.patch)
-sha256sums=('2064aa4502b87c025f2233b59d94e9e3d1c00bfeaf891e1d973687de5740e73b'
+sha256sums=('8a68d474724a7a8acfc7742405942836f08e30e713f12f8c3ada46ee6a805e0c'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '2194fe22b9e5ccdc4a86da4e3572214f670c561486671f57c90636fd3cbfa43e'
 '0f041d655335cd2a4773ae7ca5e301a0ff12c6c53f57b7cf6651c268e0420a1c'


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

2020-08-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 19, 2020 @ 06:44:50
  Author: foutrelis
Revision: 394383

upgpkg: chromium 84.0.4147.135-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 06:44:32 UTC (rev 394382)
+++ PKGBUILD2020-08-19 06:44:50 UTC (rev 394383)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=84.0.4147.125
+pkgver=84.0.4147.135
 pkgrel=1
 _launcher_ver=6
 _gcc_patchset=3
@@ -34,7 +34,7 @@
 chromium-ffmpeg-4.3.patch
 chromium-fix-vaapi-on-intel.patch
 chromium-skia-harmony.patch)
-sha256sums=('98439626cf2d8d3d8f9486d08a99cbc1e4981b3f3427a072d5eaaf6ded4daff5'
+sha256sums=('dd41001596d0e17051ddcece3db6c0cdbe92fe23375d56fbcfba624a5f4996d8'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'f77088dd59b170b767ba91c6b410abb778ff2e68553433b24124d398fa4d3ce7'
 '3b10917f646f88ae988ca18be9cbef82025abb6a6e5cb00b77a11077192ce32c'


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

2020-08-10 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 11, 2020 @ 05:37:15
  Author: foutrelis
Revision: 393542

upgpkg: chromium 84.0.4147.125-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-10 21:46:55 UTC (rev 393541)
+++ PKGBUILD2020-08-11 05:37:15 UTC (rev 393542)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=84.0.4147.105
+pkgver=84.0.4147.125
 pkgrel=1
 _launcher_ver=6
 _gcc_patchset=3
@@ -34,7 +34,7 @@
 chromium-ffmpeg-4.3.patch
 chromium-fix-vaapi-on-intel.patch
 chromium-skia-harmony.patch)
-sha256sums=('caf4ebeb2a2333454c3067a2534aeecaab5029aa78fc0d8b27f79ad3b9c5ccac'
+sha256sums=('98439626cf2d8d3d8f9486d08a99cbc1e4981b3f3427a072d5eaaf6ded4daff5'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'f77088dd59b170b767ba91c6b410abb778ff2e68553433b24124d398fa4d3ce7'
 '3b10917f646f88ae988ca18be9cbef82025abb6a6e5cb00b77a11077192ce32c'


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

2020-07-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 28, 2020 @ 04:14:58
  Author: foutrelis
Revision: 392602

upgpkg: chromium 84.0.4147.105-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:56:10 UTC (rev 392601)
+++ PKGBUILD2020-07-28 04:14:58 UTC (rev 392602)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=84.0.4147.89
+pkgver=84.0.4147.105
 pkgrel=1
 _launcher_ver=6
 _gcc_patchset=3
@@ -34,7 +34,7 @@
 chromium-ffmpeg-4.3.patch
 chromium-fix-vaapi-on-intel.patch
 chromium-skia-harmony.patch)
-sha256sums=('17970d998c125b40765141f2cd346d1674f05dbd4a28fdcf31f9e3540890c679'
+sha256sums=('caf4ebeb2a2333454c3067a2534aeecaab5029aa78fc0d8b27f79ad3b9c5ccac'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'f77088dd59b170b767ba91c6b410abb778ff2e68553433b24124d398fa4d3ce7'
 '3b10917f646f88ae988ca18be9cbef82025abb6a6e5cb00b77a11077192ce32c'


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

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 18:48:42
  Author: foutrelis
Revision: 391915

Remove reference to third_party/yasm/run_yasm.py

Chromium 84 has switched to nasm so that file is gone.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 18:21:12 UTC (rev 391914)
+++ PKGBUILD2020-07-14 18:48:42 UTC (rev 391915)
@@ -135,7 +135,6 @@
   \! -path "third_party/$_lib/chromium/*" \
   \! -path "third_party/$_lib/google/*" \
   \! -path "third_party/harfbuzz-ng/utils/hb_scoped.h" \
-  \! -path 'third_party/yasm/run_yasm.py' \
   \! -regex '.*\.\(gn\|gni\|isolate\)' \
   -delete
   done


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

2020-07-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 7, 2020 @ 12:12:31
  Author: foutrelis
Revision: 390939

upgpkg: chromium 83.0.4103.116-3: re2 20200706 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 12:12:30 UTC (rev 390938)
+++ PKGBUILD2020-07-07 12:12:31 UTC (rev 390939)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=83.0.4103.116
-pkgrel=2
+pkgrel=3
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2020-06-22 Thread Evangelos Foutras via arch-commits
Date: Monday, June 22, 2020 @ 23:16:46
  Author: foutrelis
Revision: 390148

upgpkg: chromium 83.0.4103.116-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-22 23:14:15 UTC (rev 390147)
+++ PKGBUILD2020-06-22 23:16:46 UTC (rev 390148)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=83.0.4103.106
-pkgrel=3
+pkgver=83.0.4103.116
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -37,7 +37,7 @@
 chromium-fix-vaapi-on-intel.patch
 chromium-83-gcc-10.patch
 chromium-skia-harmony.patch)
-sha256sums=('cfd153a2e10b0bb0fb3b7e6be543aef0915181f5fbdbea893d08465afd097e2f'
+sha256sums=('bb0c7e8dfee9f3a5e30eca7f34fc9f21caefa82a86c058c552f52b1ae2da2ac3'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '58c41713eb6fb33b6eef120f4324fa1fb8123b1fbc4ecbe5662f1f9779b9b6af'
 '675fb3d6276cce569a641436465f58d5709d1d4a5f62b7052989479fd4aaea24'


[arch-commits] Commit in chromium/trunk (PKGBUILD chromium-fix-vaapi-on-intel.patch)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 16:52:51
  Author: felixonmars
Revision: 389927

upgpkg: chromium 83.0.4103.106-3: add a patch to fix vp9 on newer intel cards

Added:
  chromium/trunk/chromium-fix-vaapi-on-intel.patch
Modified:
  chromium/trunk/PKGBUILD

---+
 PKGBUILD  |7 +-
 chromium-fix-vaapi-on-intel.patch |   40 
 2 files changed, 46 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 16:31:56 UTC (rev 389926)
+++ PKGBUILD2020-06-21 16:52:51 UTC (rev 389927)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=83.0.4103.106
-pkgrel=2
+pkgrel=3
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -34,6 +34,7 @@
 make-some-of-blink-custom-iterators-STL-compatible.patch
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch
+chromium-fix-vaapi-on-intel.patch
 chromium-83-gcc-10.patch
 chromium-skia-harmony.patch)
 sha256sums=('cfd153a2e10b0bb0fb3b7e6be543aef0915181f5fbdbea893d08465afd097e2f'
@@ -46,6 +47,7 @@
 '3d7f20e1d2ee7d73ed25e708c0d59a0cb215fcce10a379e3d48a856533c4b0b7'
 'd793842e9584bf75e3779918297ba0ffa6dd05394ef5b2bf5fb73aa9c86a7e2f'
 'e042024423027ad3ef729a7e4709bdf9714aea49d64cfbbf46a645a05703abc2'
+'e495f2477091557b15bff2c99831e0a3db64ea2ebde7dcb22857a6469c944b9a'
 '3e5ba8c0a70a4bc673deec0c61eb2b58f05a4c784cbdb7c8118be1eb6580db6d'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
 
@@ -126,6 +128,9 @@
   # https://crbug.com/skia/6663#c10
   patch -Np0 -i ../chromium-skia-harmony.patch
 
+  # Patch from rpmfusion: chromium-freeworld
+  patch -Np1 -i ../chromium-fix-vaapi-on-intel.patch
+
   # Force script incompatible with Python 3 to use /usr/bin/python2
   sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
 

Added: chromium-fix-vaapi-on-intel.patch
===
--- chromium-fix-vaapi-on-intel.patch   (rev 0)
+++ chromium-fix-vaapi-on-intel.patch   2020-06-21 16:52:51 UTC (rev 389927)
@@ -0,0 +1,40 @@
+From 9ff06536caf7ea51aad9fd2bb649c858eaf7ee84 Mon Sep 17 00:00:00 2001
+From: Akarshan Biswas 
+Date: Sat, 26 Oct 2019 10:06:30 +0530
+Subject: [PATCH] Move offending function to chromeos only
+
+--- a/media/gpu/vaapi/vaapi_video_decode_accelerator.cc
 b/media/gpu/vaapi/vaapi_video_decode_accelerator.cc
+@@ -66,6 +66,7 @@ void ReportToUMA(VAVDADecoderFailure fai
+ VAVDA_DECODER_FAILURES_MAX + 1);
+ }
+ 
++#if defined(OS_ANDROID) || defined(OS_CHROMEOS)
+ // Returns true if the CPU is an Intel Gemini Lake or later (including Kaby
+ // Lake) Cpu platform id's are referenced from the following file in kernel
+ // source arch/x86/include/asm/intel-family.h
+@@ -78,6 +79,7 @@ bool IsGeminiLakeOrLater() {
+   cpuid.model() >= kGeminiLakeModelId;
+   return is_geminilake_or_later;
+ }
++#endif 
+ 
+ }  // namespace
+ 
+@@ -1155,6 +1157,8 @@ VaapiVideoDecodeAccelerator::DecideBuffe
+   if (output_mode_ == VideoDecodeAccelerator::Config::OutputMode::IMPORT)
+ return BufferAllocationMode::kNormal;
+ 
++#if defined(OS_ANDROID) || defined(OS_CHROMEOS)
++  // Move this to chromeOs only as it is causing problem in some intel linux 
drivers
+   // On Gemini Lake, Kaby Lake and later we can pass to libva the client's
+   // PictureBuffers to decode onto, which skips the use of the Vpp unit and 
its
+   // associated format reconciliation copy, avoiding all internal buffer
+@@ -1171,6 +1175,7 @@ VaapiVideoDecodeAccelerator::DecideBuffe
+   num_extra_pics_ = 3;
+ return BufferAllocationMode::kNone;
+   }
++#endif 
+ 
+   // If we're here, we have to use the Vpp unit and allocate buffers for
+   // |decoder_|; usually we'd have to allocate the |decoder_|s


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

2020-06-20 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 20, 2020 @ 12:18:30
  Author: foutrelis
Revision: 389574

upgpkg: chromium 83.0.4103.106-2: build with use_vaapi=true (FS#65886)

Hardware-accelerated video decode remains inactive by default, but
interested users can force-enable it using --ignore-gpu-blacklist.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 08:00:00 UTC (rev 389573)
+++ PKGBUILD2020-06-20 12:18:30 UTC (rev 389574)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=83.0.4103.106
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -15,10 +15,11 @@
  'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'libpipewire02' 'clang' 'lld' 'gn' 'java-runtime-headless'
+ 'libpipewire02' 'libva' 'clang' 'lld' 'gn' 'java-runtime-headless'
  'python2-setuptools')
 optdepends=('pepper-flash: support for Flash content'
 'libpipewire02: WebRTC desktop sharing under Wayland'
+'libva: hardware-accelerated video decode (experimental)'
 'kdialog: needed for file dialogs in KDE'
 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
 'kwallet: for storing passwords in KWallet on KDE desktops')
@@ -181,6 +182,7 @@
 'use_custom_libcxx=false'
 'enable_hangout_services_extension=true'
 'enable_widevine=true'
+'use_vaapi=true'
 'enable_nacl=false'
 "google_api_key=\"${_google_api_key}\""
 "google_default_client_id=\"${_google_default_client_id}\""


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

2020-06-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 16, 2020 @ 01:13:03
  Author: foutrelis
Revision: 389287

upgpkg: chromium 83.0.4103.106-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-15 20:30:21 UTC (rev 389286)
+++ PKGBUILD2020-06-16 01:13:03 UTC (rev 389287)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=83.0.4103.97
-pkgrel=2
+pkgver=83.0.4103.106
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -35,7 +35,7 @@
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch
 chromium-83-gcc-10.patch
 chromium-skia-harmony.patch)
-sha256sums=('12c405f61284cfc78f8c2b6600f3c1ae61a83b639c41087bb4f74fcaab036f83'
+sha256sums=('cfd153a2e10b0bb0fb3b7e6be543aef0915181f5fbdbea893d08465afd097e2f'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '58c41713eb6fb33b6eef120f4324fa1fb8123b1fbc4ecbe5662f1f9779b9b6af'
 '675fb3d6276cce569a641436465f58d5709d1d4a5f62b7052989479fd4aaea24'


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

2020-06-04 Thread Evangelos Foutras via arch-commits
Date: Friday, June 5, 2020 @ 02:52:42
  Author: foutrelis
Revision: 388323

upgpkg: chromium 83.0.4103.97-2: fix AppStream metadata (FS#66890)

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 01:18:49 UTC (rev 388322)
+++ PKGBUILD2020-06-05 02:52:42 UTC (rev 388323)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=83.0.4103.97
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -233,10 +233,11 @@
 
   install -Dm644 
chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
 "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
-  sed -i \
+  sed -ni \
 -e 's/chromium-browser\.desktop/chromium.desktop/' \
 -e '//d' \
 -e '//N;/\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
+-e '/^

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

2020-06-03 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 3, 2020 @ 22:25:48
  Author: foutrelis
Revision: 388234

upgpkg: chromium 83.0.4103.97-1: new upstream release

Also add AppStream metadata (FS#66875).

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 19:39:39 UTC (rev 388233)
+++ PKGBUILD2020-06-03 22:25:48 UTC (rev 388234)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=83.0.4103.61
-pkgrel=2
+pkgver=83.0.4103.97
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -35,7 +35,7 @@
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch
 chromium-83-gcc-10.patch
 chromium-skia-harmony.patch)
-sha256sums=('4961f20c4ee6a94490e823f1b1c4128147068f1ce9cfc509e81815f2101405bc'
+sha256sums=('12c405f61284cfc78f8c2b6600f3c1ae61a83b639c41087bb4f74fcaab036f83'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '58c41713eb6fb33b6eef120f4324fa1fb8123b1fbc4ecbe5662f1f9779b9b6af'
 '675fb3d6276cce569a641436465f58d5709d1d4a5f62b7052989479fd4aaea24'
@@ -225,12 +225,20 @@
   install -Dm644 chrome/app/resources/manpage.1.in \
 "$pkgdir/usr/share/man/man1/chromium.1"
   sed -i \
--e "s/@@MENUNAME@@/Chromium/g" \
--e "s/@@PACKAGE@@/chromium/g" \
--e "s/@@USR_BIN_SYMLINK_NAME@@/chromium/g" \
+-e 's/@@MENUNAME@@/Chromium/g' \
+-e 's/@@PACKAGE@@/chromium/g' \
+-e 's/@@USR_BIN_SYMLINK_NAME@@/chromium/g' \
 "$pkgdir/usr/share/applications/chromium.desktop" \
 "$pkgdir/usr/share/man/man1/chromium.1"
 
+  install -Dm644 
chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
+"$pkgdir/usr/share/metainfo/chromium.appdata.xml"
+  sed -i \
+-e 's/chromium-browser\.desktop/chromium.desktop/' \
+-e '//d' \
+-e '//N;/\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
+"$pkgdir/usr/share/metainfo/chromium.appdata.xml"
+
   local toplevel_files=(
 chrome_100_percent.pak
 chrome_200_percent.pak


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

2020-06-01 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 2, 2020 @ 02:53:40
  Author: foutrelis
Revision: 388044

upgpkg: chromium 83.0.4103.61-2: add ANGLE and SwiftShader libraries

FS#64307 FS#66855 -- also drop snapshot_blob.bin as unused

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 18 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 02:25:13 UTC (rev 388043)
+++ PKGBUILD2020-06-02 02:53:40 UTC (rev 388044)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=83.0.4103.61
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -182,7 +182,6 @@
 'enable_hangout_services_extension=true'
 'enable_widevine=true'
 'enable_nacl=false'
-'enable_swiftshader=false'
 "google_api_key=\"${_google_api_key}\""
 "google_default_client_id=\"${_google_default_client_id}\""
 "google_default_client_secret=\"${_google_default_client_secret}\""
@@ -232,16 +231,27 @@
 "$pkgdir/usr/share/applications/chromium.desktop" \
 "$pkgdir/usr/share/man/man1/chromium.1"
 
-  cp \
-out/Release/{chrome_{100,200}_percent,resources}.pak \
-out/Release/{*.bin,chromedriver} \
-"$pkgdir/usr/lib/chromium/"
-  install -Dm644 -t "$pkgdir/usr/lib/chromium/locales" 
out/Release/locales/*.pak
+  local toplevel_files=(
+chrome_100_percent.pak
+chrome_200_percent.pak
+resources.pak
+v8_context_snapshot.bin
 
+# ANGLE
+libEGL.so
+libGLESv2.so
+
+chromedriver
+  )
+
   if [[ -z ${_system_libs[icu]+set} ]]; then
-cp out/Release/icudtl.dat "$pkgdir/usr/lib/chromium/"
+toplevel_files+=(icudtl.dat)
   fi
 
+  cp "${toplevel_files[@]/#/out/Release/}" "$pkgdir/usr/lib/chromium/"
+  install -Dm644 -t "$pkgdir/usr/lib/chromium/locales" 
out/Release/locales/*.pak
+  install -Dm755 -t "$pkgdir/usr/lib/chromium/swiftshader" 
out/Release/swiftshader/*.so
+
   for size in 24 48 64 128 256; do
 install -Dm644 "chrome/app/theme/chromium/product_logo_$size.png" \
   "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"


[arch-commits] Commit in chromium/trunk (PKGBUILD clean-up-a-call-to-set_utf8.patch)

2020-05-07 Thread Evangelos Foutras via arch-commits
Date: Thursday, May 7, 2020 @ 10:09:40
  Author: foutrelis
Revision: 382655

upgpkg: chromium 81.0.4044.138-2: re2 20200501 rebuild

Added:
  chromium/trunk/clean-up-a-call-to-set_utf8.patch
Modified:
  chromium/trunk/PKGBUILD

---+
 PKGBUILD  |7 ++-
 clean-up-a-call-to-set_utf8.patch |   34 ++
 2 files changed, 40 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 09:45:32 UTC (rev 382654)
+++ PKGBUILD2020-05-07 10:09:40 UTC (rev 382655)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=81.0.4044.138
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -26,6 +26,7 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
 rebuild-Linux-frame-button-cache-when-activation.patch
+clean-up-a-call-to-set_utf8.patch
 icu67.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
@@ -33,6 +34,7 @@
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
 '46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'
+'58c41713eb6fb33b6eef120f4324fa1fb8123b1fbc4ecbe5662f1f9779b9b6af'
 '5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006'
 '709e2fddba3c1f2ed4deb3a239fc0479bfa50c46e054e7f32db4fb1365fed070'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
@@ -88,6 +90,9 @@
   patch -Np1 -i ../rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
   patch -Np1 -i ../rebuild-Linux-frame-button-cache-when-activation.patch
 
+  # https://chromium-review.googlesource.com/c/chromium/src/+/2145261
+  patch -Np1 -i ../clean-up-a-call-to-set_utf8.patch
+
   # https://crbug.com/v8/10393
   patch -Np3 -d v8 <../icu67.patch
 

Added: clean-up-a-call-to-set_utf8.patch
===
--- clean-up-a-call-to-set_utf8.patch   (rev 0)
+++ clean-up-a-call-to-set_utf8.patch   2020-05-07 10:09:40 UTC (rev 382655)
@@ -0,0 +1,34 @@
+From ede390a0b18e4565abf8ac1e1ff717e1d43fc320 Mon Sep 17 00:00:00 2001
+From: Paul Wankadia 
+Date: Tue, 14 Apr 2020 16:54:51 +
+Subject: [PATCH] Clean up a call to set_utf8().
+
+This is part of an effort to rewrite calls to utf8() and set_utf8()
+(in RE2::Options) as calls to encoding() and set_encoding(),
+respectively. utf8() and set_utf8() have been marked as the "legacy"
+interface since 2008, so it is long past time that we get rid of them.
+
+R=parast...@google.com
+
+Change-Id: I62c48cd575a55b519d5264ed857f927c163068b2
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145261
+Reviewed-by: Parastoo Geranmayeh 
+Commit-Queue: Paul Wankadia 
+Cr-Commit-Position: refs/heads/master@{#758886}
+---
+ components/autofill/core/browser/address_rewriter.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/components/autofill/core/browser/address_rewriter.cc 
b/components/autofill/core/browser/address_rewriter.cc
+index 1b85a50974c..030a5aba146 100644
+--- a/components/autofill/core/browser/address_rewriter.cc
 b/components/autofill/core/browser/address_rewriter.cc
+@@ -57,7 +57,7 @@ void CompileRulesFromData(const std::string& data_string,
+   CompiledRuleVector* compiled_rules) {
+   base::StringPiece data = data_string;
+   re2::RE2::Options options;
+-  options.set_utf8(true);
++  options.set_encoding(RE2::Options::EncodingUTF8);
+   options.set_word_boundary(true);
+ 
+   size_t token_end = 0;


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

2020-05-05 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 6, 2020 @ 06:02:36
  Author: foutrelis
Revision: 382363

upgpkg: chromium 81.0.4044.138-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 05:14:52 UTC (rev 382362)
+++ PKGBUILD2020-05-06 06:02:36 UTC (rev 382363)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=81.0.4044.129
-pkgrel=2
+pkgver=81.0.4044.138
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -29,7 +29,7 @@
 icu67.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('ff74592f83ed91c082f746c6b0a3acf384bad91f170bd24548971c17f43046d3'
+sha256sums=('f478f28b8111cb70231df4c36e754d812ad7a94b7c844e9d0515345a71fd77a6'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
 '46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'


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

2020-04-28 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 28, 2020 @ 08:42:51
  Author: foutrelis
Revision: 381778

icu 67.1 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 08:37:42 UTC (rev 381777)
+++ PKGBUILD2020-04-28 08:42:51 UTC (rev 381778)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=81.0.4044.129
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2020-04-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 28, 2020 @ 06:46:03
  Author: foutrelis
Revision: 381767

upgpkg: chromium 81.0.4044.129-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 05:42:38 UTC (rev 381766)
+++ PKGBUILD2020-04-28 06:46:03 UTC (rev 381767)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=81.0.4044.122
-pkgrel=2
+pkgver=81.0.4044.129
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -29,7 +29,7 @@
 icu67.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('0f9ffd30d769e25e091a87b9dda4d688c19bf85b1e1fcb3b89eaae5ff780182a'
+sha256sums=('ff74592f83ed91c082f746c6b0a3acf384bad91f170bd24548971c17f43046d3'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
 '46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'


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

2020-04-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 28, 2020 @ 00:10:08
  Author: foutrelis
Revision: 381763

icu 67.1 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 23:35:31 UTC (rev 381762)
+++ PKGBUILD2020-04-28 00:10:08 UTC (rev 381763)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=81.0.4044.122
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2020-04-27 Thread Evangelos Foutras via arch-commits
Date: Monday, April 27, 2020 @ 12:19:36
  Author: foutrelis
Revision: 381714

Fix build with ICU 67

Added:
  chromium/trunk/icu67.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 PKGBUILD|5 +
 icu67.patch |  169 ++
 2 files changed, 174 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 11:55:25 UTC (rev 381713)
+++ PKGBUILD2020-04-27 12:19:36 UTC (rev 381714)
@@ -26,6 +26,7 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
 rebuild-Linux-frame-button-cache-when-activation.patch
+icu67.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
 sha256sums=('0f9ffd30d769e25e091a87b9dda4d688c19bf85b1e1fcb3b89eaae5ff780182a'
@@ -32,6 +33,7 @@
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
 '46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'
+'5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006'
 '709e2fddba3c1f2ed4deb3a239fc0479bfa50c46e054e7f32db4fb1365fed070'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
 
@@ -86,6 +88,9 @@
   patch -Np1 -i ../rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
   patch -Np1 -i ../rebuild-Linux-frame-button-cache-when-activation.patch
 
+  # https://crbug.com/v8/10393
+  patch -Np3 -d v8 <../icu67.patch
+
   # Load bundled Widevine CDM if available (see chromium-widevine in the AUR)
   # M79 is supposed to download it as a component but it doesn't seem to work
   patch -Np1 -i ../chromium-widevine.patch

Added: icu67.patch
===
--- icu67.patch (rev 0)
+++ icu67.patch 2020-04-27 12:19:36 UTC (rev 381714)
@@ -0,0 +1,169 @@
+From 2b107e7670ffb43719a66ee4a55ab408a5dcf2a5 Mon Sep 17 00:00:00 2001
+From: Ujjwal Sharma 
+Date: Wed, 22 Apr 2020 12:20:17 +0530
+Subject: [PATCH] deps: V8: backport 3f8dc4b2e5ba
+
+Original commit message:
+
+[intl] Remove soon-to-be removed getAllFieldPositions
+
+Needed to land ICU67.1 soon.
+
+Bug: v8:10393
+Change-Id: I3c7737ca600d6ccfdc46ffaddfb318ce60bc7618
+Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2136489
+Reviewed-by: Jakob Kummerow 
+Commit-Queue: Frank Tang 
+Cr-Commit-Position: refs/heads/master@{#67027}
+
+Refs: https://github.com/v8/v8/commit/3f8dc4b2e5baf77b463334c769af85b79d8c1463
+---
+ common.gypi |  2 +-
+ deps/v8/src/objects/js-number-format.cc | 72 +
+ 2 files changed, 38 insertions(+), 36 deletions(-)
+
+diff --git a/deps/v8/src/objects/js-number-format.cc 
b/deps/v8/src/objects/js-number-format.cc
+index 92d3e2fb82e..ced408aa173 100644
+--- a/deps/v8/src/objects/js-number-format.cc
 b/deps/v8/src/objects/js-number-format.cc
+@@ -1197,42 +1197,31 @@ MaybeHandle 
JSNumberFormat::New(Isolate* isolate,
+ }
+ 
+ namespace {
+-Maybe IcuFormatNumber(
++Maybe IcuFormatNumber(
+ Isolate* isolate,
+ const icu::number::LocalizedNumberFormatter& number_format,
+-Handle numeric_obj, icu::FieldPositionIterator* fp_iter) {
++Handle numeric_obj, icu::number::FormattedNumber* formatted) {
+   // If it is BigInt, handle it differently.
+   UErrorCode status = U_ZERO_ERROR;
+-  icu::number::FormattedNumber formatted;
+   if (numeric_obj->IsBigInt()) {
+ Handle big_int = Handle::cast(numeric_obj);
+ Handle big_int_string;
+ ASSIGN_RETURN_ON_EXCEPTION_VALUE(isolate, big_int_string,
+  BigInt::ToString(isolate, big_int),
+- Nothing());
+-formatted = number_format.formatDecimal(
++ Nothing());
++*formatted = number_format.formatDecimal(
+ {big_int_string->ToCString().get(), big_int_string->length()}, 
status);
+   } else {
+ double number = numeric_obj->Number();
+-formatted = number_format.formatDouble(number, status);
++*formatted = number_format.formatDouble(number, status);
+   }
+   if (U_FAILURE(status)) {
+ // This happen because of icu data trimming trim out "unit".
+ // See https://bugs.chromium.org/p/v8/issues/detail?id=8641
+-THROW_NEW_ERROR_RETURN_VALUE(isolate,
+- NewTypeError(MessageTemplate::kIcuError),
+- Nothing());
+-  }
+-  if (fp_iter) {
+-formatted.getAllFieldPositions(*fp_iter, status);
++THROW_NEW_ERROR_RETURN_VALUE(
++isolate, NewTypeError(MessageTemplate::kIcuError), Nothing());
+   }
+-  icu::UnicodeString result = formatted.toString(sta

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

2020-04-21 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 22, 2020 @ 03:22:15
  Author: foutrelis
Revision: 380705

upgpkg: chromium 81.0.4044.122-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 01:28:52 UTC (rev 380704)
+++ PKGBUILD2020-04-22 03:22:15 UTC (rev 380705)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=81.0.4044.113
+pkgver=81.0.4044.122
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -28,7 +28,7 @@
 rebuild-Linux-frame-button-cache-when-activation.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('27cce807a91919211821c4d25be5be8ce48d362166615d4779e886ea0eef5d43'
+sha256sums=('0f9ffd30d769e25e091a87b9dda4d688c19bf85b1e1fcb3b89eaae5ff780182a'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
 '46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'


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

2020-04-15 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 16, 2020 @ 03:08:10
  Author: foutrelis
Revision: 380417

upgpkg: chromium 81.0.4044.113-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-16 01:21:57 UTC (rev 380416)
+++ PKGBUILD2020-04-16 03:08:10 UTC (rev 380417)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=81.0.4044.92
+pkgver=81.0.4044.113
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -28,7 +28,7 @@
 rebuild-Linux-frame-button-cache-when-activation.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('a2cf3fd07a66330b189724cdcb4549ddac72705fba6adb33020bc6444efb1a44'
+sha256sums=('27cce807a91919211821c4d25be5be8ce48d362166615d4779e886ea0eef5d43'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
 '46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'


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

2020-04-03 Thread Evangelos Foutras via arch-commits
Date: Friday, April 3, 2020 @ 11:26:11
  Author: foutrelis
Revision: 379252

upgpkg: chromium 80.0.3987.163-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-03 11:10:00 UTC (rev 379251)
+++ PKGBUILD2020-04-03 11:26:11 UTC (rev 379252)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=80.0.3987.162
+pkgver=80.0.3987.163
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -35,7 +35,7 @@
 rebuild-Linux-frame-button-cache-when-activation.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('ac5577162cf10badd2a9c44f97f15c31ebb98bf64b3ff2e98876e55bbbc20e20'
+sha256sums=('b6ddefa9434877a9b923631b7525f7f2f80118dd986ecdac87f2c9f11f237346'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '0a8d1af2a3734b5f99ea8462940e332db4acee7130fe436ad3e4b7ad133e5ae5'
 '21f631851cdcb347f40793485b168cb5d0da65ae26ae39ba58d624c66197d0a5'


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

2020-03-31 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 1, 2020 @ 05:01:34
  Author: foutrelis
Revision: 379026

upgpkg: chromium 80.0.3987.162-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-01 04:19:16 UTC (rev 379025)
+++ PKGBUILD2020-04-01 05:01:34 UTC (rev 379026)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=80.0.3987.149
+pkgver=80.0.3987.162
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -35,7 +35,7 @@
 rebuild-Linux-frame-button-cache-when-activation.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('50bedde7932921e375b521ceab8989be134a8d937751847e9d9287f7e0a02c1e'
+sha256sums=('ac5577162cf10badd2a9c44f97f15c31ebb98bf64b3ff2e98876e55bbbc20e20'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '0a8d1af2a3734b5f99ea8462940e332db4acee7130fe436ad3e4b7ad133e5ae5'
 '21f631851cdcb347f40793485b168cb5d0da65ae26ae39ba58d624c66197d0a5'


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

2020-03-17 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 18, 2020 @ 06:50:59
  Author: foutrelis
Revision: 377833

upgpkg: chromium 80.0.3987.149-1: New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 06:22:26 UTC (rev 377832)
+++ PKGBUILD2020-03-18 06:50:59 UTC (rev 377833)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=80.0.3987.132
-pkgrel=2
+pkgver=80.0.3987.149
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -15,9 +15,9 @@
  'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'pipewire' 'clang' 'lld' 'gn' 'java-runtime-headless')
+ 'libpipewire02' 'clang' 'lld' 'gn' 'java-runtime-headless')
 optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRTC desktop sharing under Wayland'
+'libpipewire02: WebRTC desktop sharing under Wayland'
 'kdialog: needed for file dialogs in KDE'
 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
 'kwallet: for storing passwords in KWallet on KDE desktops')
@@ -35,7 +35,7 @@
 rebuild-Linux-frame-button-cache-when-activation.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('2c0012059046a5a7e2bf6e9502f1898f1953226d63b724b82fc18226e285c201'
+sha256sums=('50bedde7932921e375b521ceab8989be134a8d937751847e9d9287f7e0a02c1e'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '0a8d1af2a3734b5f99ea8462940e332db4acee7130fe436ad3e4b7ad133e5ae5'
 '21f631851cdcb347f40793485b168cb5d0da65ae26ae39ba58d624c66197d0a5'


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

2020-03-06 Thread Evangelos Foutras via arch-commits
Date: Friday, March 6, 2020 @ 11:15:18
  Author: foutrelis
Revision: 376836

upgpkg: chromium 80.0.3987.132-2: re2 20200303 rebuild.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-06 09:35:11 UTC (rev 376835)
+++ PKGBUILD2020-03-06 11:15:18 UTC (rev 376836)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=80.0.3987.132
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2020-03-03 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 3, 2020 @ 22:35:44
  Author: foutrelis
Revision: 376537

upgpkg: chromium 80.0.3987.132-1: New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-03 21:35:35 UTC (rev 376536)
+++ PKGBUILD2020-03-03 22:35:44 UTC (rev 376537)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=80.0.3987.122
+pkgver=80.0.3987.132
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -35,7 +35,7 @@
 rebuild-Linux-frame-button-cache-when-activation.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('48ebcbdcc20fa5864f1b0f0bf8163f8801ed59f82d13744f0303b497db412473'
+sha256sums=('2c0012059046a5a7e2bf6e9502f1898f1953226d63b724b82fc18226e285c201'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '0a8d1af2a3734b5f99ea8462940e332db4acee7130fe436ad3e4b7ad133e5ae5'
 '21f631851cdcb347f40793485b168cb5d0da65ae26ae39ba58d624c66197d0a5'


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

2020-02-24 Thread Evangelos Foutras via arch-commits
Date: Monday, February 24, 2020 @ 22:53:16
  Author: foutrelis
Revision: 376171

upgpkg: chromium 80.0.3987.122-1: New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-24 22:52:34 UTC (rev 376170)
+++ PKGBUILD2020-02-24 22:53:16 UTC (rev 376171)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=80.0.3987.116
+pkgver=80.0.3987.122
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -35,7 +35,7 @@
 rebuild-Linux-frame-button-cache-when-activation.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('65c5d9bc510b712170c6013acd3bbb07d770a1ce02d64d01890386e9e5678901'
+sha256sums=('48ebcbdcc20fa5864f1b0f0bf8163f8801ed59f82d13744f0303b497db412473'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '0a8d1af2a3734b5f99ea8462940e332db4acee7130fe436ad3e4b7ad133e5ae5'
 '21f631851cdcb347f40793485b168cb5d0da65ae26ae39ba58d624c66197d0a5'


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

2020-02-18 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 18, 2020 @ 22:19:30
  Author: foutrelis
Revision: 375850

upgpkg: chromium 80.0.3987.116-1: New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-18 19:55:58 UTC (rev 375849)
+++ PKGBUILD2020-02-18 22:19:30 UTC (rev 375850)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=80.0.3987.106
+pkgver=80.0.3987.116
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -35,7 +35,7 @@
 rebuild-Linux-frame-button-cache-when-activation.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('2ead924b4414a8a5f085fa0e0df56563ef41bd4290cc403c05d5beec238cbe82'
+sha256sums=('65c5d9bc510b712170c6013acd3bbb07d770a1ce02d64d01890386e9e5678901'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '0a8d1af2a3734b5f99ea8462940e332db4acee7130fe436ad3e4b7ad133e5ae5'
 '21f631851cdcb347f40793485b168cb5d0da65ae26ae39ba58d624c66197d0a5'


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

2020-02-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, February 13, 2020 @ 23:12:55
  Author: foutrelis
Revision: 375566

upgpkg: chromium 80.0.3987.106-1: New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-13 22:43:10 UTC (rev 375565)
+++ PKGBUILD2020-02-13 23:12:55 UTC (rev 375566)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=80.0.3987.100
+pkgver=80.0.3987.106
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -35,7 +35,7 @@
 rebuild-Linux-frame-button-cache-when-activation.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('e9464c4045a9afca90ddb9a085c32b302944073ef920365af1d7244902a7200b'
+sha256sums=('2ead924b4414a8a5f085fa0e0df56563ef41bd4290cc403c05d5beec238cbe82'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '0a8d1af2a3734b5f99ea8462940e332db4acee7130fe436ad3e4b7ad133e5ae5'
 '21f631851cdcb347f40793485b168cb5d0da65ae26ae39ba58d624c66197d0a5'


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

2020-01-16 Thread Evangelos Foutras via arch-commits
Date: Friday, January 17, 2020 @ 01:28:32
  Author: foutrelis
Revision: 373606

upgpkg: chromium 79.0.3945.130-1: New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-17 00:32:44 UTC (rev 373605)
+++ PKGBUILD2020-01-17 01:28:32 UTC (rev 373606)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=79.0.3945.117
+pkgver=79.0.3945.130
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -33,7 +33,7 @@
 fix-spammy-unique-font-matching-log.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('4d960e8bd790cc1c8e7f0632790424957c4996a8a91b9d899eb572acec854ef1'
+sha256sums=('56193431ab9d1193773b133d86b419bfae8d8b9196eea253660895e0e8f87ba0'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'bd0fae907c451252e91c4cbf1ad301716bc9f8a4644ecc60e9590a64197477d3'
 '1f906676563e866e2b59719679e76e0b2f7f082f48ef0593e86da0351a586c73'


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

2020-01-07 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 8, 2020 @ 00:16:49
  Author: foutrelis
Revision: 372805

upgpkg: chromium 79.0.3945.117-1: New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-07 23:20:53 UTC (rev 372804)
+++ PKGBUILD2020-01-08 00:16:49 UTC (rev 372805)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=79.0.3945.88
-pkgrel=2
+pkgver=79.0.3945.117
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -33,7 +33,7 @@
 fix-spammy-unique-font-matching-log.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('4f18171d2225502018fcafae860ce9329199bcd6a0e50f8d83de041afd723fc9'
+sha256sums=('4d960e8bd790cc1c8e7f0632790424957c4996a8a91b9d899eb572acec854ef1'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'bd0fae907c451252e91c4cbf1ad301716bc9f8a4644ecc60e9590a64197477d3'
 '1f906676563e866e2b59719679e76e0b2f7f082f48ef0593e86da0351a586c73'
@@ -57,7 +57,7 @@
   [libdrm]=
   [libjpeg]=libjpeg
   #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# https://github.com/webmproject/libvpx/commit/5a0242ba5c
+  [libvpx]=libvpx
   [libwebp]=libwebp
   [libxml]=libxml2
   [libxslt]=libxslt


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

2019-12-30 Thread Evangelos Foutras via arch-commits
Date: Monday, December 30, 2019 @ 16:14:12
  Author: foutrelis
Revision: 372389

upgpkg: chromium 79.0.3945.88-2

Replace generic ttf-font dep with ttf-liberation (FS#64945).

This font is also used by Chrome's official .deb/.rpm packages for
viewing PDFs with non-embedded MS fonts (https://crbug.com/369991).

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-30 14:20:36 UTC (rev 372388)
+++ PKGBUILD2019-12-30 16:14:12 UTC (rev 372389)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=79.0.3945.88
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 url="https://www.chromium.org/Home";
 license=('BSD')
 depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
+ 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
  'pipewire' 'clang' 'lld' 'gn' 'java-runtime-headless')


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

2019-12-17 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 18, 2019 @ 06:04:41
  Author: foutrelis
Revision: 371629

upgpkg: chromium 79.0.3945.88-1: New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-18 00:20:39 UTC (rev 371628)
+++ PKGBUILD2019-12-18 06:04:41 UTC (rev 371629)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=79.0.3945.79
+pkgver=79.0.3945.88
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -33,7 +33,7 @@
 fix-spammy-unique-font-matching-log.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('e1a7362d396b0f72e6ad8c1d53cae67db201e0eeaa2a96dbe9214d080925bcf3'
+sha256sums=('4f18171d2225502018fcafae860ce9329199bcd6a0e50f8d83de041afd723fc9'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'bd0fae907c451252e91c4cbf1ad301716bc9f8a4644ecc60e9590a64197477d3'
 '1f906676563e866e2b59719679e76e0b2f7f082f48ef0593e86da0351a586c73'


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

2019-11-19 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 19, 2019 @ 09:48:00
  Author: foutrelis
Revision: 369427

upgpkg: chromium 78.0.3904.108-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 08:28:04 UTC (rev 369426)
+++ PKGBUILD2019-11-19 09:48:00 UTC (rev 369427)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=78.0.3904.97
-pkgrel=2
+pkgver=78.0.3904.108
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -33,7 +33,7 @@
 fix-spammy-unique-font-matching-log.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('d1f49ab9f4f973536166f587114553c21a29977bdc350dd407a89d34e22a9d07'
+sha256sums=('f9c53839f306d2973de27723360024f7904101d426b9e7e9cdb56e8bcc775b0e'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e'
 '69694ab12a5ced389916c0c5e8c7bdc191544f576b134ddfb2fe9d4ed9ec4494'


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

2019-11-11 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 12, 2019 @ 00:09:59
  Author: foutrelis
Revision: 367814

icu 65.1 rebuild

Added:
  chromium/trunk/icu65.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 PKGBUILD|7 +-
 icu65.patch |   64 ++
 2 files changed, 70 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 00:06:31 UTC (rev 367813)
+++ PKGBUILD2019-11-12 00:09:59 UTC (rev 367814)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=78.0.3904.97
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -27,6 +27,7 @@
 add-missing-include-for-unique_ptr.patch
 dns_util-make-DohUpgradeEntry-non-const.patch
 fix-shutdown-crash-in-ProfileManager.patch
+icu65.patch
 chromium-system-icu.patch
 chromium-system-zlib.patch
 fix-spammy-unique-font-matching-log.patch
@@ -37,6 +38,7 @@
 '49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e'
 '69694ab12a5ced389916c0c5e8c7bdc191544f576b134ddfb2fe9d4ed9ec4494'
 '4f81612c28957987f7344d8ce2b95a4a63136a8319c9751819436b11c62df057'
+'1de9bdbfed482295dda45c7d4e323cee55a34e42f66b892da1c1a778682b7a41'
 'e73cc2ee8d3ea35aab18c478d76fdfc68ca4463e1e10306fa1e738c03b3f26b5'
 'eb67eda4945a89c3b90473fa8dc20637511ca4dcb58879a8ed6bf403700ca9c8'
 '6fbffe59b886195b92c9a55137cef83021c16593f49714acb20023633e3ebb19'
@@ -100,6 +102,9 @@
   # https://crbug.com/1005244
   patch -Np1 -i ../fix-shutdown-crash-in-ProfileManager.patch
 
+  # https://crbug.com/1014272
+  patch -Np1 -i ../icu65.patch
+
   # Fixes from Gentoo
   patch -Np1 -i ../chromium-system-icu.patch
   patch -Np1 -i ../chromium-system-zlib.patch

Added: icu65.patch
===
--- icu65.patch (rev 0)
+++ icu65.patch 2019-11-12 00:09:59 UTC (rev 367814)
@@ -0,0 +1,64 @@
+From 5679c3c191ed62b62d8db22f1657a296ee9bfe8e Mon Sep 17 00:00:00 2001
+From: Frank Tang 
+Date: Wed, 30 Oct 2019 22:49:47 +
+Subject: [PATCH] Update ICU to 65.1 from 64  and fix broken tests
+
+ICU 65-1 release note
+http://site.icu-project.org/download/65
+
+CLDR 36 release blog
+http://blog.unicode.org/2019/10/unicode-cldr-version-36-languagelocale.html
+
+Most of the test expectation change is due to CLDR 36 update
+of Grapheme Cluster for Indic languages
+See the following for related changes in ICU 65.1 in this area:
+https://unicode-org.atlassian.net/browse/CLDR-10994
+https://unicode-org.atlassian.net/browse/ICU-13637
+https://github.com/unicode-org/cldr/blob/master/common/properties/segments/readme.txt
+
+Bug: chromium:1014272, chromium:1017047
+Change-Id: I9fc6d4620bf2a4c189940d06d8c79893502db3dd
+Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng_disabled
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866059
+Reviewed-by: Jungshik Shin 
+Reviewed-by: Doug Turner 
+Reviewed-by: Michael Wasserman 
+Reviewed-by: Kent Tamura 
+Reviewed-by: Trent Apted 
+Reviewed-by: Mason Freed 
+Commit-Queue: Frank Tang 
+Cr-Commit-Position: refs/heads/master@{#711027}
+---
+ third_party/blink/renderer/core/dom/document.cc | 2 +-
+ ui/gfx/render_text_harfbuzz.cc  | 5 -
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/third_party/blink/renderer/core/dom/document.cc 
b/third_party/blink/renderer/core/dom/document.cc
+index 511aac29086..f188cf548a6 100644
+--- a/third_party/blink/renderer/core/dom/document.cc
 b/third_party/blink/renderer/core/dom/document.cc
+@@ -6191,7 +6191,7 @@ static ParseQualifiedNameResult 
ParseQualifiedNameInternal(
+ 
+   for (unsigned i = 0; i < length;) {
+ UChar32 c;
+-U16_NEXT(characters, i, length, c)
++U16_NEXT(characters, i, length, c);
+ if (c == ':') {
+   if (saw_colon)
+ return ParseQualifiedNameResult(kQNMultipleColons);
+diff --git a/ui/gfx/render_text_harfbuzz.cc b/ui/gfx/render_text_harfbuzz.cc
+index 50e86af6b97..0339ff3ff8e 100644
+--- a/ui/gfx/render_text_harfbuzz.cc
 b/ui/gfx/render_text_harfbuzz.cc
+@@ -971,7 +971,10 @@ RangeF 
TextRunHarfBuzz::GetGraphemeBounds(RenderTextHarfBuzz* render_text,
+ ++total;
+   }
+ }
+-DCHECK_GT(total, 0);
++// With ICU 65.1, DCHECK_GT() below fails.
++// See https://crbug.com/1017047 for more details.
++//
++// DCHECK_GT(total, 0);
+ 
+ // It's possible for |text_index| to point to a diacritical mark, at the 
end
+ // of |chars|. In this case all the grapheme boundaries come before it. 
Just


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

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 7, 2019 @ 00:57:37
  Author: foutrelis
Revision: 366897

upgpkg: chromium 78.0.3904.97-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 22:41:21 UTC (rev 366896)
+++ PKGBUILD2019-11-07 00:57:37 UTC (rev 366897)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=78.0.3904.87
+pkgver=78.0.3904.97
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -32,7 +32,7 @@
 fix-spammy-unique-font-matching-log.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('8df6ffca4087fc43e7d0443acc4f758399b248e96482705bd4fe7e88d239eb56'
+sha256sums=('d1f49ab9f4f973536166f587114553c21a29977bdc350dd407a89d34e22a9d07'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e'
 '69694ab12a5ced389916c0c5e8c7bdc191544f576b134ddfb2fe9d4ed9ec4494'


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

2019-11-01 Thread Evangelos Foutras via arch-commits
Date: Friday, November 1, 2019 @ 09:33:35
  Author: foutrelis
Revision: 366353

upgpkg: chromium 78.0.3904.87-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 09:25:10 UTC (rev 366352)
+++ PKGBUILD2019-11-01 09:33:35 UTC (rev 366353)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=78.0.3904.70
+pkgver=78.0.3904.87
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -32,7 +32,7 @@
 fix-spammy-unique-font-matching-log.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('ddc5794097d65ba19c1ae359c2057b08921e7b38b7afe9d5ec45f5e8b9a87462'
+sha256sums=('8df6ffca4087fc43e7d0443acc4f758399b248e96482705bd4fe7e88d239eb56'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e'
 '69694ab12a5ced389916c0c5e8c7bdc191544f576b134ddfb2fe9d4ed9ec4494'


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

2019-10-10 Thread Evangelos Foutras via arch-commits
Date: Friday, October 11, 2019 @ 01:11:33
  Author: foutrelis
Revision: 364619

upgpkg: chromium 77.0.3865.120-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 23:41:12 UTC (rev 364618)
+++ PKGBUILD2019-10-11 01:11:33 UTC (rev 364619)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=77.0.3865.90
+pkgver=77.0.3865.120
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -32,7 +32,7 @@
 chromium-system-zlib.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('004cfdb1df74847bea8659bcaf8e039d51fe1101d42b6cf1c6cc346073fdefc3'
+sha256sums=('d792f9b09b1dcfd64e68f47a611c540dd1383dd9abd78ca1e06b2a7e2ff06af8'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '33a5bcd1df2cc7aa7467fa882790ef143a4497d2b704c9e1ea86c8ede90c2d90'
 'ab986e4b723dfcedab1bc8dcada07526facae28a8a7ff3345f658532c1d99987'


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

2019-09-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 18, 2019 @ 21:24:22
  Author: foutrelis
Revision: 363010

upgpkg: chromium 77.0.3865.90-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 19:07:59 UTC (rev 363009)
+++ PKGBUILD2019-09-18 21:24:22 UTC (rev 363010)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=77.0.3865.75
+pkgver=77.0.3865.90
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -32,7 +32,7 @@
 chromium-system-zlib.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('eb952ff241e719cbdcc2aae1832ecc1dd2263736ab38ee1dbf88ac9120119789'
+sha256sums=('004cfdb1df74847bea8659bcaf8e039d51fe1101d42b6cf1c6cc346073fdefc3'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '33a5bcd1df2cc7aa7467fa882790ef143a4497d2b704c9e1ea86c8ede90c2d90'
 'ab986e4b723dfcedab1bc8dcada07526facae28a8a7ff3345f658532c1d99987'


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

2019-08-26 Thread Evangelos Foutras via arch-commits
Date: Monday, August 26, 2019 @ 22:23:29
  Author: foutrelis
Revision: 361250

upgpkg: chromium 76.0.3809.132-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-26 19:09:11 UTC (rev 361249)
+++ PKGBUILD2019-08-26 22:23:29 UTC (rev 361250)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=76.0.3809.100
+pkgver=76.0.3809.132
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -26,7 +26,7 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('8cd93ada3e0837ced512f69783400991d3b82e0d9622e04fab5922877577d26d'
+sha256sums=('d54e4640b5e399d170dffbc5bcff65157eb1b29314b94b5d808f727d9ce45241'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')


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

2019-08-09 Thread Evangelos Foutras via arch-commits
Date: Friday, August 9, 2019 @ 18:14:40
  Author: foutrelis
Revision: 359380

upgpkg: chromium 76.0.3809.100-1

- New upstream release.
- Tentatively make PipeWire optional.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-09 18:12:36 UTC (rev 359379)
+++ PKGBUILD2019-08-09 18:14:40 UTC (rev 359380)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=76.0.3809.87
+pkgver=76.0.3809.100
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -13,10 +13,11 @@
 license=('BSD')
 depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
  'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'pipewire' 'desktop-file-utils' 'hicolor-icon-theme')
+ 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld' 'gn' 'java-runtime-headless')
+ 'pipewire' 'clang' 'lld' 'gn' 'java-runtime-headless')
 optdepends=('pepper-flash: support for Flash content'
+'pipewire: WebRTC desktop sharing under Wayland'
 'kdialog: needed for file dialogs in KDE'
 'gnome-keyring: for storing passwords in GNOME keyring'
 'kwallet: for storing passwords in KWallet')
@@ -25,7 +26,7 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('215ca6acee7b4fd3c95fe796260af4dc5454dbba3b701aa43afeb98a06dc4194'
+sha256sums=('8cd93ada3e0837ced512f69783400991d3b82e0d9622e04fab5922877577d26d'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
@@ -132,7 +133,6 @@
 'ffmpeg_branding="Chrome"'
 'proprietary_codecs=true'
 'rtc_use_pipewire=true'
-'rtc_link_pipewire=true'
 'link_pulseaudio=true'
 'use_gnome_keyring=false'
 'use_sysroot=false'


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

2019-07-16 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 16, 2019 @ 12:06:48
  Author: foutrelis
Revision: 358053

upgpkg: chromium 75.0.3770.142-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 11:04:34 UTC (rev 358052)
+++ PKGBUILD2019-07-16 12:06:48 UTC (rev 358053)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=75.0.3770.100
+pkgver=75.0.3770.142
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -30,7 +30,7 @@
 chromium-fix-window-flash-for-some-WMs.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('9e1360101b6d9f9635e540db77626e3e15b452f413d8750518244ac37b73fca0'
+sha256sums=('510e6ca7ccc218b401b375c13656f6aecab196b03142026dc3602b9d1804a5ac'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
 '09c5f16b726ef7031d74807b534fbbfa49a7276ee2a239b70602de2704fa197c'


[arch-commits] Commit in chromium/trunk (PKGBUILD chromium-non-const-deltas.patch)

2019-06-18 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 18, 2019 @ 21:05:04
  Author: foutrelis
Revision: 356445

upgpkg: chromium 75.0.3770.100-1

New upstream release.

Added:
  chromium/trunk/chromium-non-const-deltas.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 chromium-non-const-deltas.patch |   21 +
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 20:06:24 UTC (rev 356444)
+++ PKGBUILD2019-06-18 21:05:04 UTC (rev 356445)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=75.0.3770.90
-pkgrel=3
+pkgver=75.0.3770.100
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -24,14 +24,16 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium-system-icu.patch
+chromium-non-const-deltas.patch
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
 disallow-partial-swaps-for-linux-based-on-gl_version.patch
 chromium-fix-window-flash-for-some-WMs.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('b1b59abbe19ecb88c17d99fa68f5c1c5585a5d66c100858f944aa3b93b943839'
+sha256sums=('9e1360101b6d9f9635e540db77626e3e15b452f413d8750518244ac37b73fca0'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
+'09c5f16b726ef7031d74807b534fbbfa49a7276ee2a239b70602de2704fa197c'
 'e309dfd9d790f32cb1d23103726ac25e405b6ae6757a1c957a8395667d753908'
 '1e4686de75c019f38a3ed947463e429a777d5387fd29310deef2108c58617b07'
 '183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
@@ -104,6 +106,9 @@
   # https://bugs.gentoo.org/661880#c21
   patch -Np1 -i ../chromium-system-icu.patch
 
+  # https://bugs.gentoo.org/686982#c5
+  patch -Np1 -i ../chromium-non-const-deltas.patch
+
   # Force script incompatible with Python 3 to use /usr/bin/python2
   sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
 

Added: chromium-non-const-deltas.patch
===
--- chromium-non-const-deltas.patch (rev 0)
+++ chromium-non-const-deltas.patch 2019-06-18 21:05:04 UTC (rev 356445)
@@ -0,0 +1,21 @@
+Bug: https://bugs.gentoo.org/686982
+
+TabStripModelChange has a defaulted default constructor and a const data member
+without a user-defined default constructor.  This leads to a bug:
+
+error: defaulting this default constructor would delete it after
+its first declaration
+
+We declare the data member as non-const instead.
+
+--- a/chrome/browser/ui/tabs/tab_strip_model_observer.h
 b/chrome/browser/ui/tabs/tab_strip_model_observer.h
+@@ -103,7 +103,7 @@ class TabStripModelChange {
+ 
+  private:
+   const Type type_ = kSelectionOnly;
+-  const std::vector deltas_;
++  std::vector deltas_;
+ 
+   DISALLOW_COPY_AND_ASSIGN(TabStripModelChange);
+ };


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

2019-06-14 Thread Evangelos Foutras via arch-commits
Date: Friday, June 14, 2019 @ 16:13:54
  Author: foutrelis
Revision: 356137

upgpkg: chromium 75.0.3770.90-2

Enable PipeWire support in WebRTC.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-14 15:16:30 UTC (rev 356136)
+++ PKGBUILD2019-06-14 16:13:54 UTC (rev 356137)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=75.0.3770.90
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
  'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
+ 'pipewire' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
  'clang' 'lld' 'gn' 'java-runtime-headless')
 optdepends=('pepper-flash: support for Flash content'
@@ -146,6 +146,8 @@
 'fieldtrial_testing_like_official_build=true'
 'ffmpeg_branding="Chrome"'
 'proprietary_codecs=true'
+'rtc_use_pipewire=true'
+'rtc_link_pipewire=true'
 'link_pulseaudio=true'
 'use_gnome_keyring=false'
 'use_sysroot=false'


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

2019-06-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, June 13, 2019 @ 19:36:51
  Author: foutrelis
Revision: 356016

upgpkg: chromium 75.0.3770.90-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-13 13:46:45 UTC (rev 356015)
+++ PKGBUILD2019-06-13 19:36:51 UTC (rev 356016)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=75.0.3770.80
+pkgver=75.0.3770.90
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -28,7 +28,7 @@
 chromium-fix-window-flash-for-some-WMs.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('da828bc8d887821380b461abfbbd0e17538c211d56f240f03711b918c77a66d6'
+sha256sums=('b1b59abbe19ecb88c17d99fa68f5c1c5585a5d66c100858f944aa3b93b943839'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
 'e309dfd9d790f32cb1d23103726ac25e405b6ae6757a1c957a8395667d753908'


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

2019-05-21 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 22, 2019 @ 00:24:55
  Author: foutrelis
Revision: 353780

upgpkg: chromium 74.0.3729.169-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 00:19:35 UTC (rev 353779)
+++ PKGBUILD2019-05-22 00:24:55 UTC (rev 353780)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=74.0.3729.157
+pkgver=74.0.3729.169
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,7 +29,7 @@
 chromium-fix-window-flash-for-some-WMs.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('dcbe311d6ba7124496beca4a7ae401ac072c1f8e1a47d17b0919dba1b5962e06'
+sha256sums=('070f0210017f54b65264f88726431da7582e36a04caa673fe50662e8b41a0cb4'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
 'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'


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

2019-05-14 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 15, 2019 @ 04:18:27
  Author: foutrelis
Revision: 353273

upgpkg: chromium 74.0.3729.157-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-15 03:03:37 UTC (rev 353272)
+++ PKGBUILD2019-05-15 04:18:27 UTC (rev 353273)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=74.0.3729.131
-pkgrel=3
+pkgver=74.0.3729.157
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -29,7 +29,7 @@
 chromium-fix-window-flash-for-some-WMs.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('d178c7842f8f858ac876d88ce866cbd2132d7ca6c73940613ebf7e9c3fada986'
+sha256sums=('dcbe311d6ba7124496beca4a7ae401ac072c1f8e1a47d17b0919dba1b5962e06'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
 'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'


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

2019-04-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 1, 2019 @ 04:00:09
  Author: foutrelis
Revision: 352332

upgpkg: chromium 74.0.3729.131-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-30 21:44:08 UTC (rev 352331)
+++ PKGBUILD2019-05-01 04:00:09 UTC (rev 352332)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=74.0.3729.108
+pkgver=74.0.3729.131
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -27,7 +27,7 @@
 chromium-glibc-2.29.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('1e1e5e06fe24309377630800b44b5c6b624b7c722b5d9789abe80a962b945b6f'
+sha256sums=('d178c7842f8f858ac876d88ce866cbd2132d7ca6c73940613ebf7e9c3fada986'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
 'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'


[arch-commits] Commit in chromium/trunk (PKGBUILD chromium-glibc-2.29.patch)

2019-04-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 24, 2019 @ 17:03:34
  Author: foutrelis
Revision: 352073

Update chromium-glibc-2.29.patch from upstream git

Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/chromium-glibc-2.29.patch

---+
 PKGBUILD  |2 +-
 chromium-glibc-2.29.patch |   29 ++---
 2 files changed, 19 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 16:48:07 UTC (rev 352072)
+++ PKGBUILD2019-04-24 17:03:34 UTC (rev 352073)
@@ -30,7 +30,7 @@
 sha256sums=('1e1e5e06fe24309377630800b44b5c6b624b7c722b5d9789abe80a962b945b6f'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'89ca1ac8394ec0920357ff64ba46573e978e9be64f82aa0fc225b36e30d5842c'
+'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
 'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
 '5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
 

Modified: chromium-glibc-2.29.patch
===
--- chromium-glibc-2.29.patch   2019-04-24 16:48:07 UTC (rev 352072)
+++ chromium-glibc-2.29.patch   2019-04-24 17:03:34 UTC (rev 352073)
@@ -1,10 +1,9 @@
-tree 0f4b37852646eae176de06a5d92cd2f68ffaf318
-parent a38dc4152f043e81310b0deff46f9a770b9f5fcb
-author Matthew Denton  1555962368 -0700
-committer Matthew Denton  1555962368 -0700
+From 65046b8f90d0336cbe5f2f15cc7da5cb798360ad Mon Sep 17 00:00:00 2001
+From: Matthew Denton 
+Date: Wed, 24 Apr 2019 15:44:40 +
+Subject: [PATCH] Update Linux Seccomp syscall restrictions to EPERM
+ posix_spawn/vfork
 
-Update Linux Seccomp syscall restrictions to EPERM posix_spawn/vfork
-
 Glibc's system() function switched to using posix_spawn, which uses
 CLONE_VFORK. Pepperflash includes a sandbox debugging check which
 relies on us EPERM-ing process creation like this, rather than crashing
@@ -15,9 +14,17 @@
 
 Bug: 949312
 Change-Id: I3f4b90114b2fc1d9929e3c0a85bbe8f10def3c20
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568086
+Commit-Queue: Robert Sesek 
+Reviewed-by: Robert Sesek 
+Cr-Commit-Position: refs/heads/master@{#653590}
+---
+ .../baseline_policy_unittest.cc   | 29 +++
+ .../syscall_parameters_restrictions.cc| 13 +++--
+ 2 files changed, 40 insertions(+), 2 deletions(-)
 
 diff --git a/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc 
b/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc
-index cdeb210..40fcebf 100644
+index cdeb210ccb..40fcebf933 100644
 --- a/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc
 +++ b/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc
 @@ -10,7 +10,9 @@
@@ -30,7 +37,7 @@
  #include 
  #include 
  #include 
-@@ -130,6 +132,33 @@
+@@ -130,6 +132,33 @@ BPF_TEST_C(BaselinePolicy, ForkArmEperm, BaselinePolicy) {
BPF_ASSERT_EQ(EPERM, fork_errno);
  }
  
@@ -65,10 +72,10 @@
base::Thread thread("sandbox_tests");
BPF_ASSERT(thread.Start());
 diff --git 
a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc 
b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
-index 100afe5..348ab6e 100644
+index 100afe50e3..348ab6e8c5 100644
 --- a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
 +++ b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
-@@ -135,7 +135,8 @@
+@@ -135,7 +135,8 @@ namespace sandbox {
  #if !defined(OS_NACL_NONSFI)
  // Allow Glibc's and Android pthread creation flags, crash on any other
  // thread creation attempts and EPERM attempts to use neither
@@ -78,7 +85,7 @@
  ResultExpr RestrictCloneToThreadsAndEPERMFork() {
const Arg flags(0);
  
-@@ -154,8 +155,16 @@
+@@ -154,8 +155,16 @@ ResultExpr RestrictCloneToThreadsAndEPERMFork() {
AnyOf(flags == kAndroidCloneMask, flags == kObsoleteAndroidCloneMask,
  flags == kGlibcPthreadFlags);
  


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 16:16:13
  Author: felixonmars
Revision: 350136

icu 64.1 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:58:33 UTC (rev 350135)
+++ PKGBUILD2019-04-05 16:16:13 UTC (rev 350136)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=73.0.3683.103
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2019-04-04 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 04:43:09
  Author: foutrelis
Revision: 349842

upgpkg: chromium 73.0.3683.103-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-04 20:31:32 UTC (rev 349841)
+++ PKGBUILD2019-04-05 04:43:09 UTC (rev 349842)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=73.0.3683.86
+pkgver=73.0.3683.103
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,7 +29,7 @@
 chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('9ebb731576d25901cee5505f3458cf7780b0a39243743d7779f66514716bbfa3'
+sha256sums=('eb02c419de98bb8849fd0a37a3e7bbb813938c37e3d6b2c2526df3e84f9653af'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
 'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa'
@@ -104,12 +104,6 @@
   # https://bugs.gentoo.org/661880#c21
   patch -Np1 -i ../chromium-system-icu.patch
 
-  # Remove compiler flags not supported by our system clang
-  sed -i \
--e '/"-fsplit-lto-unit"/d' \
--e '/"-Wno-defaulted-function-deleted"/d' \
-build/config/compiler/BUILD.gn
-
   # Force script incompatible with Python 3 to use /usr/bin/python2
   sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
 


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

2019-03-20 Thread Evangelos Foutras via arch-commits
Date: Thursday, March 21, 2019 @ 03:04:58
  Author: foutrelis
Revision: 348776

upgpkg: chromium 73.0.3683.86-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-20 21:13:56 UTC (rev 348775)
+++ PKGBUILD2019-03-21 03:04:58 UTC (rev 348776)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=73.0.3683.75
-pkgrel=2
+pkgver=73.0.3683.86
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -29,7 +29,7 @@
 chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('8304810626c69c296b3262844e20052e7476280b634c525a711a7f6c0e3dd57c'
+sha256sums=('9ebb731576d25901cee5505f3458cf7780b0a39243743d7779f66514716bbfa3'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
 'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa'


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

2019-03-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, March 2, 2019 @ 14:18:51
  Author: foutrelis
Revision: 346998

upgpkg: chromium 72.0.3626.121-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 09:34:27 UTC (rev 346997)
+++ PKGBUILD2019-03-02 14:18:51 UTC (rev 346998)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=72.0.3626.119
+pkgver=72.0.3626.121
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -33,7 +33,7 @@
 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('b3953ce18044117d98f0b1b9922aeb93030a7b49b85b140060c6fe3e467a917a'
+sha256sums=('4c1e554ab606eab328e77f5a92d8244b26a10ffd15d7986d30eab95f37adbc1f'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'


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

2019-02-22 Thread Evangelos Foutras via arch-commits
Date: Friday, February 22, 2019 @ 10:45:27
  Author: foutrelis
Revision: 346654

upgpkg: chromium 72.0.3626.119-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 10:39:46 UTC (rev 346653)
+++ PKGBUILD2019-02-22 10:45:27 UTC (rev 346654)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=72.0.3626.109
+pkgver=72.0.3626.119
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -33,7 +33,7 @@
 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('574a5400dcd9452bf41481518aa5097c396df6e1eb97c67303638ba967048c2d'
+sha256sums=('b3953ce18044117d98f0b1b9922aeb93030a7b49b85b140060c6fe3e467a917a'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'


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

2019-02-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, February 14, 2019 @ 13:24:04
  Author: foutrelis
Revision: 346263

upgpkg: chromium 72.0.3626.109-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 09:25:56 UTC (rev 346262)
+++ PKGBUILD2019-02-14 13:24:04 UTC (rev 346263)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=72.0.3626.96
-pkgrel=3
+pkgver=72.0.3626.109
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -33,7 +33,7 @@
 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('b2daf52aac4d9eba0ab9f034db6f2411ad6930dd02544c4b583e3a6e49dcaa3b'
+sha256sums=('574a5400dcd9452bf41481518aa5097c396df6e1eb97c67303638ba967048c2d'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'


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

2019-02-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, February 7, 2019 @ 06:49:44
  Author: foutrelis
Revision: 345342

upgpkg: chromium 72.0.3626.96-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 06:38:13 UTC (rev 345341)
+++ PKGBUILD2019-02-07 06:49:44 UTC (rev 345342)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=72.0.3626.81
+pkgver=72.0.3626.96
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -27,7 +27,7 @@
 chromium-webrtc-missing-header.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('dfe89fe389008e6d2098099948d10774989d2f3e8dca6ace78ea4ec636dd8006'
+sha256sums=('b2daf52aac4d9eba0ab9f034db6f2411ad6930dd02544c4b583e3a6e49dcaa3b'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
 '63cbed7d7af327c17878a2066c303f106ff08636372721845131f7ff13d87b44'


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

2018-12-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 13, 2018 @ 02:56:18
  Author: foutrelis
Revision: 341628

upgpkg: chromium 71.0.3578.98-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 23:58:59 UTC (rev 341627)
+++ PKGBUILD2018-12-13 02:56:18 UTC (rev 341628)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=71.0.3578.80
+pkgver=71.0.3578.98
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -27,7 +27,7 @@
 chromium-system-icu.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('025b3520750d11f260acc4cbff5759137444ffb4c82361138dfd22f87b77ad0d'
+sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
 'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'


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

2018-11-19 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 20, 2018 @ 03:36:41
  Author: foutrelis
Revision: 340153

upgpkg: chromium 70.0.3538.110-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-19 23:23:37 UTC (rev 340152)
+++ PKGBUILD2018-11-20 03:36:41 UTC (rev 340153)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=70.0.3538.102
+pkgver=70.0.3538.110
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -28,7 +28,7 @@
 chromium-widevine-r2.patch
 chromium-system-icu.patch
 chromium-skia-harmony.patch)
-sha256sums=('4da454035e271ee9bf4d65309191be5e3c589ba29c330cd0aa2721a63e1bac2a'
+sha256sums=('445ef88fcf283206c1eba4faeb1c186c805e053d8b4ffeac1fcb88187bc1942f'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
 '1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'


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

2018-11-14 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 14, 2018 @ 22:31:42
  Author: foutrelis
Revision: 339687

Switch back to the upstream tarball

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-14 21:19:00 UTC (rev 339686)
+++ PKGBUILD2018-11-14 22:31:42 UTC (rev 339687)
@@ -28,7 +28,7 @@
 chromium-widevine-r2.patch
 chromium-system-icu.patch
 chromium-skia-harmony.patch)
-sha256sums=('dc9d8b86d7f0d4afa085904a8d98d48f34db3ef704a47795d4b60dae473ea4db'
+sha256sums=('4da454035e271ee9bf4d65309191be5e3c589ba29c330cd0aa2721a63e1bac2a'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
 '1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
@@ -36,9 +36,6 @@
 'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
 
-# Temporarily using our own tarball due to https://crbug.com/904350
-source[0]=https://sources.archlinux.org/other/chromium/$pkgname-$pkgver-arch1.tar.xz
-
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # Keys are the names in the above script; values are the dependencies in Arch
 declare -gA _system_libs=(


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

2018-11-13 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 13, 2018 @ 15:37:05
  Author: foutrelis
Revision: 339405

upgpkg: chromium 70.0.3538.102-1

New upstream release; temporarily switch to self-hosted source tarball.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-13 15:22:36 UTC (rev 339404)
+++ PKGBUILD2018-11-13 15:37:05 UTC (rev 339405)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=70.0.3538.77
-pkgrel=2
+pkgver=70.0.3538.102
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 chromium-widevine-r2.patch
 chromium-system-icu.patch
 chromium-skia-harmony.patch)
-sha256sums=('c914f86c4c8375b719eca89ea89dbec4ae3d09df3f758d5f7c91d4914d290449'
+sha256sums=('dc9d8b86d7f0d4afa085904a8d98d48f34db3ef704a47795d4b60dae473ea4db'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
 '1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
@@ -36,6 +36,9 @@
 'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
 
+# Temporarily using our own tarball due to https://crbug.com/904350
+source[0]=https://sources.archlinux.org/other/chromium/$pkgname-$pkgver-arch1.tar.xz
+
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # Keys are the names in the above script; values are the dependencies in Arch
 declare -gA _system_libs=(


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

2018-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 26, 2018 @ 03:41:10
  Author: foutrelis
Revision: 337309

icu 63.1 / poppler 0.70.0 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 20:48:47 UTC (rev 337308)
+++ PKGBUILD2018-10-26 03:41:10 UTC (rev 337309)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=70.0.3538.77
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2018-10-25 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 25, 2018 @ 20:48:38
  Author: foutrelis
Revision: 337307

upgpkg: chromium 70.0.3538.77-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 19:11:12 UTC (rev 337306)
+++ PKGBUILD2018-10-25 20:48:38 UTC (rev 337307)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=70.0.3538.67
-pkgrel=2
+pkgver=70.0.3538.77
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 chromium-widevine-r2.patch
 chromium-system-icu.patch
 chromium-skia-harmony.patch)
-sha256sums=('e956c2031f634300ada8c09e0777f0c560f4798963f144edaaec8d43e1e30e37'
+sha256sums=('c914f86c4c8375b719eca89ea89dbec4ae3d09df3f758d5f7c91d4914d290449'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
 '1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'


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

2018-10-22 Thread Felix Yan via arch-commits
Date: Tuesday, October 23, 2018 @ 02:11:49
  Author: felixonmars
Revision: 337130

icu 63.1 / poppler 0.70.0 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 01:12:10 UTC (rev 337129)
+++ PKGBUILD2018-10-23 02:11:49 UTC (rev 337130)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=70.0.3538.67
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


[arch-commits] Commit in chromium/trunk (PKGBUILD chromium-harfbuzz-r0.patch)

2018-10-22 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 23, 2018 @ 01:12:10
  Author: foutrelis
Revision: 337129

Fix build with harfbuzz 2.0

Added:
  chromium/trunk/chromium-harfbuzz-r0.patch
Modified:
  chromium/trunk/PKGBUILD

+
 PKGBUILD   |3 +
 chromium-harfbuzz-r0.patch |   80 +++
 2 files changed, 83 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 23:57:22 UTC (rev 337128)
+++ PKGBUILD2018-10-23 01:12:10 UTC (rev 337129)
@@ -24,6 +24,7 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
+chromium-harfbuzz-r0.patch
 chromium-widevine-r2.patch
 chromium-system-icu.patch
 chromium-skia-harmony.patch)
@@ -30,6 +31,7 @@
 sha256sums=('e956c2031f634300ada8c09e0777f0c560f4798963f144edaaec8d43e1e30e37'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
+'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
 '02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
 'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
@@ -89,6 +91,7 @@
   patch -Np4 -i ../chromium-skia-harmony.patch
 
   # Fixes from Gentoo
+  patch -Np1 -i ../chromium-harfbuzz-r0.patch
   patch -Np1 -i ../chromium-widevine-r2.patch
 
   # https://bugs.gentoo.org/661880#c21

Added: chromium-harfbuzz-r0.patch
===
--- chromium-harfbuzz-r0.patch  (rev 0)
+++ chromium-harfbuzz-r0.patch  2018-10-23 01:12:10 UTC (rev 337129)
@@ -0,0 +1,80 @@
+From 7ae38170a117e909bb28e1470842b68de3501197 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Sun, 21 Oct 2018 10:06:53 -0400
+Subject: [PATCH] blink: add 'const' modifier for harfbuzz hb_codepoint_t
+ pointers
+
+This resolves a build failure against harfbuzz 2.0.
+
+Based on a patch by Alexandre Fierreira.
+
+Bug: https://bugs.gentoo.org/669034
+---
+ .../renderer/platform/fonts/shaping/harfbuzz_face.cc | 2 +-
+ .../renderer/platform/fonts/skia/skia_text_metrics.cc| 9 +++--
+ .../renderer/platform/fonts/skia/skia_text_metrics.h | 2 +-
+ 3 files changed, 9 insertions(+), 4 deletions(-)
+
+diff --git 
a/third_party/blink/renderer/platform/fonts/shaping/harfbuzz_face.cc 
b/third_party/blink/renderer/platform/fonts/shaping/harfbuzz_face.cc
+index 8e7d91ca371f..e279a5876cb3 100644
+--- a/third_party/blink/renderer/platform/fonts/shaping/harfbuzz_face.cc
 b/third_party/blink/renderer/platform/fonts/shaping/harfbuzz_face.cc
+@@ -139,7 +139,7 @@ static hb_position_t 
HarfBuzzGetGlyphHorizontalAdvance(hb_font_t* hb_font,
+ static void HarfBuzzGetGlyphHorizontalAdvances(hb_font_t* font,
+void* font_data,
+unsigned count,
+-   hb_codepoint_t* first_glyph,
++   const hb_codepoint_t* 
first_glyph,
+unsigned int glyph_stride,
+hb_position_t* first_advance,
+unsigned int advance_stride,
+diff --git 
a/third_party/blink/renderer/platform/fonts/skia/skia_text_metrics.cc 
b/third_party/blink/renderer/platform/fonts/skia/skia_text_metrics.cc
+index 77ec6209fab9..9f9070921448 100644
+--- a/third_party/blink/renderer/platform/fonts/skia/skia_text_metrics.cc
 b/third_party/blink/renderer/platform/fonts/skia/skia_text_metrics.cc
+@@ -18,6 +18,11 @@ T* advance_by_byte_size(T* p, unsigned byte_size) {
+   return reinterpret_cast(reinterpret_cast(p) + byte_size);
+ }
+ 
++template 
++T* advance_by_byte_size_const(T* p, unsigned byte_size) {
++  return reinterpret_cast(reinterpret_cast(p) + 
byte_size);
++}
++
+ }  // namespace
+ 
+ SkiaTextMetrics::SkiaTextMetrics(const SkPaint* paint) : paint_(paint) {
+@@ -39,7 +44,7 @@ void 
SkiaTextMetrics::GetGlyphWidthForHarfBuzz(hb_codepoint_t codepoint,
+ }
+ 
+ void SkiaTextMetrics::GetGlyphWidthForHarfBuzz(unsigned count,
+-   hb_codepoint_t* glyphs,
++   const hb_codepoint_t* glyphs,
+unsigned glyph_stride,
+hb_position_t* advances,
+unsigned advance_st

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

2018-10-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, October 10, 2018 @ 10:29:33
  Author: foutrelis
Revision: 336090

Preserve compiler flags now that our clang is recent enough

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-10 10:26:04 UTC (rev 336089)
+++ PKGBUILD2018-10-10 10:29:33 UTC (rev 336090)
@@ -91,11 +91,6 @@
   # https://bugs.gentoo.org/661880#c21
   patch -Np1 -i ../chromium-system-icu.patch
 
-  # Remove compiler flags not supported by our system clang
-  sed -i \
--e '/"-Wno-ignored-pragma-optimize"/d' \
-build/config/compiler/BUILD.gn
-
   # Force script incompatible with Python 3 to use /usr/bin/python2
   sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
 


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

2018-10-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, October 10, 2018 @ 10:26:04
  Author: foutrelis
Revision: 336089

Remove unneeded GN build flags

- is_debug=false (defaults to !is_official_build)
- remove_webcore_debug_symbols=true (superseded by blink_symbol_level)
  (don't need to specify blink_symbol_level; it uses :default_symbols)

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-10 06:45:56 UTC (rev 336088)
+++ PKGBUILD2018-10-10 10:26:04 UTC (rev 336089)
@@ -139,10 +139,8 @@
 'host_toolchain="//build/toolchain/linux/unbundle:default"'
 'clang_use_chrome_plugins=false'
 'is_official_build=true' # implies is_cfi=true on x86_64
-'is_debug=false'
 'treat_warnings_as_errors=false'
 'fieldtrial_testing_like_official_build=true'
-'remove_webcore_debug_symbols=true'
 'ffmpeg_branding="Chrome"'
 'proprietary_codecs=true'
 'link_pulseaudio=true'


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 02:07:52
  Author: foutrelis
Revision: 334829

upgpkg: chromium 69.0.3497.100-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 00:45:28 UTC (rev 334828)
+++ PKGBUILD2018-09-18 02:07:52 UTC (rev 334829)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=69.0.3497.92
+pkgver=69.0.3497.100
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -28,7 +28,7 @@
 chromium-widevine-r2.patch
 chromium-system-icu.patch
 chromium-skia-harmony.patch)
-sha256sums=('3bdda20b49953b025a788c5c992accfa43057310afaa02bce67c8d709eb5a019'
+sha256sums=('e3391560e73e25fb4afc3f2dd5616607e2dbfc58aa88251a2c5d6b7096fe9e35'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '97b421bc60a4abdf37de2d88a51b973e9f68fb44d1eccd464adfb3d9f5d71478'
 '9cae9ded6497afd15ad72d963897425ab6c7f28941bb3c3948e7996610a0d180'


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

2018-09-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 12, 2018 @ 00:20:27
  Author: foutrelis
Revision: 334404

upgpkg: chromium 69.0.3497.92-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 21:37:01 UTC (rev 334403)
+++ PKGBUILD2018-09-12 00:20:27 UTC (rev 334404)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=69.0.3497.81
+pkgver=69.0.3497.92
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -28,7 +28,7 @@
 chromium-widevine-r2.patch
 chromium-system-icu.patch
 chromium-skia-harmony.patch)
-sha256sums=('165ac7d0d4588e6b4a16331e0a9906ed013f2d29a96b54f0ea78fa0298f97144'
+sha256sums=('3bdda20b49953b025a788c5c992accfa43057310afaa02bce67c8d709eb5a019'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '97b421bc60a4abdf37de2d88a51b973e9f68fb44d1eccd464adfb3d9f5d71478'
 '9cae9ded6497afd15ad72d963897425ab6c7f28941bb3c3948e7996610a0d180'


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

2018-08-12 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 12, 2018 @ 23:22:52
  Author: foutrelis
Revision: 331442

Switch to extra/gn instead of bootstrapping it

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 23:15:44 UTC (rev 331441)
+++ PKGBUILD2018-08-12 23:22:52 UTC (rev 331442)
@@ -16,7 +16,7 @@
  'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld')
+ 'clang' 'lld' 'gn')
 optdepends=('pepper-flash: support for Flash content'
 'kdialog: needed for file dialogs in KDE'
 'gnome-keyring: for storing passwords in GNOME keyring'
@@ -191,10 +191,7 @@
 CPPFLAGS+=' -DNO_UNWIND_TABLES'
   fi
 
-  python2 tools/gn/bootstrap/bootstrap.py -s --no-clean
-  out/Release/gn gen out/Release --args="${_flags[*]}" \
---script-executable=/usr/bin/python2
-
+  gn gen out/Release --args="${_flags[*]}" --script-executable=/usr/bin/python2
   ninja -C out/Release chrome chrome_sandbox chromedriver
 }
 


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

2018-08-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 9, 2018 @ 06:54:04
  Author: foutrelis
Revision: 331270

upgpkg: chromium 68.0.3440.106-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-09 06:47:03 UTC (rev 331269)
+++ PKGBUILD2018-08-09 06:54:04 UTC (rev 331270)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=68.0.3440.84
-pkgrel=2
+pkgver=68.0.3440.106
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -34,7 +34,7 @@
 chromium-libwebp-shim-r0.patch
 chromium-widevine-r2.patch
 chromium-skia-harmony.patch)
-sha256sums=('1031d167ae18d8a37f9291ff0e9a3dca2337c0fc1031f2c243d0327b14ecc9d9'
+sha256sums=('7021040635a0a0d47f699bdb22e3ef5c91482e4f51b428d1de3016da95f0e698'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
 '98a5c41cf9687c52ee380d2b683c95387334c76254479c347bdb733646dab815'


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

2018-08-07 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 8, 2018 @ 04:22:07
  Author: foutrelis
Revision: 331143

icu 62.1 / poppler 0.67.0 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-07 23:35:54 UTC (rev 331142)
+++ PKGBUILD2018-08-08 04:22:07 UTC (rev 331143)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=68.0.3440.84
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2018-07-09 Thread Evangelos Foutras via arch-commits
Date: Monday, July 9, 2018 @ 19:56:44
  Author: foutrelis
Revision: 328156

upgpkg: chromium 67.0.3396.99-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-09 19:49:37 UTC (rev 328155)
+++ PKGBUILD2018-07-09 19:56:44 UTC (rev 328156)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=67.0.3396.87
-pkgrel=2
+pkgver=67.0.3396.99
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -30,7 +30,7 @@
 chromium-ffmpeg-r1.patch
 chromium-widevine-r2.patch
 chromium-skia-harmony.patch)
-sha256sums=('5d27a72f0cb8247343034f63fdd9747ff388c05b9fceb541668dd04fb372db1d'
+sha256sums=('452d6b9d8df6c88600aaeff3fad4c065574fd6dbee804e628b70e73a39c0a02a'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
 'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'


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

2018-06-17 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 17, 2018 @ 12:31:08
  Author: foutrelis
Revision: 327096

upgpkg: chromium 67.0.3396.87-2

Re-enable system libxml.

Added:
  chromium/trunk/chromium-disable_xml_catalogs.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 PKGBUILD|7 +--
 chromium-disable_xml_catalogs.patch |   34 ++
 2 files changed, 39 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-17 11:26:31 UTC (rev 327095)
+++ PKGBUILD2018-06-17 12:31:08 UTC (rev 327096)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=67.0.3396.87
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -28,6 +28,7 @@
 x11-fix-mixup-between-DIP-pixel-coordinates.patch
 chromium-ffmpeg-r1.patch
 chromium-widevine-r2.patch
+chromium-disable_xml_catalogs.patch
 chromium-skia-harmony.patch)
 sha256sums=('5d27a72f0cb8247343034f63fdd9747ff388c05b9fceb541668dd04fb372db1d'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
@@ -35,6 +36,7 @@
 'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
 'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
 '02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
+'f9d191e89ed9b2b2641370ea0a11868409a13cad181f7b63f6007de002a1'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -51,7 +53,7 @@
   #[libpng]=libpng# https://crbug.com/752403#c10
   #[libvpx]=libvpx# needs unreleased libvpx
   [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.com/736026
+  [libxml]=libxml2
   [libxslt]=libxslt
   [opus]=opus
   [re2]=re2
@@ -91,6 +93,7 @@
   # Fixes from Gentoo
   patch -Np1 -i ../chromium-ffmpeg-r1.patch
   patch -Np1 -i ../chromium-widevine-r2.patch
+  patch -Np1 -i ../chromium-disable_xml_catalogs.patch
 
   # Remove compiler flags not supported by our system clang
   sed -i \

Added: chromium-disable_xml_catalogs.patch
===
--- chromium-disable_xml_catalogs.patch (rev 0)
+++ chromium-disable_xml_catalogs.patch 2018-06-17 12:31:08 UTC (rev 327096)
@@ -0,0 +1,34 @@
+--- a/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
 b/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
+@@ -28,6 +28,10 @@
+ 
+ #include 
+ #include 
++#include 
++#if defined(LIBXML_CATALOG_ENABLED)
++#include 
++#endif
+ #include 
+ 
+ #include 
+@@ -538,10 +542,6 @@
+ static bool ShouldAllowExternalLoad(const KURL& url) {
+   String url_string = url.GetString();
+ 
+-  // libxml should not be configured with catalogs enabled, so it
+-  // should not be asking to load default catalogs.
+-  CHECK(!IsLibxmlDefaultCatalogFile(url));
+-
+   // The most common DTD. There isn't much point in hammering www.w3c.org by
+   // requesting this URL for every XHTML document.
+   if (url_string.StartsWithIgnoringASCIICase("http://www.w3.org/TR/xhtml";))
+@@ -648,6 +648,9 @@
+   if (did_init)
+ return;
+ 
++#if defined(LIBXML_CATALOG_ENABLED)
++  xmlCatalogSetDefaults(XML_CATA_ALLOW_NONE);
++#endif
+   xmlInitParser();
+   xmlRegisterInputCallbacks(MatchFunc, OpenFunc, ReadFunc, CloseFunc);
+   xmlRegisterOutputCallbacks(MatchFunc, OpenFunc, WriteFunc, CloseFunc);


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

2018-06-12 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 13, 2018 @ 03:49:58
  Author: foutrelis
Revision: 326875

upgpkg: chromium 67.0.3396.87-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-12 23:20:58 UTC (rev 326874)
+++ PKGBUILD2018-06-13 03:49:58 UTC (rev 326875)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=67.0.3396.79
+pkgver=67.0.3396.87
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,7 +29,7 @@
 chromium-ffmpeg-r1.patch
 chromium-widevine-r2.patch
 chromium-skia-harmony.patch)
-sha256sums=('f8b1e5319163e378027826b12cf256b97423bb90e10e2013469d96e03bc9db8a'
+sha256sums=('5d27a72f0cb8247343034f63fdd9747ff388c05b9fceb541668dd04fb372db1d'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
 'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'


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

2018-06-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 6, 2018 @ 23:09:25
  Author: foutrelis
Revision: 326097

upgpkg: chromium 67.0.3396.79-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 22:52:55 UTC (rev 326096)
+++ PKGBUILD2018-06-06 23:09:25 UTC (rev 326097)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=67.0.3396.62
+pkgver=67.0.3396.79
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,7 +29,7 @@
 chromium-ffmpeg-r1.patch
 chromium-widevine-r2.patch
 chromium-skia-harmony.patch)
-sha256sums=('d5ee63932ff1c8c4a5f69c834f6577e7127b416681eddd23bc54886caffd770d'
+sha256sums=('f8b1e5319163e378027826b12cf256b97423bb90e10e2013469d96e03bc9db8a'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
 'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'


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

2018-05-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 30, 2018 @ 12:41:16
  Author: foutrelis
Revision: 325148

upgpkg: chromium 67.0.3396.62-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 09:55:34 UTC (rev 325147)
+++ PKGBUILD2018-05-30 12:41:16 UTC (rev 325148)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=67.0.3396.56
+pkgver=67.0.3396.62
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -28,7 +28,7 @@
 chromium-ffmpeg-r1.patch
 chromium-widevine-r2.patch
 chromium-skia-harmony.patch)
-sha256sums=('bae1f4b66d9fb219d5217c2f7db661ebf17e995bccd4b2b5f119c90af4c49123'
+sha256sums=('d5ee63932ff1c8c4a5f69c834f6577e7127b416681eddd23bc54886caffd770d'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
 'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'


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

2018-05-15 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 16, 2018 @ 06:12:08
  Author: foutrelis
Revision: 324312

upgpkg: chromium 66.0.3359.181-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 01:03:26 UTC (rev 324311)
+++ PKGBUILD2018-05-16 06:12:08 UTC (rev 324312)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=66.0.3359.170
+pkgver=66.0.3359.181
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,9 +29,9 @@
 fix-frame-buttons-rendering-too-large-when-using-OSX.patch
 chromium-skia-harmony.patch
 chromium-widevine.patch)
-sha256sums=('864da6649d19387698e3a89321042193708b2d9f56b3a778fb552166374871de'
+sha256sums=('37e6673741b365a25a837217b08f77b24b4f5fc4ad88c8581be6a5dae9a9e919'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'b5b6385cf21991c02d47acaaa830c9612a3c5b6e154da3613db2b2e27fdc6b4c'
+'221d0f17951e88d4d315f3160919380237b88587c4b295d619229a05b79927f1'
 'e3fb73b43bb8c69ff517e66b2cac73d6e759fd240003eb35598df9af442422fe'
 'bd5e0e61df3f89172590801aea7c8ac75162c10c7fe83e262e96a14388d1633a'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'


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

2018-05-10 Thread Evangelos Foutras via arch-commits
Date: Friday, May 11, 2018 @ 05:05:17
  Author: foutrelis
Revision: 323915

upgpkg: chromium 66.0.3359.170-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 00:50:14 UTC (rev 323914)
+++ PKGBUILD2018-05-11 05:05:17 UTC (rev 323915)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=66.0.3359.139
+pkgver=66.0.3359.170
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,9 +29,9 @@
 fix-frame-buttons-rendering-too-large-when-using-OSX.patch
 chromium-skia-harmony.patch
 chromium-widevine.patch)
-sha256sums=('be75a5b5f8c5789d359238f374a43bf52ded49425f13ed68b8021c24e2e264b2'
+sha256sums=('864da6649d19387698e3a89321042193708b2d9f56b3a778fb552166374871de'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'34eb82c625b7050021a8d3334ceaa7fa3d042dd816c228c14abb52b29796f7b9'
+'b5b6385cf21991c02d47acaaa830c9612a3c5b6e154da3613db2b2e27fdc6b4c'
 'e3fb73b43bb8c69ff517e66b2cac73d6e759fd240003eb35598df9af442422fe'
 'bd5e0e61df3f89172590801aea7c8ac75162c10c7fe83e262e96a14388d1633a'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'


[arch-commits] Commit in chromium/trunk (PKGBUILD create-blink-tools-tgz.sh)

2018-04-26 Thread Evangelos Foutras via arch-commits
Date: Friday, April 27, 2018 @ 03:44:25
  Author: foutrelis
Revision: 323065

upgpkg: chromium 66.0.3359.139-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/create-blink-tools-tgz.sh

---+
 PKGBUILD  |   12 +++-
 create-blink-tools-tgz.sh |9 -
 2 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-27 02:00:21 UTC (rev 323064)
+++ PKGBUILD2018-04-27 03:44:25 UTC (rev 323065)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=66.0.3359.117
+pkgver=66.0.3359.139
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -25,16 +25,13 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 
chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src/+/$pkgver?format=TEXT
-
https://pkgbuild.com/~foutrelis/sources/$pkgname/blink-tools-$pkgver.tar.gz
 fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
 fix-frame-buttons-rendering-too-large-when-using-OSX.patch
 chromium-skia-harmony.patch
 chromium-widevine.patch)
-noextract=(blink-tools-$pkgver.tar.gz)
-sha256sums=('77c5a334644fdc303697b3864c9a6b709cee23ee384f4134308e820af4568ed6'
+sha256sums=('be75a5b5f8c5789d359238f374a43bf52ded49425f13ed68b8021c24e2e264b2'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'bf9600489198c5a873ef7b12e8ba42e04c667a59b898592ad1b416f66df13d7e'
-'922db9d6a69a22003caa72c507e1ccbf0c4ee2c254f00e243c97ca572bf1ec56'
+'34eb82c625b7050021a8d3334ceaa7fa3d042dd816c228c14abb52b29796f7b9'
 'e3fb73b43bb8c69ff517e66b2cac73d6e759fd240003eb35598df9af442422fe'
 'bd5e0e61df3f89172590801aea7c8ac75162c10c7fe83e262e96a14388d1633a'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
@@ -78,9 +75,6 @@
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  # https://crbug.com/832283
-  tar xfC ../blink-tools-$pkgver.tar.gz third_party/blink/tools/
-
   # https://crbug.com/710701
   local _chrome_build_hash=$(base64 -d ../chromium-$pkgver.txt |
 grep -Po '^parent \K[0-9a-f]{40}$')

Deleted: create-blink-tools-tgz.sh
===
--- create-blink-tools-tgz.sh   2018-04-27 02:00:21 UTC (rev 323064)
+++ create-blink-tools-tgz.sh   2018-04-27 03:44:25 UTC (rev 323065)
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-pkgver=$(. PKGBUILD; echo $pkgver)
-[[ -n $pkgver ]] || exit 1
-
-wget -qO blink-tools-$pkgver.tar.gz \
-  
https://chromium.googlesource.com/chromium/src/+archive/$pkgver/third_party/blink/tools.tar.gz
-
-rsync --ignore-existing blink-tools-$pkgver.tar.gz 
pkgbuild.com:public_html/sources/chromium/


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

2018-04-09 Thread Evangelos Foutras via arch-commits
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
===
--- PKGBUILD2018-04-09 23:32:43 UTC (rev 321429)
+++ PKGBUILD2018-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
 


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

2018-03-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, March 31, 2018 @ 01:49:50
  Author: foutrelis
Revision: 320682

Note that 'is_official_build=true' sets 'is_cfi=true' on x86_64

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-30 21:23:13 UTC (rev 320681)
+++ PKGBUILD2018-03-31 01:49:50 UTC (rev 320682)
@@ -153,7 +153,7 @@
 'custom_toolchain="//build/toolchain/linux/unbundle:default"'
 'host_toolchain="//build/toolchain/linux/unbundle:default"'
 'clang_use_chrome_plugins=false'
-'is_official_build=true'
+'is_official_build=true' # implies is_cfi=true on x86_64
 'is_debug=false'
 'treat_warnings_as_errors=false'
 'fieldtrial_testing_like_official_build=true'


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

2018-03-30 Thread Evangelos Foutras via arch-commits
Date: Friday, March 30, 2018 @ 16:46:06
  Author: foutrelis
Revision: 320679

upgpkg: chromium 65.0.3325.181-4

This is an official build (as opposed to a developer build); mark it as such.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |   39 ---
 1 file changed, 20 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-30 15:11:24 UTC (rev 320678)
+++ PKGBUILD2018-03-30 16:46:06 UTC (rev 320679)
@@ -6,8 +6,8 @@
 
 pkgname=chromium
 pkgver=65.0.3325.181
-pkgrel=3
-_launcher_ver=5
+pkgrel=4
+_launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
 url="https://www.chromium.org/Home";
@@ -15,8 +15,8 @@
 depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
  'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang'
- 'lld')
+makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
+ 'clang' 'lld')
 optdepends=('pepper-flash: support for Flash content'
 'kdialog: needed for file dialogs in KDE'
 'gnome-keyring: for storing passwords in GNOME keyring'
@@ -32,7 +32,7 @@
 chromium-stdint.patch
 chromium-widevine.patch)
 sha256sums=('93666448c6b96ec83e6a35a64cff40db4eb92a154fe1db4e7dab4761d0e38687'
-'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
+'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '2771c049b66c9aba3b945fe065f2610f164d55506eb5d71751a26aaf8b40d4ee'
 'e3fb73b43bb8c69ff517e66b2cac73d6e759fd240003eb35598df9af442422fe'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
@@ -88,6 +88,10 @@
   fi
   echo "LASTCHANGE=$_chrome_build_hash-" >build/util/LASTCHANGE
 
+  # Allow building against system libraries in official builds
+  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
+tools/generate_shim_headers/generate_shim_headers.py
+
   # Enable support for the Widevine CDM plugin
   # libwidevinecdm.so is not included, but can be copied over from Chrome
   # (Version string doesn't seem to matter so let's go with "Pinkie Pie")
@@ -105,13 +109,9 @@
   patch -Np1 -i ../chromium-math.h-r0.patch
   patch -Np1 -i ../chromium-stdint.patch
 
-  # Use Python 2
-  find . -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' {} +
+  # Force script incompatible with Python 3 to use /usr/bin/python2
+  sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
 
-  # There are still a lot of relative calls which need a workaround
-  mkdir "$srcdir/python2-path"
-  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
-
   mkdir -p third_party/node/linux/node-linux-x64/bin
   ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
 
@@ -144,10 +144,6 @@
 export CCACHE_SLOPPINESS=time_macros
   fi
 
-  export PATH="$srcdir/python2-path:$PATH"
-  export TMPDIR="$srcdir/temp"
-  mkdir -p "$TMPDIR"
-
   export CC=clang
   export CXX=clang++
   export AR=ar
@@ -156,11 +152,9 @@
   local _flags=(
 'custom_toolchain="//build/toolchain/linux/unbundle:default"'
 'host_toolchain="//build/toolchain/linux/unbundle:default"'
-'is_clang=true'
 'clang_use_chrome_plugins=false'
-'is_cfi=true'
+'is_official_build=true'
 'is_debug=false'
-'fatal_linker_warnings=false'
 'treat_warnings_as_errors=false'
 'fieldtrial_testing_like_official_build=true'
 'remove_webcore_debug_symbols=true'
@@ -168,7 +162,6 @@
 'proprietary_codecs=true'
 'link_pulseaudio=true'
 'use_gnome_keyring=false'
-'use_gold=false'
 'use_sysroot=false'
 'linux_use_bundled_binutils=false'
 'use_custom_libcxx=false'
@@ -181,7 +174,15 @@
 "google_default_client_secret=\"${_google_default_client_secret}\""
   )
 
+  # Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
+  CFLAGS+='   -Wno-builtin-macro-redefined'
+  CXXFLAGS+=' -Wno-builtin-macro-redefined'
+  CPPFLAGS+=' -D__DATE__=  -D__TIME__=  -D__TIMESTAMP__='
+
   if check_option strip y; then
+_flags+=('symbol_level=0')
+
+# Mimic exclude_unwind_tables=true
 CFLAGS+='   -fno-unwind-tables -fno-asynchronous-unwind-tables'
 CXXFLAGS+=' -fno-unwind-tables -fno-asynchronous-unwind-tables'
 CPPFLAGS+=' -DNO_UNWIND_TABLES'


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 02:12:11
  Author: foutrelis
Revision: 320473

icu 61.1 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 01:21:55 UTC (rev 320472)
+++ PKGBUILD2018-03-28 02:12:11 UTC (rev 320473)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=65.0.3325.181
-pkgrel=2
+pkgrel=3
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2018-03-23 Thread Evangelos Foutras via arch-commits
Date: Friday, March 23, 2018 @ 08:21:56
  Author: foutrelis
Revision: 319854

Preserve compiler flags now that our clang is recent enough

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-23 00:21:03 UTC (rev 319853)
+++ PKGBUILD2018-03-23 08:21:56 UTC (rev 319854)
@@ -100,14 +100,6 @@
   patch -Np1 -i ../chromium-math.h-r0.patch
   patch -Np1 -i ../chromium-stdint.patch
 
-  # Remove compiler flags not supported by our system clang
-  sed -i \
--e '/"-Wno-enum-compare-switch"/d' \
--e '/"-Wno-null-pointer-arithmetic"/d' \
--e '/"-Wno-tautological-unsigned-zero-compare"/d' \
--e '/"-Wno-tautological-constant-compare"/d' \
-build/config/compiler/BUILD.gn
-
   # Use Python 2
   find . -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' {} +
 


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

2018-03-20 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 21, 2018 @ 01:41:24
  Author: foutrelis
Revision: 319733

upgpkg: chromium 65.0.3325.181-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-21 01:00:49 UTC (rev 319732)
+++ PKGBUILD2018-03-21 01:41:24 UTC (rev 319733)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=65.0.3325.162
+pkgver=65.0.3325.181
 pkgrel=1
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -30,9 +30,9 @@
 chromium-math.h-r0.patch
 chromium-stdint.patch
 chromium-widevine.patch)
-sha256sums=('627e7bfd84795de1553fac305239130d25186acf2d3c77d39d824327cd116cce'
+sha256sums=('93666448c6b96ec83e6a35a64cff40db4eb92a154fe1db4e7dab4761d0e38687'
 '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
-'bed2a7ef4b1ebd53b28e2f38963a2dd761267ccc8818693c34ce8596db53dd4c'
+'2771c049b66c9aba3b945fe065f2610f164d55506eb5d71751a26aaf8b40d4ee'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
 '4495e8b29dae242c79ffe4beefc5171eb3c7aacb7e9aebfd2d4d69b9d8c958d3'
 'fe0ab86aa5b0072db730eccda3e1582ebed4af25815bfd49fe0da24cf63ca902'


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

2018-03-16 Thread Evangelos Foutras via arch-commits
Date: Friday, March 16, 2018 @ 17:26:09
  Author: foutrelis
Revision: 319532

Re-enable linking with LLD

binutils 2.29.1-3 no longer strips PT_GNU_RELRO from LLD-linked binaries.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-16 17:26:07 UTC (rev 319531)
+++ PKGBUILD2018-03-16 17:26:09 UTC (rev 319532)
@@ -15,7 +15,8 @@
 depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
  'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang')
+makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang'
+ 'lld')
 optdepends=('pepper-flash: support for Flash content'
 'kdialog: needed for file dialogs in KDE'
 'gnome-keyring: for storing passwords in GNOME keyring'
@@ -170,7 +171,6 @@
 'link_pulseaudio=true'
 'use_gnome_keyring=false'
 'use_gold=false'
-'use_lld=false'
 'use_sysroot=false'
 'linux_use_bundled_binutils=false'
 'use_custom_libcxx=false'


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

2018-03-15 Thread Evangelos Foutras via arch-commits
Date: Thursday, March 15, 2018 @ 22:45:09
  Author: foutrelis
Revision: 319372

Avoid building gn twice

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 19:37:56 UTC (rev 319371)
+++ PKGBUILD2018-03-15 22:45:09 UTC (rev 319372)
@@ -189,7 +189,7 @@
 CPPFLAGS+=' -DNO_UNWIND_TABLES'
   fi
 
-  python2 tools/gn/bootstrap/bootstrap.py --gn-gen-args "${_flags[*]}"
+  python2 tools/gn/bootstrap/bootstrap.py -s --no-clean
   out/Release/gn gen out/Release --args="${_flags[*]}" \
 --script-executable=/usr/bin/python2
 


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

2018-03-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 14, 2018 @ 04:06:40
  Author: foutrelis
Revision: 318934

upgpkg: chromium 65.0.3325.162-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 03:30:59 UTC (rev 318933)
+++ PKGBUILD2018-03-14 04:06:40 UTC (rev 318934)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=65.0.3325.146
+pkgver=65.0.3325.162
 pkgrel=1
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,9 +29,9 @@
 chromium-math.h-r0.patch
 chromium-stdint.patch
 chromium-widevine.patch)
-sha256sums=('cb4f2f3f5a3344f7c452b61f8086d4b4e56af6f5bc34309c3ede8be6b4ab81a3'
+sha256sums=('627e7bfd84795de1553fac305239130d25186acf2d3c77d39d824327cd116cce'
 '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
-'adfeb830af4c9b55c4a6481ef245e82ad2b9fc3cfe0fe339b30baa8573f701e7'
+'bed2a7ef4b1ebd53b28e2f38963a2dd761267ccc8818693c34ce8596db53dd4c'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
 '4495e8b29dae242c79ffe4beefc5171eb3c7aacb7e9aebfd2d4d69b9d8c958d3'
 'fe0ab86aa5b0072db730eccda3e1582ebed4af25815bfd49fe0da24cf63ca902'
@@ -40,7 +40,7 @@
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # Keys are the names in the above script; values are the dependencies in Arch
-readonly -A _system_libs=(
+declare -gA _system_libs=(
   #[ffmpeg]=ffmpeg# https://crbug.com/731766
   [flac]=flac
   [fontconfig]=fontconfig
@@ -60,7 +60,7 @@
   [yasm]=
   [zlib]=minizip
 )
-readonly _unwanted_bundled_libs=(
+_unwanted_bundled_libs=(
   ${!_system_libs[@]}
   ${_system_libs[libjpeg]+libjpeg_turbo}
 )


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

2018-02-25 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 25, 2018 @ 08:36:41
  Author: foutrelis
Revision: 317483

upgpkg: chromium 64.0.3282.186-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-24 18:39:00 UTC (rev 317482)
+++ PKGBUILD2018-02-25 08:36:41 UTC (rev 317483)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=64.0.3282.167
+pkgver=64.0.3282.186
 pkgrel=1
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -30,9 +30,9 @@
 chromium-memcpy-r0.patch
 chromium-clang-r2.patch
 chromium-widevine.patch)
-sha256sums=('f3308b41f241d53a269ec0c73e8512f4ac58b7aafe16967a3dba5b99abc4c455'
+sha256sums=('5fd0218759231ac00cc729235823592f6fd1e4a00ff64780a5fed7ab210f1860'
 '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
-'3426b9c1ebacaf6dda24afc92cf6a61727fc657a62b43345280520189f5f1eeb'
+'e73f69942af1ba730a700151973fa6309b0586ff45bf35a7fea43f52b54a9cb5'
 'c82c830bac7ab328a76d85fb141e150a17d02d97138a6daa4720a8a8c371a402'
 '814eb2cecb10cb697e24036b08aac41e88d0e38971741f9e946200764e2401ae'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'


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

2018-02-16 Thread Evangelos Foutras via arch-commits
Date: Friday, February 16, 2018 @ 17:19:44
  Author: foutrelis
Revision: 317155

Remove commented exclude_unwind_tables

Upstream abandoned the CL.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-16 16:48:41 UTC (rev 317154)
+++ PKGBUILD2018-02-16 17:19:44 UTC (rev 317155)
@@ -196,8 +196,6 @@
   )
 
   if check_option strip y; then
-# https://chromium-review.googlesource.com/c/chromium/src/+/712575
-# _flags+=('exclude_unwind_tables=true')
 CFLAGS+='   -fno-unwind-tables -fno-asynchronous-unwind-tables'
 CXXFLAGS+=' -fno-unwind-tables -fno-asynchronous-unwind-tables'
 CPPFLAGS+=' -DNO_UNWIND_TABLES'


  1   2   3   4   >