[arch-commits] Commit in chromium/repos/extra-x86_64 (5 files)

2020-12-02 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 3, 2020 @ 02:52:52
  Author: foutrelis
Revision: 402841

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 402840, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/subpixel-anti-aliasing-in-FreeType-2.8.1.patch
(from rev 402840, 
chromium/trunk/subpixel-anti-aliasing-in-FreeType-2.8.1.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install

+
 PKGBUILD   |  477 +++
 chromium-skia-harmony.patch|   14 
 chromium.install   |   16 
 subpixel-anti-aliasing-in-FreeType-2.8.1.patch |  100 
 4 files changed, 337 insertions(+), 270 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-03 02:52:46 UTC (rev 402840)
+++ PKGBUILD2020-12-03 02:52:52 UTC (rev 402841)
@@ -1,240 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=87.0.4280.66
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=9
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-chromium-skia-harmony.patch)
-sha256sums=('29a8e4ea82edec2fdcf34ece68323bec7ab90f3d5669e6b77f58cff9c278f741'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'c99934bcd2f3ae8ea9620f5f59a94338b2cf739647f04c28c8a551d9083fa7e9'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
-tools/generate_shim_headers/generate_shim_headers.py
-
-  # https://crbug.com/893950
-  sed -i -e 's/\/malloc/' -e 's/\/free/' \
-third_party/blink/renderer/core/xml/*.cc \
-third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
-third_party/libxml/chromium/*.cc
-
-  # Upstream fixes
-
-  # Fixes for building with libstdc++ instead of libc++
-  patch -Np1 -i ../patches/chromium-87-ServiceWorkerContainerHost-crash.patch
-  patch -Np1 -i ../patches/chromium-87-openscreen-include.patch
-
-  # https://crbug.com/skia/6663#c10
-  patch -Np0 -i ../chromium-skia-harmony.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
-
-  mkdir -p th

[arch-commits] Commit in chromium/repos/extra-x86_64 (11 files)

2020-11-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 17, 2020 @ 22:38:17
  Author: foutrelis
Revision: 401326

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 401325, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 401325, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 401325, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
  chromium/repos/extra-x86_64/xproto-fix-underflow-in-Fp1616ToDouble.patch

--+
 PKGBUILD |  494 ++---
 check-for-enable-accelerated-video-decode-on-Linux.patch |   43 -
 chromium-skia-harmony.patch  |   28 
 chromium.install |   32 
 fix-invalid-end-iterator-usage-in-CookieMonster.patch|   78 --
 only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch  |  139 ---
 remove-dead-reloc-in-nonalloc-LD-flags.patch |   37 
 xproto-fix-underflow-in-Fp1616ToDouble.patch |   37 
 8 files changed, 270 insertions(+), 618 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-17 22:38:10 UTC (rev 401325)
+++ PKGBUILD2020-11-17 22:38:17 UTC (rev 401326)
@@ -1,254 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=86.0.4240.198
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-invalid-end-iterator-usage-in-CookieMonster.patch
-only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
-remove-dead-reloc-in-nonalloc-LD-flags.patch
-check-for-enable-accelerated-video-decode-on-Linux.patch
-xproto-fix-underflow-in-Fp1616ToDouble.patch
-chromium-skia-harmony.patch)
-sha256sums=('a0ab825e527becab4ab3e11ef889e842436fe11a4fb7874419d1970e680c7a44'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
-'69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf03cdc'
-'7514c6c81a64a5457b66494a366fbb39005563eecc48d1a39033dd06aec4e300'
-'7cace84d7494190e7882d3e637820646ec8d64808f0a2128c515bd44991a3790'
-'03d03a39b2afa40083eb8ccb9616a51619f71da92348effc8ee289cbda10128b'
-'1ec617b362bf97cce4254debd04d8396f17dec0ae1071b52ec8c1c3d86dbd322'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 400440, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
(from rev 400440, 
chromium/trunk/check-for-enable-accelerated-video-decode-on-Linux.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 400440, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 400440, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
(from rev 400440, 
chromium/trunk/fix-invalid-end-iterator-usage-in-CookieMonster.patch)
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
(from rev 400440, 
chromium/trunk/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch)
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
(from rev 400440, 
chromium/trunk/remove-dead-reloc-in-nonalloc-LD-flags.patch)
  chromium/repos/extra-x86_64/xproto-fix-underflow-in-Fp1616ToDouble.patch
(from rev 400440, 
chromium/trunk/xproto-fix-underflow-in-Fp1616ToDouble.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
  chromium/repos/extra-x86_64/xproto-fix-underflow-in-Fp1616ToDouble.patch

--+
 PKGBUILD |  508 ++---
 check-for-enable-accelerated-video-decode-on-Linux.patch |   86 +-
 chromium-skia-harmony.patch  |   28 
 chromium.install |   32 
 fix-invalid-end-iterator-usage-in-CookieMonster.patch|  156 +--
 only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch  |  278 +++
 remove-dead-reloc-in-nonalloc-LD-flags.patch |   74 -
 xproto-fix-underflow-in-Fp1616ToDouble.patch |   74 -
 8 files changed, 618 insertions(+), 618 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 08:12:08 UTC (rev 400440)
+++ PKGBUILD2020-11-12 08:12:18 UTC (rev 400441)
@@ -1,254 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=86.0.4240.193
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-invalid-end-iterator-usage-in-CookieMonster.patch
-only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
-remove-dead-reloc-in-nonalloc-LD-flags.patch
-check-for-enable-accelerated-video-decode-on-Linux.patch
-xproto-fix-underflow-in-Fp1616ToDouble.patch
-chromium-skia-harmony.patch)
-sha256sums=('203dd5097f5873cb4881e2e838034f0dac5ff13e7fafa286baf87937f8eca534'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
-'69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf0

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 400051, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
(from rev 400051, 
chromium/trunk/check-for-enable-accelerated-video-decode-on-Linux.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 400051, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 400051, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
(from rev 400051, 
chromium/trunk/fix-invalid-end-iterator-usage-in-CookieMonster.patch)
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
(from rev 400051, 
chromium/trunk/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch)
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
(from rev 400051, 
chromium/trunk/remove-dead-reloc-in-nonalloc-LD-flags.patch)
  chromium/repos/extra-x86_64/xproto-fix-underflow-in-Fp1616ToDouble.patch
(from rev 400051, 
chromium/trunk/xproto-fix-underflow-in-Fp1616ToDouble.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
  chromium/repos/extra-x86_64/xproto-fix-underflow-in-Fp1616ToDouble.patch

--+
 PKGBUILD |  508 ++---
 check-for-enable-accelerated-video-decode-on-Linux.patch |   86 +-
 chromium-skia-harmony.patch  |   28 
 chromium.install |   32 
 fix-invalid-end-iterator-usage-in-CookieMonster.patch|  156 +--
 only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch  |  278 +++
 remove-dead-reloc-in-nonalloc-LD-flags.patch |   74 -
 xproto-fix-underflow-in-Fp1616ToDouble.patch |   74 -
 8 files changed, 618 insertions(+), 618 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-10 08:52:13 UTC (rev 400051)
+++ PKGBUILD2020-11-10 08:52:23 UTC (rev 400052)
@@ -1,254 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=86.0.4240.183
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-invalid-end-iterator-usage-in-CookieMonster.patch
-only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
-remove-dead-reloc-in-nonalloc-LD-flags.patch
-check-for-enable-accelerated-video-decode-on-Linux.patch
-xproto-fix-underflow-in-Fp1616ToDouble.patch
-chromium-skia-harmony.patch)
-sha256sums=('aa12c6665c33275f3edffb6f127f97f84fa0bb69c644b4b023d51d2d058a69bc'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
-'69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf03

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 399186, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
(from rev 399186, 
chromium/trunk/check-for-enable-accelerated-video-decode-on-Linux.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 399186, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 399186, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
(from rev 399186, 
chromium/trunk/fix-invalid-end-iterator-usage-in-CookieMonster.patch)
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
(from rev 399186, 
chromium/trunk/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch)
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
(from rev 399186, 
chromium/trunk/remove-dead-reloc-in-nonalloc-LD-flags.patch)
  chromium/repos/extra-x86_64/xproto-fix-underflow-in-Fp1616ToDouble.patch
(from rev 399186, 
chromium/trunk/xproto-fix-underflow-in-Fp1616ToDouble.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
  chromium/repos/extra-x86_64/xproto-fix-underflow-in-Fp1616ToDouble.patch

--+
 PKGBUILD |  508 ++---
 check-for-enable-accelerated-video-decode-on-Linux.patch |   86 +-
 chromium-skia-harmony.patch  |   28 
 chromium.install |   32 
 fix-invalid-end-iterator-usage-in-CookieMonster.patch|  156 +--
 only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch  |  278 +++
 remove-dead-reloc-in-nonalloc-LD-flags.patch |   74 -
 xproto-fix-underflow-in-Fp1616ToDouble.patch |   74 -
 8 files changed, 618 insertions(+), 618 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 03:36:38 UTC (rev 399186)
+++ PKGBUILD2020-11-03 03:36:50 UTC (rev 399187)
@@ -1,254 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=86.0.4240.111
-pkgrel=2
-_launcher_ver=6
-_gcc_patchset=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-invalid-end-iterator-usage-in-CookieMonster.patch
-only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
-remove-dead-reloc-in-nonalloc-LD-flags.patch
-check-for-enable-accelerated-video-decode-on-Linux.patch
-xproto-fix-underflow-in-Fp1616ToDouble.patch
-chromium-skia-harmony.patch)
-sha256sums=('f27bdb02ebf3c48abe054c73f1ae57e22a22535ea34f5edf8693ab8432a7c717'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
-'69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf03c

[arch-commits] Commit in chromium/repos/extra-x86_64 (15 files)

2020-10-22 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 22, 2020 @ 08:25:41
  Author: foutrelis
Revision: 398723

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 398722, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
(from rev 398722, 
chromium/trunk/check-for-enable-accelerated-video-decode-on-Linux.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 398722, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 398722, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
(from rev 398722, 
chromium/trunk/fix-invalid-end-iterator-usage-in-CookieMonster.patch)
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
(from rev 398722, 
chromium/trunk/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch)
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
(from rev 398722, 
chromium/trunk/remove-dead-reloc-in-nonalloc-LD-flags.patch)
  chromium/repos/extra-x86_64/xproto-fix-underflow-in-Fp1616ToDouble.patch
(from rev 398722, 
chromium/trunk/xproto-fix-underflow-in-Fp1616ToDouble.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch

--+
 PKGBUILD |  505 ++---
 check-for-enable-accelerated-video-decode-on-Linux.patch |   86 +-
 chromium-skia-harmony.patch  |   28 
 chromium.install |   32 
 fix-invalid-end-iterator-usage-in-CookieMonster.patch|  156 ++--
 only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch  |  278 +++
 remove-dead-reloc-in-nonalloc-LD-flags.patch |   74 -
 xproto-fix-underflow-in-Fp1616ToDouble.patch |   37 
 8 files changed, 618 insertions(+), 578 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 08:25:31 UTC (rev 398722)
+++ PKGBUILD2020-10-22 08:25:41 UTC (rev 398723)
@@ -1,251 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=86.0.4240.111
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-invalid-end-iterator-usage-in-CookieMonster.patch
-only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
-remove-dead-reloc-in-nonalloc-LD-flags.patch
-check-for-enable-accelerated-video-decode-on-Linux.patch
-chromium-skia-harmony.patch)
-sha256sums=('f27bdb02ebf3c48abe054c73f1ae57e22a22535ea34f5edf8693ab8432a7c717'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
-'69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf03cdc'
-'7514c6c81a64a5457b66494a366fbb39005563eecc48d1a39033dd06aec4e300'
-'7cace84d7494190e7882d3e6378206

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 398684, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
(from rev 398684, 
chromium/trunk/check-for-enable-accelerated-video-decode-on-Linux.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 398684, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 398684, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
(from rev 398684, 
chromium/trunk/fix-invalid-end-iterator-usage-in-CookieMonster.patch)
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
(from rev 398684, 
chromium/trunk/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch)
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
(from rev 398684, 
chromium/trunk/remove-dead-reloc-in-nonalloc-LD-flags.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch

--+
 PKGBUILD |  502 ++---
 check-for-enable-accelerated-video-decode-on-Linux.patch |   86 +-
 chromium-skia-harmony.patch  |   28 
 chromium.install |   32 
 fix-invalid-end-iterator-usage-in-CookieMonster.patch|  156 ++--
 only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch  |  278 +++
 remove-dead-reloc-in-nonalloc-LD-flags.patch |   74 -
 7 files changed, 578 insertions(+), 578 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-21 03:18:35 UTC (rev 398684)
+++ PKGBUILD2020-10-21 03:18:44 UTC (rev 398685)
@@ -1,251 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=86.0.4240.75
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-invalid-end-iterator-usage-in-CookieMonster.patch
-only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
-remove-dead-reloc-in-nonalloc-LD-flags.patch
-check-for-enable-accelerated-video-decode-on-Linux.patch
-chromium-skia-harmony.patch)
-sha256sums=('dd7a41eda5f984e44474d7e6fb25b5df88c1c924a1a3966189f037f7d325bcb5'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'6f9ab35fa2c9e6e34ec454b829b7b87adaebc10cacecd1ac1daa67035ee44aba'
-'69d8b7a439db1af4713245ddf5f44ca647283ba833a8733e848033ebdaf03cdc'
-'7514c6c81a64a5457b66494a366fbb39005563eecc48d1a39033dd06aec4e300'
-'7cace84d7494190e7882d3e637820646ec8d64808f0a2128c515bd44991a3790'
-'03d03a39b2afa40083eb8ccb9616a51619f71da92348effc8ee289cbda10128b'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# Possible replacements a

[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

2020-10-07 Thread Evangelos Foutras via arch-commits
Date: Wednesday, October 7, 2020 @ 20:02:39
  Author: foutrelis
Revision: 397495

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 397494, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/check-for-enable-accelerated-video-decode-on-Linux.patch
(from rev 397494, 
chromium/trunk/check-for-enable-accelerated-video-decode-on-Linux.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 397494, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 397494, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-invalid-end-iterator-usage-in-CookieMonster.patch
(from rev 397494, 
chromium/trunk/fix-invalid-end-iterator-usage-in-CookieMonster.patch)
  
chromium/repos/extra-x86_64/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch
(from rev 397494, 
chromium/trunk/only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch)
  chromium/repos/extra-x86_64/remove-dead-reloc-in-nonalloc-LD-flags.patch
(from rev 397494, 
chromium/trunk/remove-dead-reloc-in-nonalloc-LD-flags.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch

-+
 PKGBUILD|  499 +-
 check-for-enable-accelerated-video-decode-on-Linux.patch|   43 
 chromium-fix-vaapi-on-intel.patch   |   40 
 chromium-skia-harmony.patch |   28 
 chromium.install|   32 
 fix-invalid-end-iterator-usage-in-CookieMonster.patch   |   78 +
 media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch |   43 
 only-fall-back-to-the-i965-driver-if-we-re-on-iHD.patch |  139 ++
 remove-dead-reloc-in-nonalloc-LD-flags.patch|   37 
 9 files changed, 578 insertions(+), 361 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 20:02:31 UTC (rev 397494)
+++ PKGBUILD2020-10-07 20:02:39 UTC (rev 397495)
@@ -1,248 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=85.0.4183.121
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=2
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
-chromium-fix-vaapi-on-intel.patch
-chromium-skia-harmony.patch)
-sha256sums=('e018547e54566410fb365d9f3dae10037c30fca5debe6ba8baceef3ad3b03d28'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'2194fe22b9e5ccdc4a86da4e3572214f670c561486671f57c90636fd3cbfa43e'
-'0f041d655335cd2a4773ae7ca5e301a0ff12c6c53f57b7cf6651c268e0420a1c'
-'e495f2477091557b15bff2c99831e0a3db64ea2ebde7dcb22857a6469c944b9a'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpn

[arch-commits] Commit in chromium/repos/extra-x86_64 (10 files)

2020-09-21 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 22, 2020 @ 02:43:14
  Author: foutrelis
Revision: 396418

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 396417, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 396417, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 396417, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 396417, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
(from rev 396417, 
chromium/trunk/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch

-+
 PKGBUILD|  496 +-
 chromium-fix-vaapi-on-intel.patch   |   80 -
 chromium-skia-harmony.patch |   28 
 chromium.install|   32 
 media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch |   86 -
 5 files changed, 361 insertions(+), 361 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 02:42:47 UTC (rev 396417)
+++ PKGBUILD2020-09-22 02:43:14 UTC (rev 396418)
@@ -1,248 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=85.0.4183.102
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=2
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
-chromium-fix-vaapi-on-intel.patch
-chromium-skia-harmony.patch)
-sha256sums=('8a68d474724a7a8acfc7742405942836f08e30e713f12f8c3ada46ee6a805e0c'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'2194fe22b9e5ccdc4a86da4e3572214f670c561486671f57c90636fd3cbfa43e'
-'0f041d655335cd2a4773ae7ca5e301a0ff12c6c53f57b7cf6651c268e0420a1c'
-'e495f2477091557b15bff2c99831e0a3db64ea2ebde7dcb22857a6469c944b9a'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqD

[arch-commits] Commit in chromium/repos/extra-x86_64 (10 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 395584, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 395584, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 395584, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 395584, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
(from rev 395584, 
chromium/trunk/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch

-+
 PKGBUILD|  496 +-
 chromium-fix-vaapi-on-intel.patch   |   80 -
 chromium-skia-harmony.patch |   28 
 chromium.install|   32 
 media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch |   86 -
 5 files changed, 361 insertions(+), 361 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-08 23:31:52 UTC (rev 395584)
+++ PKGBUILD2020-09-08 23:31:59 UTC (rev 395585)
@@ -1,248 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=85.0.4183.83
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=2
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
-chromium-fix-vaapi-on-intel.patch
-chromium-skia-harmony.patch)
-sha256sums=('2064aa4502b87c025f2233b59d94e9e3d1c00bfeaf891e1d973687de5740e73b'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'2194fe22b9e5ccdc4a86da4e3572214f670c561486671f57c90636fd3cbfa43e'
-'0f041d655335cd2a4773ae7ca5e301a0ff12c6c53f57b7cf6651c268e0420a1c'
-'e495f2477091557b15bff2c99831e0a3db64ea2ebde7dcb22857a6469c944b9a'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2020-08-25 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 25, 2020 @ 19:05:44
  Author: foutrelis
Revision: 394712

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 394711, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 394711, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 394711, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 394711, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
(from rev 394711, 
chromium/trunk/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch

---+
 PKGBUILD  |  522 --
 avoid-calling-DeleteForCurrentDocument-from-destructor.patch  |   71 -
 chromium-ffmpeg-4.3.patch |   21 
 chromium-fix-vaapi-on-intel.patch |   80 -
 chromium-skia-harmony.patch   |   28 
 chromium.install  |   32 
 force-mp3-files-to-have-a-start-time-of-zero.patch|   38 
 media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch   |   43 
 remove-NotifyError-calls-and-just-send-a-normal-message.patch |   42 
 9 files changed, 361 insertions(+), 516 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-25 19:05:35 UTC (rev 394711)
+++ PKGBUILD2020-08-25 19:05:44 UTC (rev 394712)
@@ -1,274 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=84.0.4147.135
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=3
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-remove-NotifyError-calls-and-just-send-a-normal-message.patch
-avoid-calling-DeleteForCurrentDocument-from-destructor.patch
-force-mp3-files-to-have-a-start-time-of-zero.patch
-chromium-ffmpeg-4.3.patch
-chromium-fix-vaapi-on-intel.patch
-chromium-skia-harmony.patch)
-sha256sums=('dd41001596d0e17051ddcece3db6c0cdbe92fe23375d56fbcfba624a5f4996d8'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'f77088dd59b170b767ba91c6b410abb778ff2e68553433b24124d398fa4d3ce7'
-'3b10917f646f88ae988ca18be9cbef82025abb6a6e5cb00b77a11077192ce32c'
-'4e41cb637e96bcef98c119ed052ba1aeab45fca5b89d65955583dab002de783e'
-'abc3fad113408332c3b187b083bf33eba59eb5c87fa3ce859023984b5804623c'
-'5390304b5f544868985ce00a3ec082d4ece2dacb1c73cdb35dd4facfea12449a'
-'e495f2477091557b15bff2c99831e0a3db64ea2ebde7dcb22857a6469c944b9a'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 394383, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
(from rev 394383, 
chromium/trunk/avoid-calling-DeleteForCurrentDocument-from-destructor.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
(from rev 394383, chromium/trunk/chromium-ffmpeg-4.3.patch)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 394383, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 394383, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 394383, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
(from rev 394383, 
chromium/trunk/force-mp3-files-to-have-a-start-time-of-zero.patch)
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch
(from rev 394383, 
chromium/trunk/remove-NotifyError-calls-and-just-send-a-normal-message.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch

---+
 PKGBUILD  |  548 +-
 avoid-calling-DeleteForCurrentDocument-from-destructor.patch  |  142 +-
 chromium-ffmpeg-4.3.patch |   42 
 chromium-fix-vaapi-on-intel.patch |   80 -
 chromium-skia-harmony.patch   |   28 
 chromium.install  |   32 
 force-mp3-files-to-have-a-start-time-of-zero.patch|   76 -
 remove-NotifyError-calls-and-just-send-a-normal-message.patch |   84 -
 8 files changed, 516 insertions(+), 516 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 06:44:50 UTC (rev 394383)
+++ PKGBUILD2020-08-19 06:44:59 UTC (rev 394384)
@@ -1,274 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=84.0.4147.125
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=3
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-remove-NotifyError-calls-and-just-send-a-normal-message.patch
-avoid-calling-DeleteForCurrentDocument-from-destructor.patch
-force-mp3-files-to-have-a-start-time-of-zero.patch
-chromium-ffmpeg-4.3.patch
-chromium-fix-vaapi-on-intel.patch
-chromium-skia-harmony.patch)
-sha256sums=('98439626cf2d8d3d8f9486d08a99cbc1e4981b3f3427a072d5eaaf6ded4daff5'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'f77088dd59b170b767ba91c6b410abb778ff2e68553433b24124d398fa4d3ce7'
-'3b10917f646f88ae988ca18be9cbef82025abb6a6e5cb00b77a11077192ce32c'
-'4e41cb637e96bcef98c119ed052ba1aeab45fca5b89d

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 393542, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
(from rev 393542, 
chromium/trunk/avoid-calling-DeleteForCurrentDocument-from-destructor.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
(from rev 393542, chromium/trunk/chromium-ffmpeg-4.3.patch)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 393542, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 393542, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 393542, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
(from rev 393542, 
chromium/trunk/force-mp3-files-to-have-a-start-time-of-zero.patch)
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch
(from rev 393542, 
chromium/trunk/remove-NotifyError-calls-and-just-send-a-normal-message.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch

---+
 PKGBUILD  |  548 +-
 avoid-calling-DeleteForCurrentDocument-from-destructor.patch  |  142 +-
 chromium-ffmpeg-4.3.patch |   42 
 chromium-fix-vaapi-on-intel.patch |   80 -
 chromium-skia-harmony.patch   |   28 
 chromium.install  |   32 
 force-mp3-files-to-have-a-start-time-of-zero.patch|   76 -
 remove-NotifyError-calls-and-just-send-a-normal-message.patch |   84 -
 8 files changed, 516 insertions(+), 516 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-11 05:37:15 UTC (rev 393542)
+++ PKGBUILD2020-08-11 05:37:25 UTC (rev 393543)
@@ -1,274 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=84.0.4147.105
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=3
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-remove-NotifyError-calls-and-just-send-a-normal-message.patch
-avoid-calling-DeleteForCurrentDocument-from-destructor.patch
-force-mp3-files-to-have-a-start-time-of-zero.patch
-chromium-ffmpeg-4.3.patch
-chromium-fix-vaapi-on-intel.patch
-chromium-skia-harmony.patch)
-sha256sums=('caf4ebeb2a2333454c3067a2534aeecaab5029aa78fc0d8b27f79ad3b9c5ccac'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'f77088dd59b170b767ba91c6b410abb778ff2e68553433b24124d398fa4d3ce7'
-'3b10917f646f88ae988ca18be9cbef82025abb6a6e5cb00b77a11077192ce32c'
-'4e41cb637e96bcef98c119ed052ba1aeab45fca5b89d65

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

2020-07-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 28, 2020 @ 04:15:16
  Author: foutrelis
Revision: 392603

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 392602, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
(from rev 392602, 
chromium/trunk/avoid-calling-DeleteForCurrentDocument-from-destructor.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
(from rev 392602, chromium/trunk/chromium-ffmpeg-4.3.patch)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 392602, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 392602, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 392602, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
(from rev 392602, 
chromium/trunk/force-mp3-files-to-have-a-start-time-of-zero.patch)
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch
(from rev 392602, 
chromium/trunk/remove-NotifyError-calls-and-just-send-a-normal-message.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch

---+
 PKGBUILD  |  549 --
 avoid-calling-DeleteForCurrentDocument-from-destructor.patch  |  142 +-
 chromium-ffmpeg-4.3.patch |   42 
 chromium-fix-vaapi-on-intel.patch |   80 -
 chromium-skia-harmony.patch   |   28 
 chromium.install  |   32 
 force-mp3-files-to-have-a-start-time-of-zero.patch|   76 -
 remove-NotifyError-calls-and-just-send-a-normal-message.patch |   84 -
 8 files changed, 516 insertions(+), 517 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 04:14:58 UTC (rev 392602)
+++ PKGBUILD2020-07-28 04:15:16 UTC (rev 392603)
@@ -1,275 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=84.0.4147.89
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=3
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' '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')
-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/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-remove-NotifyError-calls-and-just-send-a-normal-message.patch
-avoid-calling-DeleteForCurrentDocument-from-destructor.patch
-force-mp3-files-to-have-a-start-time-of-zero.patch
-chromium-ffmpeg-4.3.patch
-chromium-fix-vaapi-on-intel.patch
-chromium-skia-harmony.patch)
-sha256sums=('17970d998c125b40765141f2cd346d1674f05dbd4a28fdcf31f9e3540890c679'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'f77088dd59b170b767ba91c6b410abb778ff2e68553433b24124d398fa4d3ce7'
-'3b10917f646f88ae988ca18be9cbef82025abb6a6e5cb00b77a11077192ce32c'
-'4e41cb637e96bcef98c119ed052ba1aeab45fca5b89d65955

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 18:21:12
  Author: foutrelis
Revision: 391914

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 391913, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
(from rev 391913, 
chromium/trunk/avoid-calling-DeleteForCurrentDocument-from-destructor.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
(from rev 391913, chromium/trunk/chromium-ffmpeg-4.3.patch)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 391913, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 391913, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 391913, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
(from rev 391913, 
chromium/trunk/force-mp3-files-to-have-a-start-time-of-zero.patch)
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch
(from rev 391913, 
chromium/trunk/remove-NotifyError-calls-and-just-send-a-normal-message.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

---+
 PKGBUILD  |  564 --
 add-missing-algorithm-header-in-crx_install_error.cc.patch|   29 
 avoid-calling-DeleteForCurrentDocument-from-destructor.patch  |   71 +
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch |  138 --
 chromium-83-gcc-10.patch  |   64 -
 chromium-ffmpeg-4.3.patch |   21 
 chromium-fix-vaapi-on-intel.patch |   80 -
 chromium-skia-harmony.patch   |   28 
 chromium.install  |   32 
 clean-up-a-call-to-set_utf8.patch |   34 
 force-mp3-files-to-have-a-start-time-of-zero.patch|   76 -
 include-memory-header-to-get-the-definition-of-std-u.patch|   32 
 iwyu-std-numeric_limits-is-defined-in-limits.patch|   29 
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch|   62 -
 make-some-of-blink-custom-iterators-STL-compatible.patch  |   95 -
 remove-NotifyError-calls-and-just-send-a-normal-message.patch |   42 
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch   |  172 ---
 17 files changed, 517 insertions(+), 1052 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 18:21:02 UTC (rev 391913)
+++ PKGBUILD2020-07-14 18:21:12 UTC (rev 391914)
@@ -1,289 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.116
-pkgrel=3
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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 desktop

[arch-commits] Commit in chromium/repos/extra-x86_64 (27 files)

2020-06-27 Thread Evangelos Foutras via arch-commits
Date: Friday, June 26, 2020 @ 06:34:14
  Author: foutrelis
Revision: 390462

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 390461, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 390461, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 390461, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 390461, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 390461, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 390461, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 390461, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 390461, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
(from rev 390461, 
chromium/trunk/force-mp3-files-to-have-a-start-time-of-zero.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 390461, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 390461, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 390461, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 390461, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 390461, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  573 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 ++---
 chromium-83-gcc-10.patch   |  128 +-
 chromium-fix-vaapi-on-intel.patch  |   80 -
 chromium-skia-harmony.patch|   28 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 force-mp3-files-to-have-a-start-time-of-zero.patch |   38 
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 +--
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 +++---
 14 files changed, 1052 insertions(+), 1009 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-26 06:34:00 UTC (rev 390461)
+++ PKGBUILD2020-06-26 06:34:14 UTC (rev 390462)
@@ -1,284 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.116
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-l

[arch-commits] Commit in chromium/repos/extra-x86_64 (26 files)

2020-06-22 Thread Evangelos Foutras via arch-commits
Date: Monday, June 22, 2020 @ 23:17:02
  Author: foutrelis
Revision: 390149

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 390148, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 390148, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 390148, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 390148, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 390148, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 390148, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 390148, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 390148, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 390148, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 390148, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 390148, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 390148, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 390148, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  568 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 ++---
 chromium-83-gcc-10.patch   |  128 +-
 chromium-fix-vaapi-on-intel.patch  |   80 -
 chromium-skia-harmony.patch|   28 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 +--
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 +++---
 13 files changed, 1009 insertions(+), 1009 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-22 23:16:46 UTC (rev 390148)
+++ PKGBUILD2020-06-22 23:17:02 UTC (rev 390149)
@@ -1,284 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.106
-pkgrel=3
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'libpipewire02' 'libva' 'clang' 

[arch-commits] Commit in chromium/repos/extra-x86_64 (25 files)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 16:54:29
  Author: felixonmars
Revision: 389928

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 389927, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 389927, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 389927, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 389927, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 389927, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 389927, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 389927, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 389927, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 389927, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 389927, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 389927, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 389927, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 389927, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  563 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 ++---
 chromium-83-gcc-10.patch   |  128 +-
 chromium-fix-vaapi-on-intel.patch  |   40 
 chromium-skia-harmony.patch|   28 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 +--
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 +++---
 13 files changed, 1009 insertions(+), 964 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 16:52:51 UTC (rev 389927)
+++ PKGBUILD2020-06-21 16:54:29 UTC (rev 389928)
@@ -1,279 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.106
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'libpipewire02' 'libva' 'clang' 'lld' 'gn' 'java-runtime-headless'
- 'python2-setupt

[arch-commits] Commit in chromium/repos/extra-x86_64 (24 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 389574, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 389574, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 389574, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 389574, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 389574, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 389574, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 389574, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 389574, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 389574, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 389574, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 389574, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 389574, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  556 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 ++---
 chromium-83-gcc-10.patch   |  128 +-
 chromium-skia-harmony.patch|   28 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 +--
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 +++---
 12 files changed, 964 insertions(+), 962 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-20 12:18:30 UTC (rev 389574)
+++ PKGBUILD2020-06-20 12:18:41 UTC (rev 389575)
@@ -1,277 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.106
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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'
- 'python2-setuptools')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop

[arch-commits] Commit in chromium/repos/extra-x86_64 (24 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 389287, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 389287, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 389287, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 389287, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 389287, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 389287, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 389287, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 389287, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 389287, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 389287, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 389287, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 389287, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  554 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 ++---
 chromium-83-gcc-10.patch   |  128 +-
 chromium-skia-harmony.patch|   28 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 +--
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 +++---
 12 files changed, 962 insertions(+), 962 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 01:13:03 UTC (rev 389287)
+++ PKGBUILD2020-06-16 01:13:16 UTC (rev 389288)
@@ -1,277 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.97
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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'
- 'python2-setuptools')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.s

[arch-commits] Commit in chromium/repos/extra-x86_64 (24 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 388323, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 388323, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 388323, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 388323, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 388323, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 388323, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 388323, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 388323, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 388323, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 388323, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 388323, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 388323, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  553 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 ++---
 chromium-83-gcc-10.patch   |  128 +-
 chromium-skia-harmony.patch|   28 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 +--
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 +++---
 12 files changed, 962 insertions(+), 961 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 02:52:42 UTC (rev 388323)
+++ PKGBUILD2020-06-05 02:52:56 UTC (rev 388324)
@@ -1,276 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.97
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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'
- 'python2-setuptools')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.sec

[arch-commits] Commit in chromium/repos/extra-x86_64 (24 files)

2020-06-03 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 3, 2020 @ 22:26:09
  Author: foutrelis
Revision: 388235

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 388234, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 388234, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 388234, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 388234, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 388234, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 388234, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 388234, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 388234, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 388234, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 388234, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 388234, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 388234, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  544 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 ++---
 chromium-83-gcc-10.patch   |  128 +-
 chromium-skia-harmony.patch|   28 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 +--
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 +++---
 12 files changed, 961 insertions(+), 953 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 22:25:48 UTC (rev 388234)
+++ PKGBUILD2020-06-03 22:26:09 UTC (rev 388235)
@@ -1,268 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.61
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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'
- 'python2-setuptools')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.

[arch-commits] Commit in chromium/repos/extra-x86_64 (24 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 388044, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 388044, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 388044, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 388044, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 388044, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 388044, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 388044, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 388044, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 388044, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 388044, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 388044, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 388044, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  526 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 ++---
 chromium-83-gcc-10.patch   |  128 +-
 chromium-skia-harmony.patch|   28 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 +--
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 +++
 12 files changed, 953 insertions(+), 943 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-02 02:53:40 UTC (rev 388044)
+++ PKGBUILD2020-06-02 02:53:53 UTC (rev 388045)
@@ -1,258 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.61
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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'
- 'python2-setuptools')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.s

[arch-commits] Commit in chromium/repos/extra-x86_64 (20 files)

2020-05-19 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 19, 2020 @ 18:48:24
  Author: foutrelis
Revision: 386951

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 386950, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 386950, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 386950, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 386950, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 386950, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 386950, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 386950, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 386950, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 386950, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 386950, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 386950, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 386950, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  chromium/repos/extra-x86_64/icu67.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch

+
 PKGBUILD   |  493 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   29 
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  138 +++
 chromium-83-gcc-10.patch   |   64 +
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   13 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 icu67.patch|  169 ---
 include-memory-header-to-get-the-definition-of-std-u.patch |   32 
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   29 
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |   62 +
 make-some-of-blink-custom-iterators-STL-compatible.patch   |   95 ++
 rebuild-Linux-frame-button-cache-when-activation.patch |   62 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |   64 -
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  172 +++
 16 files changed, 943 insertions(+), 607 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-19 18:48:12 UTC (rev 386950)
+++ PKGBUILD2020-05-19 18:48:24 UTC (rev 386951)
@@ -1,235 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=81.0.4044.138
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'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')
-install=chromium.install
-source=(https://comm

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 382363, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 382363, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 382363, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 382363, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/icu67.patch
(from rev 382363, chromium/trunk/icu67.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 382363, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 382363, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/icu67.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch

+
 PKGBUILD   |  460 +++
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 -
 icu67.patch|  338 +--
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 ++--
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 ++--
 7 files changed, 568 insertions(+), 568 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 06:02:36 UTC (rev 382363)
+++ PKGBUILD2020-05-06 06:02:46 UTC (rev 382364)
@@ -1,230 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=81.0.4044.129
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'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')
-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
-rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
-rebuild-Linux-frame-button-cache-when-activation.patch
-icu67.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('ff74592f83ed91c082f746c6b0a3acf384bad91f170bd24548971c17f43046d3'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
-'46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'
-'5315977307e69d20b3e856d3f8724835b08e02085aa5c5cefea83fd7d006'
-'709e2fddba3c1f2ed4deb3a239fc0479bfa50c46e054e7f32db4fb1365fed070'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 381767, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 381767, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 381767, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 381767, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/icu67.patch
(from rev 381767, chromium/trunk/icu67.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 381767, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 381767, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch

+
 PKGBUILD   |  455 +++
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 -
 icu67.patch|  169 +
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 ++--
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 ++--
 7 files changed, 568 insertions(+), 394 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 06:46:03 UTC (rev 381767)
+++ PKGBUILD2020-04-28 06:46:11 UTC (rev 381768)
@@ -1,225 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=81.0.4044.122
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'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')
-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
-rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
-rebuild-Linux-frame-button-cache-when-activation.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('0f9ffd30d769e25e091a87b9dda4d688c19bf85b1e1fcb3b89eaae5ff780182a'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
-'46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'
-'709e2fddba3c1f2ed4deb3a239fc0479bfa50c46e054e7f32db4fb1365fed070'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distr

[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 380705, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 380705, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 380705, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 380705, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 380705, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 380705, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch

+
 PKGBUILD   |  450 +++
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 -
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 ++--
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 ++--
 6 files changed, 394 insertions(+), 394 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-22 03:22:15 UTC (rev 380705)
+++ PKGBUILD2020-04-22 03:22:25 UTC (rev 380706)
@@ -1,225 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=81.0.4044.113
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'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')
-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
-rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
-rebuild-Linux-frame-button-cache-when-activation.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('27cce807a91919211821c4d25be5be8ce48d362166615d4779e886ea0eef5d43'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
-'46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'
-'709e2fddba3c1f2ed4deb3a239fc0479bfa50c46e054e7f32db4fb1365fed070'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleuserco

[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 380417, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 380417, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 380417, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 380417, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 380417, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 380417, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch

+
 PKGBUILD   |  450 +++
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 -
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 ++--
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 ++--
 6 files changed, 394 insertions(+), 394 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-16 03:08:10 UTC (rev 380417)
+++ PKGBUILD2020-04-16 03:08:23 UTC (rev 380418)
@@ -1,225 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=81.0.4044.92
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'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')
-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
-rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
-rebuild-Linux-frame-button-cache-when-activation.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('a2cf3fd07a66330b189724cdcb4549ddac72705fba6adb33020bc6444efb1a44'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'ae3bf107834bd8eda9a3ec7899fe35fde62e6111062e5def7d24bf49b53db3db'
-'46f7fc9768730c460b27681ccf3dc2685c7e1fd22d70d3a82d9e57e3389bb014'
-'709e2fddba3c1f2ed4deb3a239fc0479bfa50c46e054e7f32db4fb1365fed070'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercont

[arch-commits] Commit in chromium/repos/extra-x86_64 (19 files)

2020-04-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 7, 2020 @ 20:21:59
  Author: foutrelis
Revision: 379766

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 379765, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 379765, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 379765, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 379765, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 379765, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 379765, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  484 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   35 
 fix-building-with-system-zlib.patch|   32 
 fix-building-with-unbundled-libxml.patch   |  127 --
 fix-shim-header-generation-when-unbundling-ICU.patch   |   50 -
 move-RemoteTreeNode-declaration.patch  |  237 -
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 +-
 remove-verbose-logging-in-local-unique-font-matching.patch |   33 
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 +-
 sync-enable-USSPasswords-by-default.patch  |   28 
 13 files changed, 394 insertions(+), 970 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-07 20:21:49 UTC (rev 379765)
+++ PKGBUILD2020-04-07 20:21:59 UTC (rev 379766)
@@ -1,259 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.163
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'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')
-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
-cros-search-service-Include-cmath-for-std-pow.patch
-move-RemoteTreeNode-declaration.patch
-sync-enable-USSPasswords-by-default.patch
-fix-shim-header-generation-when-unbundling-ICU.patch
-fix-building-with-system-zlib.patch
-remove-verbose-logging-in-local-unique-font-matching.patch
-fix-building-with-unbundled-libxml.patch
-rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
-rebuild-Linux-frame-button-cache-when-activation.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('b6ddefa9434877a9b923631b7525f7f2f80118d

[arch-commits] Commit in chromium/repos/extra-x86_64 (26 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 379252, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 379252, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 379252, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 379252, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 379252, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 379252, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 379252, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 379252, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 379252, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 379252, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 379252, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 379252, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 379252, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  518 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   70 -
 fix-building-with-system-zlib.patch|   64 -
 fix-building-with-unbundled-libxml.patch   |  254 ++---
 fix-shim-header-generation-when-unbundling-ICU.patch   |  100 +-
 move-RemoteTreeNode-declaration.patch  |  474 +-
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 +-
 remove-verbose-logging-in-local-unique-font-matching.patch |   66 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 +-
 sync-enable-USSPasswords-by-default.patch  |   56 -
 13 files changed, 970 insertions(+), 970 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-03 11:26:11 UTC (rev 379252)
+++ PKGBUILD2020-04-03 11:26:22 UTC (rev 379253)
@@ -1,259 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.162
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: Web

[arch-commits] Commit in chromium/repos/extra-x86_64 (26 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 379026, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 379026, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 379026, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 379026, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 379026, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 379026, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 379026, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 379026, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 379026, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 379026, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 379026, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 379026, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 379026, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  518 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   70 -
 fix-building-with-system-zlib.patch|   64 -
 fix-building-with-unbundled-libxml.patch   |  254 ++---
 fix-shim-header-generation-when-unbundling-ICU.patch   |  100 +-
 move-RemoteTreeNode-declaration.patch  |  474 +-
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 +-
 remove-verbose-logging-in-local-unique-font-matching.patch |   66 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 +-
 sync-enable-USSPasswords-by-default.patch  |   56 -
 13 files changed, 970 insertions(+), 970 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-01 05:01:34 UTC (rev 379026)
+++ PKGBUILD2020-04-01 05:01:46 UTC (rev 379027)
@@ -1,259 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.149
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: 

[arch-commits] Commit in chromium/repos/extra-x86_64 (26 files)

2020-03-17 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 18, 2020 @ 06:51:12
  Author: foutrelis
Revision: 377834

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 377833, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 377833, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 377833, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 377833, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 377833, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 377833, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 377833, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 377833, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 377833, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 377833, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 377833, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 377833, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 377833, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  518 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   70 -
 fix-building-with-system-zlib.patch|   64 -
 fix-building-with-unbundled-libxml.patch   |  254 ++---
 fix-shim-header-generation-when-unbundling-ICU.patch   |  100 +-
 move-RemoteTreeNode-declaration.patch  |  474 +-
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 +-
 remove-verbose-logging-in-local-unique-font-matching.patch |   66 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 +-
 sync-enable-USSPasswords-by-default.patch  |   56 -
 13 files changed, 970 insertions(+), 970 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 06:50:59 UTC (rev 377833)
+++ PKGBUILD2020-03-18 06:51:12 UTC (rev 377834)
@@ -1,259 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.132
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRTC de

[arch-commits] Commit in chromium/repos/extra-x86_64 (26 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 376537, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 376537, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 376537, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 376537, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 376537, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 376537, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 376537, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 376537, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 376537, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 376537, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 376537, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 376537, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 376537, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  518 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   70 -
 fix-building-with-system-zlib.patch|   64 -
 fix-building-with-unbundled-libxml.patch   |  254 ++---
 fix-shim-header-generation-when-unbundling-ICU.patch   |  100 +-
 move-RemoteTreeNode-declaration.patch  |  474 +-
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 +-
 remove-verbose-logging-in-local-unique-font-matching.patch |   66 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 +-
 sync-enable-USSPasswords-by-default.patch  |   56 -
 13 files changed, 970 insertions(+), 970 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-03 22:35:44 UTC (rev 376537)
+++ PKGBUILD2020-03-03 22:35:56 UTC (rev 376538)
@@ -1,259 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.122
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRTC deskt

[arch-commits] Commit in chromium/repos/extra-x86_64 (26 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 376171, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 376171, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 376171, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 376171, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 376171, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 376171, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 376171, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 376171, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 376171, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 376171, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 376171, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 376171, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 376171, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  518 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   70 -
 fix-building-with-system-zlib.patch|   64 -
 fix-building-with-unbundled-libxml.patch   |  254 ++---
 fix-shim-header-generation-when-unbundling-ICU.patch   |  100 +-
 move-RemoteTreeNode-declaration.patch  |  474 +-
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 +-
 remove-verbose-logging-in-local-unique-font-matching.patch |   66 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 +-
 sync-enable-USSPasswords-by-default.patch  |   56 -
 13 files changed, 970 insertions(+), 970 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-24 22:53:16 UTC (rev 376171)
+++ PKGBUILD2020-02-24 22:53:28 UTC (rev 376172)
@@ -1,259 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.116
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRTC de

[arch-commits] Commit in chromium/repos/extra-x86_64 (26 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 375850, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 375850, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 375850, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 375850, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 375850, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 375850, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 375850, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 375850, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 375850, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 375850, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 375850, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 375850, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 375850, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  518 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   70 -
 fix-building-with-system-zlib.patch|   64 -
 fix-building-with-unbundled-libxml.patch   |  254 ++---
 fix-shim-header-generation-when-unbundling-ICU.patch   |  100 +-
 move-RemoteTreeNode-declaration.patch  |  474 +-
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 +-
 remove-verbose-logging-in-local-unique-font-matching.patch |   66 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 +-
 sync-enable-USSPasswords-by-default.patch  |   56 -
 13 files changed, 970 insertions(+), 970 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-18 22:19:30 UTC (rev 375850)
+++ PKGBUILD2020-02-18 22:19:44 UTC (rev 375851)
@@ -1,259 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.106
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRTC d

[arch-commits] Commit in chromium/repos/extra-x86_64 (26 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 375566, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 375566, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 375566, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 375566, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 375566, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 375566, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 375566, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 375566, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 375566, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 375566, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 375566, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 375566, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 375566, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  518 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   70 -
 fix-building-with-system-zlib.patch|   64 -
 fix-building-with-unbundled-libxml.patch   |  254 ++---
 fix-shim-header-generation-when-unbundling-ICU.patch   |  100 +-
 move-RemoteTreeNode-declaration.patch  |  474 +-
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 +-
 remove-verbose-logging-in-local-unique-font-matching.patch |   66 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 +-
 sync-enable-USSPasswords-by-default.patch  |   56 -
 13 files changed, 970 insertions(+), 970 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-13 23:12:55 UTC (rev 375566)
+++ PKGBUILD2020-02-13 23:13:10 UTC (rev 375567)
@@ -1,259 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.100
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRTC 

[arch-commits] Commit in chromium/repos/extra-x86_64 (27 files)

2020-02-11 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 11, 2020 @ 21:41:19
  Author: foutrelis
Revision: 375419

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 375418, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 375418, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 375418, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 375418, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 375418, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 375418, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 375418, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 375418, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 375418, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 375418, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 375418, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 375418, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 375418, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  
chromium/repos/extra-x86_64/fix-browser-frame-view-not-getting-a-relayout.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  523 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   70 -
 fix-browser-frame-view-not-getting-a-relayout.patch|   38 
 fix-building-with-system-zlib.patch|   64 -
 fix-building-with-unbundled-libxml.patch   |  254 ++---
 fix-shim-header-generation-when-unbundling-ICU.patch   |  100 +-
 move-RemoteTreeNode-declaration.patch  |  474 -
 rebuild-Linux-frame-button-cache-when-activation.patch |  124 +-
 remove-verbose-logging-in-local-unique-font-matching.patch |   66 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |  128 +-
 sync-enable-USSPasswords-by-default.patch  |   56 -
 14 files changed, 970 insertions(+), 1013 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-11 21:41:07 UTC (rev 375418)
+++ PKGBUILD2020-02-11 21:41:19 UTC (rev 375419)
@@ -1,264 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.87
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 

[arch-commits] Commit in chromium/repos/extra-x86_64 (26 files)

2020-02-08 Thread Evangelos Foutras via arch-commits
Date: Saturday, February 8, 2020 @ 08:48:36
  Author: foutrelis
Revision: 374997

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 374996, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 374996, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 374996, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 374996, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 374996, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  
chromium/repos/extra-x86_64/fix-browser-frame-view-not-getting-a-relayout.patch
(from rev 374996, 
chromium/trunk/fix-browser-frame-view-not-getting-a-relayout.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 374996, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 374996, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 374996, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 374996, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/rebuild-Linux-frame-button-cache-when-activation.patch
(from rev 374996, 
chromium/trunk/rebuild-Linux-frame-button-cache-when-activation.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 374996, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  
chromium/repos/extra-x86_64/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch
(from rev 374996, 
chromium/trunk/rename-Relayout-in-DesktopWindowTreeHostPlatform.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 374996, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
  
chromium/repos/extra-x86_64/fix-browser-frame-view-not-getting-a-relayout.patch
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  520 +--
 chromium-skia-harmony.patch|   28 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   70 -
 fix-browser-frame-view-not-getting-a-relayout.patch|   76 -
 fix-building-with-system-zlib.patch|   64 -
 fix-building-with-unbundled-libxml.patch   |  254 ++---
 fix-shim-header-generation-when-unbundling-ICU.patch   |  100 +-
 move-RemoteTreeNode-declaration.patch  |  474 +-
 rebuild-Linux-frame-button-cache-when-activation.patch |   62 +
 remove-verbose-logging-in-local-unique-font-matching.patch |   66 -
 rename-Relayout-in-DesktopWindowTreeHostPlatform.patch |   64 +
 sync-enable-USSPasswords-by-default.patch  |   56 -
 14 files changed, 1013 insertions(+), 879 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-08 08:48:23 UTC (rev 374996)
+++ PKGBUILD2020-02-08 08:48:36 UTC (rev 374997)
@@ -1,256 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=80.0.3987.87
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
-   

[arch-commits] Commit in chromium/repos/extra-x86_64 (24 files)

2020-02-04 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 5, 2020 @ 05:23:12
  Author: foutrelis
Revision: 374611

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 374610, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 374610, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 374610, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 374610, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/cros-search-service-Include-cmath-for-std-pow.patch
(from rev 374610, 
chromium/trunk/cros-search-service-Include-cmath-for-std-pow.patch)
  
chromium/repos/extra-x86_64/fix-browser-frame-view-not-getting-a-relayout.patch
(from rev 374610, 
chromium/trunk/fix-browser-frame-view-not-getting-a-relayout.patch)
  chromium/repos/extra-x86_64/fix-building-with-system-zlib.patch
(from rev 374610, chromium/trunk/fix-building-with-system-zlib.patch)
  chromium/repos/extra-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 374610, chromium/trunk/fix-building-with-unbundled-libxml.patch)
  
chromium/repos/extra-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 374610, 
chromium/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  chromium/repos/extra-x86_64/move-RemoteTreeNode-declaration.patch
(from rev 374610, chromium/trunk/move-RemoteTreeNode-declaration.patch)
  
chromium/repos/extra-x86_64/remove-verbose-logging-in-local-unique-font-matching.patch
(from rev 374610, 
chromium/trunk/remove-verbose-logging-in-local-unique-font-matching.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 374610, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-hb.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
  chromium/repos/extra-x86_64/icu65.patch
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch

+
 PKGBUILD   |  508 +--
 chromium-skia-harmony.patch|   28 
 chromium-system-hb.patch   |   19 
 chromium-system-icu.patch  |   20 
 chromium-system-zlib.patch |   13 
 chromium-widevine.patch|   26 
 chromium.install   |   32 
 cros-search-service-Include-cmath-for-std-pow.patch|   35 
 fix-browser-frame-view-not-getting-a-relayout.patch|   38 
 fix-building-with-system-zlib.patch|   32 
 fix-building-with-unbundled-libxml.patch   |  127 ++
 fix-shim-header-generation-when-unbundling-ICU.patch   |   50 +
 fix-spammy-unique-font-matching-log.patch  |   13 
 icu65.patch|   64 -
 include-algorithm-to-use-std-lower_bound.patch |   49 -
 launch_manager.h-uses-std-vector.patch |   36 
 move-RemoteTreeNode-declaration.patch  |  237 +
 remove-verbose-logging-in-local-unique-font-matching.patch |   33 
 sync-enable-USSPasswords-by-default.patch  |   56 -
 19 files changed, 879 insertions(+), 537 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 05:22:46 UTC (rev 374610)
+++ PKGBUILD2020-02-05 05:23:12 UTC (rev 374611)
@@ -1,252 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=79.0.3945.130
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRT

[arch-commits] Commit in chromium/repos/extra-x86_64 (23 files)

2020-01-17 Thread Evangelos Foutras via arch-commits
Date: Friday, January 17, 2020 @ 17:04:50
  Author: foutrelis
Revision: 373634

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 373633, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 373633, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-hb.patch
(from rev 373633, chromium/trunk/chromium-system-hb.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 373633, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 373633, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 373633, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 373633, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 373633, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
  chromium/repos/extra-x86_64/icu65.patch
(from rev 373633, chromium/trunk/icu65.patch)
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
(from rev 373633, 
chromium/trunk/include-algorithm-to-use-std-lower_bound.patch)
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch
(from rev 373633, chromium/trunk/launch_manager.h-uses-std-vector.patch)
  chromium/repos/extra-x86_64/sync-enable-USSPasswords-by-default.patch
(from rev 373633, chromium/trunk/sync-enable-USSPasswords-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-hb.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
  chromium/repos/extra-x86_64/icu65.patch
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch

+
 PKGBUILD   |  499 +++
 chromium-skia-harmony.patch|   28 -
 chromium-system-hb.patch   |   38 -
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   26 -
 chromium-widevine.patch|   26 -
 chromium.install   |   32 -
 fix-spammy-unique-font-matching-log.patch  |   26 -
 icu65.patch|  128 ++---
 include-algorithm-to-use-std-lower_bound.patch |   98 ++--
 launch_manager.h-uses-std-vector.patch |   72 +--
 sync-enable-USSPasswords-by-default.patch  |   28 +
 12 files changed, 537 insertions(+), 504 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-17 17:04:34 UTC (rev 373633)
+++ PKGBUILD2020-01-17 17:04:50 UTC (rev 373634)
@@ -1,247 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=79.0.3945.130
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: 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')
-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
-launch_manager.h-uses-std-vector.patch
-include-algorithm-to-use-std-lower_bound.patch
-icu65.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-chromium-system-hb.patch
-fix-spammy-unique-font-matching-log.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('56193431ab9d1193773b133d86b419bfae8d8b9196eea253660895e

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 373606, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 373606, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-hb.patch
(from rev 373606, chromium/trunk/chromium-system-hb.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 373606, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 373606, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 373606, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 373606, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 373606, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
  chromium/repos/extra-x86_64/icu65.patch
(from rev 373606, chromium/trunk/icu65.patch)
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
(from rev 373606, 
chromium/trunk/include-algorithm-to-use-std-lower_bound.patch)
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch
(from rev 373606, chromium/trunk/launch_manager.h-uses-std-vector.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-hb.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
  chromium/repos/extra-x86_64/icu65.patch
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch

+
 PKGBUILD   |  494 +++
 chromium-skia-harmony.patch|   28 -
 chromium-system-hb.patch   |   38 -
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   26 -
 chromium-widevine.patch|   26 -
 chromium.install   |   32 -
 fix-spammy-unique-font-matching-log.patch  |   26 -
 icu65.patch|  128 ++---
 include-algorithm-to-use-std-lower_bound.patch |   98 ++--
 launch_manager.h-uses-std-vector.patch |   72 +--
 11 files changed, 504 insertions(+), 504 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-17 01:28:32 UTC (rev 373606)
+++ PKGBUILD2020-01-17 01:28:45 UTC (rev 373607)
@@ -1,247 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=79.0.3945.117
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: 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')
-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
-launch_manager.h-uses-std-vector.patch
-include-algorithm-to-use-std-lower_bound.patch
-icu65.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-chromium-system-hb.patch
-fix-spammy-unique-font-matching-log.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('4d960e8bd790cc1c8e7f0632790424957c4996a8a91b9d899eb572acec854ef1'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'bd0fae907c451252e91c4cbf1ad301716bc9f8a4644ecc60e9590a64197477d3'
-'1f906676563e866e2b597196

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

2020-01-07 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 8, 2020 @ 00:17:03
  Author: foutrelis
Revision: 372806

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 372805, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 372805, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-hb.patch
(from rev 372805, chromium/trunk/chromium-system-hb.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 372805, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 372805, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 372805, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 372805, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 372805, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
  chromium/repos/extra-x86_64/icu65.patch
(from rev 372805, chromium/trunk/icu65.patch)
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
(from rev 372805, 
chromium/trunk/include-algorithm-to-use-std-lower_bound.patch)
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch
(from rev 372805, chromium/trunk/launch_manager.h-uses-std-vector.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-hb.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
  chromium/repos/extra-x86_64/icu65.patch
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch

+
 PKGBUILD   |  494 +++
 chromium-skia-harmony.patch|   28 -
 chromium-system-hb.patch   |   38 -
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   26 -
 chromium-widevine.patch|   26 -
 chromium.install   |   32 -
 fix-spammy-unique-font-matching-log.patch  |   26 -
 icu65.patch|  128 ++---
 include-algorithm-to-use-std-lower_bound.patch |   98 ++--
 launch_manager.h-uses-std-vector.patch |   72 +--
 11 files changed, 504 insertions(+), 504 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-08 00:16:49 UTC (rev 372805)
+++ PKGBUILD2020-01-08 00:17:03 UTC (rev 372806)
@@ -1,247 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=79.0.3945.88
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- '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')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: 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')
-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
-launch_manager.h-uses-std-vector.patch
-include-algorithm-to-use-std-lower_bound.patch
-icu65.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-chromium-system-hb.patch
-fix-spammy-unique-font-matching-log.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('4f18171d2225502018fcafae860ce9329199bcd6a0e50f8d83de041afd723fc9'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'bd0fae907c451252e91c4cbf1ad301716bc9f8a4644ecc60e9590a64197477d3'
-'1f906676563e866e2b59719

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 372389, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 372389, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-hb.patch
(from rev 372389, chromium/trunk/chromium-system-hb.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 372389, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 372389, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 372389, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 372389, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 372389, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
  chromium/repos/extra-x86_64/icu65.patch
(from rev 372389, chromium/trunk/icu65.patch)
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
(from rev 372389, 
chromium/trunk/include-algorithm-to-use-std-lower_bound.patch)
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch
(from rev 372389, chromium/trunk/launch_manager.h-uses-std-vector.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-hb.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
  chromium/repos/extra-x86_64/icu65.patch
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch

+
 PKGBUILD   |  494 +++
 chromium-skia-harmony.patch|   28 -
 chromium-system-hb.patch   |   38 -
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   26 -
 chromium-widevine.patch|   26 -
 chromium.install   |   32 -
 fix-spammy-unique-font-matching-log.patch  |   26 -
 icu65.patch|  128 ++---
 include-algorithm-to-use-std-lower_bound.patch |   98 ++--
 launch_manager.h-uses-std-vector.patch |   72 +--
 11 files changed, 504 insertions(+), 504 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-30 16:14:12 UTC (rev 372389)
+++ PKGBUILD2019-12-30 16:14:24 UTC (rev 372390)
@@ -1,247 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=79.0.3945.88
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'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
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-launch_manager.h-uses-std-vector.patch
-include-algorithm-to-use-std-lower_bound.patch
-icu65.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-chromium-system-hb.patch
-fix-spammy-unique-font-matching-log.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('4f18171d2225502018fcafae860ce9329199bcd6a0e50f8d83de041afd723fc9'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'bd0fae907c451252e91c4cbf1ad301716bc9f8a4644ecc60e9590a64197477d3'
-'1f906676563e866e2b59719679e76e

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 371629, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 371629, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-hb.patch
(from rev 371629, chromium/trunk/chromium-system-hb.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 371629, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 371629, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 371629, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 371629, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 371629, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
  chromium/repos/extra-x86_64/icu65.patch
(from rev 371629, chromium/trunk/icu65.patch)
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
(from rev 371629, 
chromium/trunk/include-algorithm-to-use-std-lower_bound.patch)
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch
(from rev 371629, chromium/trunk/launch_manager.h-uses-std-vector.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-hb.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
  chromium/repos/extra-x86_64/icu65.patch
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch

+
 PKGBUILD   |  494 +++
 chromium-skia-harmony.patch|   28 -
 chromium-system-hb.patch   |   38 -
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   26 -
 chromium-widevine.patch|   26 -
 chromium.install   |   32 -
 fix-spammy-unique-font-matching-log.patch  |   26 -
 icu65.patch|  128 ++---
 include-algorithm-to-use-std-lower_bound.patch |   98 ++--
 launch_manager.h-uses-std-vector.patch |   72 +--
 11 files changed, 504 insertions(+), 504 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-18 06:04:41 UTC (rev 371629)
+++ PKGBUILD2019-12-18 06:04:55 UTC (rev 371630)
@@ -1,247 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=79.0.3945.79
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'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
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-launch_manager.h-uses-std-vector.patch
-include-algorithm-to-use-std-lower_bound.patch
-icu65.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-chromium-system-hb.patch
-fix-spammy-unique-font-matching-log.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('e1a7362d396b0f72e6ad8c1d53cae67db201e0eeaa2a96dbe9214d080925bcf3'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'bd0fae907c451252e91c4cbf1ad301716bc9f8a4644ecc60e9590a64197477d3'
-'1f906676563e866e2b59719679e

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

2019-12-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 11, 2019 @ 05:25:46
  Author: foutrelis
Revision: 370643

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 370642, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 370642, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-hb.patch
(from rev 370642, chromium/trunk/chromium-system-hb.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 370642, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 370642, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 370642, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 370642, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 370642, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
  chromium/repos/extra-x86_64/icu65.patch
(from rev 370642, chromium/trunk/icu65.patch)
  chromium/repos/extra-x86_64/include-algorithm-to-use-std-lower_bound.patch
(from rev 370642, 
chromium/trunk/include-algorithm-to-use-std-lower_bound.patch)
  chromium/repos/extra-x86_64/launch_manager.h-uses-std-vector.patch
(from rev 370642, chromium/trunk/launch_manager.h-uses-std-vector.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
  chromium/repos/extra-x86_64/icu65.patch

+
 PKGBUILD   |  493 +++
 add-missing-include-for-unique_ptr.patch   |   30 -
 chromium-skia-harmony.patch|   28 -
 chromium-system-hb.patch   |   19 
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   26 -
 chromium-widevine.patch|   35 -
 chromium.install   |   32 -
 dns_util-make-DohUpgradeEntry-non-const.patch  |   86 
 fix-shutdown-crash-in-ProfileManager.patch |   45 --
 fix-spammy-unique-font-matching-log.patch  |   26 -
 icu65.patch|  128 ++---
 include-algorithm-to-use-std-lower_bound.patch |   49 ++
 launch_manager.h-uses-std-vector.patch |   36 +
 14 files changed, 504 insertions(+), 569 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-11 05:25:35 UTC (rev 370642)
+++ PKGBUILD2019-12-11 05:25:46 UTC (rev 370643)
@@ -1,246 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=78.0.3904.108
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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')
-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
-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
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('f9c53839f306d2973de27723360024f7904101d426b9e7e9cdb56e8bcc775b0e'
-'04917e

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 369427, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
(from rev 369427, chromium/trunk/add-missing-include-for-unique_ptr.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 369427, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 369427, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 369427, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 369427, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 369427, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
(from rev 369427, 
chromium/trunk/dns_util-make-DohUpgradeEntry-non-const.patch)
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
(from rev 369427, chromium/trunk/fix-shutdown-crash-in-ProfileManager.patch)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 369427, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
  chromium/repos/extra-x86_64/icu65.patch
(from rev 369427, chromium/trunk/icu65.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
  chromium/repos/extra-x86_64/icu65.patch

---+
 PKGBUILD  |  492 
 add-missing-include-for-unique_ptr.patch  |   60 +-
 chromium-skia-harmony.patch   |   28 -
 chromium-system-icu.patch |   40 -
 chromium-system-zlib.patch|   26 -
 chromium-widevine.patch   |   44 +-
 chromium.install  |   32 -
 dns_util-make-DohUpgradeEntry-non-const.patch |  172 
 fix-shutdown-crash-in-ProfileManager.patch|   90 ++--
 fix-spammy-unique-font-matching-log.patch |   26 -
 icu65.patch   |  128 +++---
 11 files changed, 569 insertions(+), 569 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 09:48:00 UTC (rev 369427)
+++ PKGBUILD2019-11-19 09:48:12 UTC (rev 369428)
@@ -1,246 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=78.0.3904.97
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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')
-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
-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
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('d1f49ab9f4f973536166f587114553c21a29977bdc350dd407a89d34e22a9d07'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e

[arch-commits] Commit in chromium/repos/extra-x86_64 (20 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 366897, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
(from rev 366897, chromium/trunk/add-missing-include-for-unique_ptr.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 366897, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 366897, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 366897, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 366897, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 366897, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
(from rev 366897, 
chromium/trunk/dns_util-make-DohUpgradeEntry-non-const.patch)
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
(from rev 366897, chromium/trunk/fix-shutdown-crash-in-ProfileManager.patch)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 366897, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch

---+
 PKGBUILD  |  482 
 add-missing-include-for-unique_ptr.patch  |   60 +-
 chromium-skia-harmony.patch   |   28 -
 chromium-system-icu.patch |   40 -
 chromium-system-zlib.patch|   26 -
 chromium-widevine.patch   |   44 +-
 chromium.install  |   32 -
 dns_util-make-DohUpgradeEntry-non-const.patch |  172 
 fix-shutdown-crash-in-ProfileManager.patch|   90 ++--
 fix-spammy-unique-font-matching-log.patch |   26 -
 10 files changed, 500 insertions(+), 500 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 00:57:37 UTC (rev 366897)
+++ PKGBUILD2019-11-07 00:57:51 UTC (rev 366898)
@@ -1,241 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=78.0.3904.87
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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')
-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
-add-missing-include-for-unique_ptr.patch
-dns_util-make-DohUpgradeEntry-non-const.patch
-fix-shutdown-crash-in-ProfileManager.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-fix-spammy-unique-font-matching-log.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('8df6ffca4087fc43e7d0443acc4f758399b248e96482705bd4fe7e88d239eb56'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e'
-'69694ab12a5ced389916c0c5e8c7bdc191544f576b134ddfb2fe9d4ed9ec4494'
-'4f81612c28957987f7344d8ce2b95a4a63136a8319c9751819436b11c62df057'
-'e73cc2ee8d3ea35aab18c478d76fdfc68ca4463e

[arch-commits] Commit in chromium/repos/extra-x86_64 (20 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 366353, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
(from rev 366353, chromium/trunk/add-missing-include-for-unique_ptr.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 366353, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 366353, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 366353, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 366353, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 366353, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
(from rev 366353, 
chromium/trunk/dns_util-make-DohUpgradeEntry-non-const.patch)
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
(from rev 366353, chromium/trunk/fix-shutdown-crash-in-ProfileManager.patch)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 366353, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch

---+
 PKGBUILD  |  482 
 add-missing-include-for-unique_ptr.patch  |   60 +-
 chromium-skia-harmony.patch   |   28 -
 chromium-system-icu.patch |   40 -
 chromium-system-zlib.patch|   26 -
 chromium-widevine.patch   |   44 +-
 chromium.install  |   32 -
 dns_util-make-DohUpgradeEntry-non-const.patch |  172 
 fix-shutdown-crash-in-ProfileManager.patch|   90 ++--
 fix-spammy-unique-font-matching-log.patch |   26 -
 10 files changed, 500 insertions(+), 500 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-01 09:33:35 UTC (rev 366353)
+++ PKGBUILD2019-11-01 09:33:46 UTC (rev 366354)
@@ -1,241 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=78.0.3904.70
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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')
-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
-add-missing-include-for-unique_ptr.patch
-dns_util-make-DohUpgradeEntry-non-const.patch
-fix-shutdown-crash-in-ProfileManager.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-fix-spammy-unique-font-matching-log.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('ddc5794097d65ba19c1ae359c2057b08921e7b38b7afe9d5ec45f5e8b9a87462'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e'
-'69694ab12a5ced389916c0c5e8c7bdc191544f576b134ddfb2fe9d4ed9ec4494'
-'4f81612c28957987f7344d8ce2b95a4a63136a8319c9751819436b11c62df057'
-'e73cc2ee8d3ea35aab18c478d76fdfc68ca4463e1e

[arch-commits] Commit in chromium/repos/extra-x86_64 (20 files)

2019-10-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, October 23, 2019 @ 03:51:26
  Author: foutrelis
Revision: 365375

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 365374, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
(from rev 365374, chromium/trunk/add-missing-include-for-unique_ptr.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 365374, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 365374, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 365374, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 365374, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 365374, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
(from rev 365374, 
chromium/trunk/dns_util-make-DohUpgradeEntry-non-const.patch)
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
(from rev 365374, chromium/trunk/fix-shutdown-crash-in-ProfileManager.patch)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 365374, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-wrong-string-initialization-in-LinkedHashSet.patch
  chromium/repos/extra-x86_64/include-limits-in-web_time_range.cc.patch
  chromium/repos/extra-x86_64/include-memory-in-one_euro_filter.h.patch
  chromium/repos/extra-x86_64/link-against-harfbuzz-subset.patch

+
 PKGBUILD   |  478 +++
 add-missing-include-for-unique_ptr.patch   |   30 
 chromium-skia-harmony.patch|   28 
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   38 -
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 dns_util-make-DohUpgradeEntry-non-const.patch  |   86 ++
 fix-shutdown-crash-in-ProfileManager.patch |   45 +
 fix-spammy-unique-font-matching-log.patch  |   13 
 fix-wrong-string-initialization-in-LinkedHashSet.patch |  135 
 include-limits-in-web_time_range.cc.patch  |   31 
 include-memory-in-one_euro_filter.h.patch  |   32 -
 link-against-harfbuzz-subset.patch |   55 -
 14 files changed, 500 insertions(+), 587 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-23 03:51:15 UTC (rev 365374)
+++ PKGBUILD2019-10-23 03:51:26 UTC (rev 365375)
@@ -1,237 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=77.0.3865.120
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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')
-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
-include-memory-in-one_euro_filter.h.patch
-link-against-harfbuzz-subset.patch
-fix-wrong-string-initialization-in-LinkedHashSet.patch
-include-limits-in-web_time_range.cc.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('d792f9b09b1dcfd64e68f47a611c540dd1383dd9abd78ca1e06b2a7e2ff06af8'
-'04917e3cd4307d8

[arch-commits] Commit in chromium/repos/extra-x86_64 (20 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 364619, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 364619, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 364619, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 364619, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 364619, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 364619, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-wrong-string-initialization-in-LinkedHashSet.patch
(from rev 364619, 
chromium/trunk/fix-wrong-string-initialization-in-LinkedHashSet.patch)
  chromium/repos/extra-x86_64/include-limits-in-web_time_range.cc.patch
(from rev 364619, chromium/trunk/include-limits-in-web_time_range.cc.patch)
  chromium/repos/extra-x86_64/include-memory-in-one_euro_filter.h.patch
(from rev 364619, chromium/trunk/include-memory-in-one_euro_filter.h.patch)
  chromium/repos/extra-x86_64/link-against-harfbuzz-subset.patch
(from rev 364619, chromium/trunk/link-against-harfbuzz-subset.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-wrong-string-initialization-in-LinkedHashSet.patch
  chromium/repos/extra-x86_64/include-limits-in-web_time_range.cc.patch
  chromium/repos/extra-x86_64/include-memory-in-one_euro_filter.h.patch
  chromium/repos/extra-x86_64/link-against-harfbuzz-subset.patch

+
 PKGBUILD   |  474 +++
 chromium-skia-harmony.patch|   28 
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   50 -
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 fix-wrong-string-initialization-in-LinkedHashSet.patch |  270 
 include-limits-in-web_time_range.cc.patch  |   62 -
 include-memory-in-one_euro_filter.h.patch  |   64 +-
 link-against-harfbuzz-subset.patch |  110 +--
 10 files changed, 587 insertions(+), 587 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-11 01:11:33 UTC (rev 364619)
+++ PKGBUILD2019-10-11 01:11:44 UTC (rev 364620)
@@ -1,237 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=77.0.3865.90
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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')
-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
-include-memory-in-one_euro_filter.h.patch
-link-against-harfbuzz-subset.patch
-fix-wrong-string-initialization-in-LinkedHashSet.patch
-include-limits-in-web_time_range.cc.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('004cfdb1df74847bea8659bcaf8e039d51fe1101d42b6cf1c6cc346073fdefc3'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'33a5bcd1df2cc7aa7467fa882790ef143a4497d2b704c9e1ea86c8ede90c2d90'
-'ab986e4b723dfcedab1bc8dcada07526facae28a8a7ff3345f658532c1d99987'
-'840f555020751ec284dca35b9

[arch-commits] Commit in chromium/repos/extra-x86_64 (20 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 363010, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 363010, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 363010, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 363010, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 363010, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 363010, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-wrong-string-initialization-in-LinkedHashSet.patch
(from rev 363010, 
chromium/trunk/fix-wrong-string-initialization-in-LinkedHashSet.patch)
  chromium/repos/extra-x86_64/include-limits-in-web_time_range.cc.patch
(from rev 363010, chromium/trunk/include-limits-in-web_time_range.cc.patch)
  chromium/repos/extra-x86_64/include-memory-in-one_euro_filter.h.patch
(from rev 363010, chromium/trunk/include-memory-in-one_euro_filter.h.patch)
  chromium/repos/extra-x86_64/link-against-harfbuzz-subset.patch
(from rev 363010, chromium/trunk/link-against-harfbuzz-subset.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-wrong-string-initialization-in-LinkedHashSet.patch
  chromium/repos/extra-x86_64/include-limits-in-web_time_range.cc.patch
  chromium/repos/extra-x86_64/include-memory-in-one_euro_filter.h.patch
  chromium/repos/extra-x86_64/link-against-harfbuzz-subset.patch

+
 PKGBUILD   |  474 +++
 chromium-skia-harmony.patch|   28 
 chromium-system-icu.patch  |   40 -
 chromium-system-zlib.patch |   50 -
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 fix-wrong-string-initialization-in-LinkedHashSet.patch |  270 
 include-limits-in-web_time_range.cc.patch  |   62 -
 include-memory-in-one_euro_filter.h.patch  |   64 +-
 link-against-harfbuzz-subset.patch |  110 +--
 10 files changed, 587 insertions(+), 587 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 21:24:22 UTC (rev 363010)
+++ PKGBUILD2019-09-18 21:24:41 UTC (rev 363011)
@@ -1,237 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=77.0.3865.75
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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')
-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
-include-memory-in-one_euro_filter.h.patch
-link-against-harfbuzz-subset.patch
-fix-wrong-string-initialization-in-LinkedHashSet.patch
-include-limits-in-web_time_range.cc.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('eb952ff241e719cbdcc2aae1832ecc1dd2263736ab38ee1dbf88ac9120119789'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'33a5bcd1df2cc7aa7467fa882790ef143a4497d2b704c9e1ea86c8ede90c2d90'
-'ab986e4b723dfcedab1bc8dcada07526facae28a8a7ff3345f658532c1d99987'
-'840f555020751ec284dc

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2019-09-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 11, 2019 @ 04:40:22
  Author: foutrelis
Revision: 362186

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 362185, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 362185, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 362185, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 362185, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 362185, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 362185, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-wrong-string-initialization-in-LinkedHashSet.patch
(from rev 362185, 
chromium/trunk/fix-wrong-string-initialization-in-LinkedHashSet.patch)
  chromium/repos/extra-x86_64/include-limits-in-web_time_range.cc.patch
(from rev 362185, chromium/trunk/include-limits-in-web_time_range.cc.patch)
  chromium/repos/extra-x86_64/include-memory-in-one_euro_filter.h.patch
(from rev 362185, chromium/trunk/include-memory-in-one_euro_filter.h.patch)
  chromium/repos/extra-x86_64/link-against-harfbuzz-subset.patch
(from rev 362185, chromium/trunk/link-against-harfbuzz-subset.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

+
 PKGBUILD   |  446 +++
 chromium-skia-harmony.patch|   28 
 chromium-system-icu.patch  |   20 
 chromium-system-zlib.patch |   25 
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 fix-wrong-string-initialization-in-LinkedHashSet.patch |  135 
 include-limits-in-web_time_range.cc.patch  |   31 +
 include-memory-in-one_euro_filter.h.patch  |   32 +
 link-against-harfbuzz-subset.patch |   55 +
 10 files changed, 587 insertions(+), 261 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-11 04:40:11 UTC (rev 362185)
+++ PKGBUILD2019-09-11 04:40:22 UTC (rev 362186)
@@ -1,209 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=76.0.3809.132
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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')
-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
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('d54e4640b5e399d170dffbc5bcff65157eb1b29314b94b5d808f727d9ce45241'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://ww

[arch-commits] Commit in chromium/repos/extra-x86_64 (8 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 361250, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 361250, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 361250, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 361250, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  418 +-
 chromium-skia-harmony.patch |   28 +-
 chromium-widevine.patch |   44 ++--
 chromium.install|   32 +--
 4 files changed, 261 insertions(+), 261 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-26 22:23:29 UTC (rev 361250)
+++ PKGBUILD2019-08-26 22:23:37 UTC (rev 361251)
@@ -1,209 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=76.0.3809.100
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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')
-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
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('8cd93ada3e0837ced512f69783400991d3b82e0d9622e04fab5922877577d26d'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
-tools/generate_shim_headers/generate_shim_headers.py
-
-  # https://crbug.com/893950
-  sed -i -e 's/\/malloc/' -e 's/\/free/' \
-third_party/blink/renderer/core/xml/*.cc \
-third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
-third_party/libxml/chromium/libxml_utils.cc
-
-  # Load Widevine CDM if available
-  patch -Np1 -i ../chromium-widevine.patch
-
-  # https://crbug.com/skia/6663#c10
-  patch -Np0 -i ../chromium-skia-harmony.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
-
-  mkdir -p third_party/node/linux/node-linux-x64/bin
-  ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
-
-  # Remove bundled libraries for which we will use the system copies; this
-  # *should* do what the remove_bundled_libra

[arch-commits] Commit in chromium/repos/extra-x86_64 (8 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 359380, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 359380, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 359380, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 359380, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  418 +-
 chromium-skia-harmony.patch |   28 +-
 chromium-widevine.patch |   44 ++--
 chromium.install|   32 +--
 4 files changed, 261 insertions(+), 261 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-09 18:14:40 UTC (rev 359380)
+++ PKGBUILD2019-08-09 18:14:47 UTC (rev 359381)
@@ -1,209 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=76.0.3809.87
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('215ca6acee7b4fd3c95fe796260af4dc5454dbba3b701aa43afeb98a06dc4194'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
-tools/generate_shim_headers/generate_shim_headers.py
-
-  # https://crbug.com/893950
-  sed -i -e 's/\/malloc/' -e 's/\/free/' \
-third_party/blink/renderer/core/xml/*.cc \
-third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
-third_party/libxml/chromium/libxml_utils.cc
-
-  # Load Widevine CDM if available
-  patch -Np1 -i ../chromium-widevine.patch
-
-  # https://crbug.com/skia/6663#c10
-  patch -Np0 -i ../chromium-skia-harmony.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
-
-  mkdir -p third_party/node/linux/node-linux-x64/bin
-  ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
-
-  # Remove bundled libraries for which we will use the system copies; this
-  # *should* do what the remove_bundled_libraries.py script does, with the
-  # added benefit of not having t

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2019-07-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 30, 2019 @ 19:40:39
  Author: foutrelis
Revision: 358791

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 358790, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 358790, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 358790, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 358790, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-non-const-deltas.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/disallow-partial-swaps-for-linux-based-on-gl_version.patch
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch

-+
 PKGBUILD|  448 --
 chromium-fix-window-flash-for-some-WMs.patch|   98 --
 chromium-non-const-deltas.patch |   21 
 chromium-skia-harmony.patch |   27 
 chromium-system-icu.patch   |   19 
 chromium-widevine.patch |   44 
 chromium.install|   32 
 disallow-partial-swaps-for-linux-based-on-gl_version.patch  |   34 
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch |   36 
 9 files changed, 261 insertions(+), 498 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-30 19:40:32 UTC (rev 358790)
+++ PKGBUILD2019-07-30 19:40:39 UTC (rev 358791)
@@ -1,239 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=75.0.3770.142
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-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=('510e6ca7ccc218b401b375c13656f6aecab196b03142026dc3602b9d1804a5ac'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'09c5f16b726ef7031d74807b534fbbfa49a7276ee2a239b70602de2704fa197c'
-'e309dfd9d790f32cb1d23103726ac25e405b6ae6757a1c957a8395667d753908'
-'1e4686de75c019f38a3ed947463e429a777d5387fd29310deef2108c58617b07'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libj

[arch-commits] Commit in chromium/repos/extra-x86_64 (18 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 358053, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 358053, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-non-const-deltas.patch
(from rev 358053, chromium/trunk/chromium-non-const-deltas.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 358053, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 358053, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 358053, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 358053, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/disallow-partial-swaps-for-linux-based-on-gl_version.patch
(from rev 358053, 
chromium/trunk/disallow-partial-swaps-for-linux-based-on-gl_version.patch)
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
(from rev 358053, 
chromium/trunk/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-non-const-deltas.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/disallow-partial-swaps-for-linux-based-on-gl_version.patch
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch

-+
 PKGBUILD|  478 +-
 chromium-fix-window-flash-for-some-WMs.patch|  196 ++--
 chromium-non-const-deltas.patch |   42 
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 
 chromium-widevine.patch |   44 
 chromium.install|   32 
 disallow-partial-swaps-for-linux-based-on-gl_version.patch  |   68 -
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch |   72 -
 9 files changed, 498 insertions(+), 498 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 12:06:48 UTC (rev 358053)
+++ PKGBUILD2019-07-16 12:07:01 UTC (rev 358054)
@@ -1,239 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=75.0.3770.100
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-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=('9e1360101b6d9f9635e540db77626e3e15b452f413d8750518244ac37b73fca0'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'09c5f16b726ef7031d74807b534fbbfa49a7276ee2a239b70602de2704fa197c'
-'e309dfd9d790f32cb1d23103726ac25e405b6ae6757a1c957a8395667d753908'
-'1e4686de75c019f38a3ed947463e429a777d5387fd29310deef2108c58617b07'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d08

[arch-commits] Commit in chromium/repos/extra-x86_64 (17 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 356445, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 356445, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-non-const-deltas.patch
(from rev 356445, chromium/trunk/chromium-non-const-deltas.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 356445, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 356445, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 356445, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 356445, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/disallow-partial-swaps-for-linux-based-on-gl_version.patch
(from rev 356445, 
chromium/trunk/disallow-partial-swaps-for-linux-based-on-gl_version.patch)
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
(from rev 356445, 
chromium/trunk/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/disallow-partial-swaps-for-linux-based-on-gl_version.patch
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch

-+
 PKGBUILD|  473 +-
 chromium-fix-window-flash-for-some-WMs.patch|  196 ++--
 chromium-non-const-deltas.patch |   21 
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 
 chromium-widevine.patch |   44 
 chromium.install|   32 
 disallow-partial-swaps-for-linux-based-on-gl_version.patch  |   68 -
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch |   72 -
 9 files changed, 498 insertions(+), 472 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-18 21:05:04 UTC (rev 356445)
+++ PKGBUILD2019-06-18 21:05:13 UTC (rev 356446)
@@ -1,234 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=75.0.3770.90
-pkgrel=3
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.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'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'e309dfd9d790f32cb1d23103726ac25e405b6ae6757a1c957a8395667d753908'
-'1e4686de75c019f38a3ed947463e429a777d5387fd29310deef2108c58617b07'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# Possible replacements are listed in

[arch-commits] Commit in chromium/repos/extra-x86_64 (15 files)

2019-06-17 Thread Evangelos Foutras via arch-commits
Date: Monday, June 17, 2019 @ 20:11:33
  Author: foutrelis
Revision: 356326

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 356325, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 356325, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 356325, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 356325, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 356325, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 356325, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/disallow-partial-swaps-for-linux-based-on-gl_version.patch
(from rev 356325, 
chromium/trunk/disallow-partial-swaps-for-linux-based-on-gl_version.patch)
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
(from rev 356325, 
chromium/trunk/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch

-+
 PKGBUILD|  463 +-
 chromium-fix-window-flash-for-some-WMs.patch|  196 ++--
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 
 chromium-widevine.patch |   44 
 chromium.install|   32 
 disallow-partial-swaps-for-linux-based-on-gl_version.patch  |   34 
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch |   72 -
 8 files changed, 472 insertions(+), 433 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 20:11:23 UTC (rev 356325)
+++ PKGBUILD2019-06-17 20:11:33 UTC (rev 356326)
@@ -1,229 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=75.0.3770.90
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
-chromium-fix-window-flash-for-some-WMs.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('b1b59abbe19ecb88c17d99fa68f5c1c5585a5d66c100858f944aa3b93b943839'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'e309dfd9d790f32cb1d23103726ac25e405b6ae6757a1c957a8395667d753908'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 356137, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 356137, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 356137, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 356137, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 356137, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 356137, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
(from rev 356137, 
chromium/trunk/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch

-+
 PKGBUILD|  456 +-
 chromium-fix-window-flash-for-some-WMs.patch|  196 ++--
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 
 chromium-widevine.patch |   44 
 chromium.install|   32 
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch |   72 -
 7 files changed, 433 insertions(+), 431 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-14 16:13:54 UTC (rev 356137)
+++ PKGBUILD2019-06-14 16:14:03 UTC (rev 356138)
@@ -1,227 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=75.0.3770.90
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
-chromium-fix-window-flash-for-some-WMs.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('b1b59abbe19ecb88c17d99fa68f5c1c5585a5d66c100858f944aa3b93b943839'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'e309dfd9d790f32cb1d23103726ac25e405b6ae6757a1c957a8395667d753908'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/deve

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2019-06-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, June 13, 2019 @ 19:37:01
  Author: foutrelis
Revision: 356017

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 356016, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 356016, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 356016, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 356016, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 356016, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 356016, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
(from rev 356016, 
chromium/trunk/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch

-+
 PKGBUILD|  454 +-
 chromium-fix-window-flash-for-some-WMs.patch|  196 ++--
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 
 chromium-widevine.patch |   44 
 chromium.install|   32 
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch |   72 -
 7 files changed, 431 insertions(+), 431 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-13 19:36:51 UTC (rev 356016)
+++ PKGBUILD2019-06-13 19:37:01 UTC (rev 356017)
@@ -1,227 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=75.0.3770.80
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
-chromium-fix-window-flash-for-some-WMs.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('da828bc8d887821380b461abfbbd0e17538c211d56f240f03711b918c77a66d6'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'e309dfd9d790f32cb1d23103726ac25e405b6ae6757a1c957a8395667d753908'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/de

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2019-06-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 4, 2019 @ 21:49:26
  Author: foutrelis
Revision: 354860

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 354859, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 354859, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 354859, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 354859, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 354859, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 354859, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
(from rev 354859, 
chromium/trunk/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  454 +-
 chromium-fix-window-flash-for-some-WMs.patch|  196 ++--
 chromium-glibc-2.29.patch   |  105 --
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 
 chromium-widevine.patch |   44 
 chromium.install|   32 
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch |   36 
 8 files changed, 431 insertions(+), 500 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 21:49:17 UTC (rev 354859)
+++ PKGBUILD2019-06-04 21:49:26 UTC (rev 354860)
@@ -1,227 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=74.0.3729.169
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-glibc-2.29.patch
-chromium-fix-window-flash-for-some-WMs.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('070f0210017f54b65264f88726431da7582e36a04caa673fe50662e8b41a0cb4'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/de

[arch-commits] Commit in chromium/repos/extra-x86_64 (15 files)

2019-05-24 Thread Evangelos Foutras via arch-commits
Date: Friday, May 24, 2019 @ 16:21:31
  Author: foutrelis
Revision: 353940

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 353939, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 353939, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
(from rev 353939, chromium/trunk/chromium-glibc-2.29.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 353939, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 353939, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 353939, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 353939, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  457 -
 chromium-fix-the-flash-for-new-windows.patch |   54 --
 chromium-fix-window-flash-for-some-WMs.patch |  196 +-
 chromium-glibc-2.29.patch|  210 +--
 chromium-skia-harmony.patch  |   26 -
 chromium-system-icu.patch|   38 +-
 chromium-widevine.patch  |   44 +-
 chromium.install |   32 -
 8 files changed, 500 insertions(+), 557 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-24 16:21:21 UTC (rev 353939)
+++ PKGBUILD2019-05-24 16:21:31 UTC (rev 353940)
@@ -1,230 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=74.0.3729.169
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-glibc-2.29.patch
-chromium-fix-the-flash-for-new-windows.patch
-chromium-fix-window-flash-for-some-WMs.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('070f0210017f54b65264f88726431da7582e36a04caa673fe50662e8b41a0cb4'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
-'6d82c052eb1f1ae5644a09f7ad7a88d9e2966d1836124445ca4df93b7657c10a'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google 

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 353780, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
(from rev 353780, 
chromium/trunk/chromium-fix-the-flash-for-new-windows.patch)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 353780, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
(from rev 353780, chromium/trunk/chromium-glibc-2.29.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 353780, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 353780, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 353780, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 353780, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  460 -
 chromium-fix-the-flash-for-new-windows.patch |  108 ++---
 chromium-fix-window-flash-for-some-WMs.patch |  196 +-
 chromium-glibc-2.29.patch|  210 +--
 chromium-skia-harmony.patch  |   26 -
 chromium-system-icu.patch|   38 +-
 chromium-widevine.patch  |   44 +-
 chromium.install |   32 -
 8 files changed, 557 insertions(+), 557 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 00:24:55 UTC (rev 353780)
+++ PKGBUILD2019-05-22 00:25:05 UTC (rev 353781)
@@ -1,230 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=74.0.3729.157
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-glibc-2.29.patch
-chromium-fix-the-flash-for-new-windows.patch
-chromium-fix-window-flash-for-some-WMs.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('dcbe311d6ba7124496beca4a7ae401ac072c1f8e1a47d17b0919dba1b5962e06'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
-'6d82c052eb1f1ae5644a09f7ad7a88d9e2966d1836124445ca4df93b7657c10a'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 353273, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
(from rev 353273, 
chromium/trunk/chromium-fix-the-flash-for-new-windows.patch)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 353273, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
(from rev 353273, chromium/trunk/chromium-glibc-2.29.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 353273, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 353273, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 353273, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 353273, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  460 -
 chromium-fix-the-flash-for-new-windows.patch |  108 ++---
 chromium-fix-window-flash-for-some-WMs.patch |  196 +-
 chromium-glibc-2.29.patch|  210 +--
 chromium-skia-harmony.patch  |   26 -
 chromium-system-icu.patch|   38 +-
 chromium-widevine.patch  |   44 +-
 chromium.install |   32 -
 8 files changed, 557 insertions(+), 557 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-15 04:18:27 UTC (rev 353273)
+++ PKGBUILD2019-05-15 04:18:39 UTC (rev 353274)
@@ -1,230 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=74.0.3729.131
-pkgrel=3
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-glibc-2.29.patch
-chromium-fix-the-flash-for-new-windows.patch
-chromium-fix-window-flash-for-some-WMs.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('d178c7842f8f858ac876d88ce866cbd2132d7ca6c73940613ebf7e9c3fada986'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
-'6d82c052eb1f1ae5644a09f7ad7a88d9e2966d1836124445ca4df93b7657c10a'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [

[arch-commits] Commit in chromium/repos/extra-x86_64 (15 files)

2019-05-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 7, 2019 @ 18:20:35
  Author: foutrelis
Revision: 352731

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 352730, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
(from rev 352730, 
chromium/trunk/chromium-fix-the-flash-for-new-windows.patch)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 352730, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
(from rev 352730, chromium/trunk/chromium-glibc-2.29.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 352730, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 352730, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 352730, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 352730, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  457 -
 chromium-fix-the-flash-for-new-windows.patch |  108 ++---
 chromium-fix-window-flash-for-some-WMs.patch |   98 +
 chromium-glibc-2.29.patch|  210 +--
 chromium-skia-harmony.patch  |   26 -
 chromium-system-icu.patch|   38 +-
 chromium-widevine.patch  |   44 +-
 chromium.install |   32 -
 8 files changed, 557 insertions(+), 456 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-07 18:20:22 UTC (rev 352730)
+++ PKGBUILD2019-05-07 18:20:35 UTC (rev 352731)
@@ -1,227 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=74.0.3729.131
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-glibc-2.29.patch
-chromium-fix-the-flash-for-new-windows.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('d178c7842f8f858ac876d88ce866cbd2132d7ca6c73940613ebf7e9c3fada986'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
-'6d82c052eb1f1ae5644a09f7ad7a88d9e2966d1836124445ca4df93b7657c10a'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/ho

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2019-05-03 Thread Evangelos Foutras via arch-commits
Date: Friday, May 3, 2019 @ 22:59:35
  Author: foutrelis
Revision: 352454

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 352453, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-the-flash-for-new-windows.patch
(from rev 352453, 
chromium/trunk/chromium-fix-the-flash-for-new-windows.patch)
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
(from rev 352453, chromium/trunk/chromium-glibc-2.29.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 352453, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 352453, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 352453, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 352453, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  449 -
 chromium-fix-the-flash-for-new-windows.patch |   54 +++
 chromium-glibc-2.29.patch|  210 +--
 chromium-skia-harmony.patch  |   26 -
 chromium-system-icu.patch|   38 +-
 chromium-widevine.patch  |   44 +-
 chromium.install |   32 -
 7 files changed, 456 insertions(+), 397 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-03 22:59:24 UTC (rev 352453)
+++ PKGBUILD2019-05-03 22:59:35 UTC (rev 352454)
@@ -1,222 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=74.0.3729.131
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-glibc-2.29.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('d178c7842f8f858ac876d88ce866cbd2132d7ca6c73940613ebf7e9c3fada986'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/

[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 352332, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
(from rev 352332, chromium/trunk/chromium-glibc-2.29.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 352332, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 352332, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 352332, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 352332, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  444 +-
 chromium-glibc-2.29.patch   |  203 +--
 chromium-skia-harmony.patch |   26 +-
 chromium-system-icu.patch   |   38 +--
 chromium-widevine.patch |   44 ++--
 chromium.install|   32 +--
 6 files changed, 397 insertions(+), 390 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-01 04:00:09 UTC (rev 352332)
+++ PKGBUILD2019-05-01 04:00:17 UTC (rev 352333)
@@ -1,222 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=74.0.3729.108
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-glibc-2.29.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('1e1e5e06fe24309377630800b44b5c6b624b7c722b5d9789abe80a962b945b6f'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'89ca1ac8394ec0920357ff64ba46573e978e9be64f82aa0fc225b36e30d5842c'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
-tools/generate_shim_headers/generate_shim_headers.py
-
-  # https://crbug.com/893950
-  sed -i -e 's/\/malloc/' -e 's/\/free/' \
-third_party/blink/renderer/core/xml/*.cc \
-third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
-th

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2019-04-23 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 23, 2019 @ 21:07:28
  Author: foutrelis
Revision: 352025

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 352024, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
(from rev 352024, chromium/trunk/chromium-glibc-2.29.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 352024, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 352024, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 352024, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 352024, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
  chromium/repos/extra-x86_64/chromium-color_utils-use-std-sqrt.patch
  chromium/repos/extra-x86_64/chromium-media-fix-build-with-libstdc++.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  454 
--
 chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch |   34 
 chromium-color_utils-use-std-sqrt.patch  |   48 -
 chromium-glibc-2.29.patch|   98 ++
 chromium-media-fix-build-with-libstdc++.patch|   48 -
 chromium-skia-harmony.patch  |   26 
 chromium-system-icu.patch|   38 
 chromium-widevine.patch  |   44 
 chromium.install |   32 
 9 files changed, 390 insertions(+), 432 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-23 21:07:13 UTC (rev 352024)
+++ PKGBUILD2019-04-23 21:07:28 UTC (rev 352025)
@@ -1,232 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=73.0.3683.103
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-color_utils-use-std-sqrt.patch
-chromium-media-fix-build-with-libstdc++.patch
-chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('eb02c419de98bb8849fd0a37a3e7bbb813938c37e3d6b2c2526df3e84f9653af'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa'
-'f51fe91427d8638c5551746d2ec7de99e8059dd76889cfeaee8ca3d8fed62265'
-'f2b12ccf83a8e0adda4a87ae5c983df5e092ccf1f9a6f2e05799ce4d451dbda1'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwan

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 349842, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
(from rev 349842, 
chromium/trunk/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch)
  chromium/repos/extra-x86_64/chromium-color_utils-use-std-sqrt.patch
(from rev 349842, chromium/trunk/chromium-color_utils-use-std-sqrt.patch)
  chromium/repos/extra-x86_64/chromium-media-fix-build-with-libstdc++.patch
(from rev 349842, 
chromium/trunk/chromium-media-fix-build-with-libstdc++.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 349842, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 349842, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 349842, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 349842, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
  chromium/repos/extra-x86_64/chromium-color_utils-use-std-sqrt.patch
  chromium/repos/extra-x86_64/chromium-media-fix-build-with-libstdc++.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  470 
--
 chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch |   68 -
 chromium-color_utils-use-std-sqrt.patch  |   96 +-
 chromium-media-fix-build-with-libstdc++.patch|   96 +-
 chromium-skia-harmony.patch  |   26 
 chromium-system-icu.patch|   38 
 chromium-widevine.patch  |   44 
 chromium.install |   32 
 8 files changed, 432 insertions(+), 438 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 04:43:09 UTC (rev 349842)
+++ PKGBUILD2019-04-05 04:43:19 UTC (rev 349843)
@@ -1,238 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=73.0.3683.86
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-color_utils-use-std-sqrt.patch
-chromium-media-fix-build-with-libstdc++.patch
-chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('9ebb731576d25901cee5505f3458cf7780b0a39243743d7779f66514716bbfa3'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa'
-'f51fe91427d8638c5551746d2ec7de99e8059dd76889cfeaee8ca3d8fed62265'
-'f2b12ccf83a8e0adda4a87ae5c983df5e092ccf1f9a6f2e05799ce4d451dbda1'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

2019-03-20 Thread Evangelos Foutras via arch-commits
Date: Thursday, March 21, 2019 @ 03:05:10
  Author: foutrelis
Revision: 348777

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 348776, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
(from rev 348776, 
chromium/trunk/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch)
  chromium/repos/extra-x86_64/chromium-color_utils-use-std-sqrt.patch
(from rev 348776, chromium/trunk/chromium-color_utils-use-std-sqrt.patch)
  chromium/repos/extra-x86_64/chromium-media-fix-build-with-libstdc++.patch
(from rev 348776, 
chromium/trunk/chromium-media-fix-build-with-libstdc++.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 348776, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 348776, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 348776, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 348776, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
  chromium/repos/extra-x86_64/chromium-color_utils-use-std-sqrt.patch
  chromium/repos/extra-x86_64/chromium-media-fix-build-with-libstdc++.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  476 
+-
 chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch |   68 -
 chromium-color_utils-use-std-sqrt.patch  |   96 +-
 chromium-media-fix-build-with-libstdc++.patch|   96 +-
 chromium-skia-harmony.patch  |   26 
 chromium-system-icu.patch|   38 
 chromium-widevine.patch  |   44 
 chromium.install |   32 
 8 files changed, 438 insertions(+), 438 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-21 03:04:58 UTC (rev 348776)
+++ PKGBUILD2019-03-21 03:05:10 UTC (rev 348777)
@@ -1,238 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=73.0.3683.75
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-color_utils-use-std-sqrt.patch
-chromium-media-fix-build-with-libstdc++.patch
-chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('8304810626c69c296b3262844e20052e7476280b634c525a711a7f6c0e3dd57c'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa'
-'f51fe91427d8638c5551746d2ec7de99e8059dd76889cfeaee8ca3d8fed62265'
-'f2b12ccf83a8e0adda4a87ae5c983df5e092ccf1f9a6f2e05799ce4d451dbda1'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freety

[arch-commits] Commit in chromium/repos/extra-x86_64 (18 files)

2019-03-15 Thread Evangelos Foutras via arch-commits
Date: Friday, March 15, 2019 @ 20:51:34
  Author: foutrelis
Revision: 348361

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 348360, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
(from rev 348360, 
chromium/trunk/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch)
  chromium/repos/extra-x86_64/chromium-color_utils-use-std-sqrt.patch
(from rev 348360, chromium/trunk/chromium-color_utils-use-std-sqrt.patch)
  chromium/repos/extra-x86_64/chromium-media-fix-build-with-libstdc++.patch
(from rev 348360, 
chromium/trunk/chromium-media-fix-build-with-libstdc++.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 348360, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 348360, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 348360, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 348360, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
  chromium/repos/extra-x86_64/chromium-color_utils-use-std-sqrt.patch
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
  chromium/repos/extra-x86_64/chromium-media-fix-build-with-libstdc++.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-vaapi.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  488 
--
 chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch |   68 -
 chromium-color_utils-use-std-sqrt.patch  |   96 -
 chromium-drirc-disable-10bpc-color-configs.conf  |   15 
 chromium-media-fix-build-with-libstdc++.patch|   96 -
 chromium-skia-harmony.patch  |   26 
 chromium-system-icu.patch|   38 
 chromium-vaapi.patch |  116 --
 chromium-widevine.patch  |   44 
 chromium.install |   32 
 10 files changed, 438 insertions(+), 581 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 20:51:15 UTC (rev 348360)
+++ PKGBUILD2019-03-15 20:51:34 UTC (rev 348361)
@@ -1,250 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=73.0.3683.75
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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' 'libva'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-replaces=('chromium-vaapi' 'chromium-vaapi-bin')
-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
-chromium-drirc-disable-10bpc-color-configs.conf
-chromium-system-icu.patch
-chromium-vaapi.patch
-chromium-color_utils-use-std-sqrt.patch
-chromium-media-fix-build-with-libstdc++.patch
-chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('8304810626c69c296b3262844e20052e7476280b634c525a711a7f6c0e3dd57c'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'e87ede45edf39ac19e56ac1ae49c9d1f5f5130e5838bcbb4c3d4fb16e55575c0'
-'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa'

[arch-commits] Commit in chromium/repos/extra-x86_64 (21 files)

2019-03-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 12, 2019 @ 19:47:34
  Author: foutrelis
Revision: 347804

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 347803, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
(from rev 347803, 
chromium/trunk/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch)
  chromium/repos/extra-x86_64/chromium-color_utils-use-std-sqrt.patch
(from rev 347803, chromium/trunk/chromium-color_utils-use-std-sqrt.patch)
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
(from rev 347803, 
chromium/trunk/chromium-drirc-disable-10bpc-color-configs.conf)
  chromium/repos/extra-x86_64/chromium-media-fix-build-with-libstdc++.patch
(from rev 347803, 
chromium/trunk/chromium-media-fix-build-with-libstdc++.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 347803, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 347803, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-vaapi.patch
(from rev 347803, chromium/trunk/chromium-vaapi.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 347803, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 347803, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
  
chromium/repos/extra-x86_64/chromium-enable-mojo-video-decoders-by-default.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
  chromium/repos/extra-x86_64/chromium-vaapi.patch
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  498 
+-
 chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch |   34 
 chromium-color_utils-use-std-sqrt.patch  |   48 
 chromium-drirc-disable-10bpc-color-configs.conf  |   30 
 chromium-enable-mojo-video-decoders-by-default.patch |  104 --
 chromium-media-fix-build-with-libstdc++.patch|   48 
 chromium-skia-harmony.patch  |   26 
 chromium-system-icu.patch|   38 
 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch|   74 -
 chromium-vaapi-relax-the-version-check-for-VA-API.patch  |   62 -
 chromium-vaapi.patch |  232 ++--
 chromium-webrtc-missing-header.patch |   10 
 chromium-widevine.patch  |   44 
 chromium.install |   32 
 14 files changed, 581 insertions(+), 699 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-12 19:47:16 UTC (rev 347803)
+++ PKGBUILD2019-03-12 19:47:34 UTC (rev 347804)
@@ -1,248 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=72.0.3626.121
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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' 'libva'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-replaces=('chromium-vaapi' 'chromium-vaapi-bin')
-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
-chromium-drirc-disable-10bpc-color-configs.conf
-chromium-system-icu.patch
-chromium-webrtc-missing-header.patch
-chromium-vaapi.patch
-chromium-vaapi-relax-the-v

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

2019-03-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, March 2, 2019 @ 14:19:05
  Author: foutrelis
Revision: 346999

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 346998, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
(from rev 346998, 
chromium/trunk/chromium-drirc-disable-10bpc-color-configs.conf)
  
chromium/repos/extra-x86_64/chromium-enable-mojo-video-decoders-by-default.patch
(from rev 346998, 
chromium/trunk/chromium-enable-mojo-video-decoders-by-default.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 346998, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 346998, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
(from rev 346998, 
chromium/trunk/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch)
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
(from rev 346998, 
chromium/trunk/chromium-vaapi-relax-the-version-check-for-VA-API.patch)
  chromium/repos/extra-x86_64/chromium-vaapi.patch
(from rev 346998, chromium/trunk/chromium-vaapi.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
(from rev 346998, chromium/trunk/chromium-webrtc-missing-header.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 346998, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 346998, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
  
chromium/repos/extra-x86_64/chromium-enable-mojo-video-decoders-by-default.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
  chromium/repos/extra-x86_64/chromium-vaapi.patch
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  496 +++---
 chromium-drirc-disable-10bpc-color-configs.conf |   30 
 chromium-enable-mojo-video-decoders-by-default.patch|  208 ++---
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 -
 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch   |  148 ++--
 chromium-vaapi-relax-the-version-check-for-VA-API.patch |  124 +--
 chromium-vaapi.patch|  232 +++---
 chromium-webrtc-missing-header.patch|   20 
 chromium-widevine.patch |   44 -
 chromium.install|   32 
 11 files changed, 699 insertions(+), 699 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 14:18:51 UTC (rev 346998)
+++ PKGBUILD2019-03-02 14:19:05 UTC (rev 346999)
@@ -1,248 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=72.0.3626.119
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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' 'libva'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-replaces=('chromium-vaapi' 'chromium-vaapi-bin')
-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
-chromium-drirc-disable-10bpc-color-configs.conf
-chromium-system-icu.patch
-chromium-webrtc-missing-header.patch
-chromium-vaapi.patch
-chromium-vaapi-relax-the-version-check-for-VA-API.patch
-chromium-enable-mojo-video-decoders-by-default.patch
-chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
-chromiu

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 346654, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
(from rev 346654, 
chromium/trunk/chromium-drirc-disable-10bpc-color-configs.conf)
  
chromium/repos/extra-x86_64/chromium-enable-mojo-video-decoders-by-default.patch
(from rev 346654, 
chromium/trunk/chromium-enable-mojo-video-decoders-by-default.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 346654, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 346654, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
(from rev 346654, 
chromium/trunk/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch)
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
(from rev 346654, 
chromium/trunk/chromium-vaapi-relax-the-version-check-for-VA-API.patch)
  chromium/repos/extra-x86_64/chromium-vaapi.patch
(from rev 346654, chromium/trunk/chromium-vaapi.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
(from rev 346654, chromium/trunk/chromium-webrtc-missing-header.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 346654, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 346654, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
  
chromium/repos/extra-x86_64/chromium-enable-mojo-video-decoders-by-default.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
  chromium/repos/extra-x86_64/chromium-vaapi.patch
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  496 +++---
 chromium-drirc-disable-10bpc-color-configs.conf |   30 
 chromium-enable-mojo-video-decoders-by-default.patch|  208 ++---
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 -
 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch   |  148 ++--
 chromium-vaapi-relax-the-version-check-for-VA-API.patch |  124 +--
 chromium-vaapi.patch|  232 +++---
 chromium-webrtc-missing-header.patch|   20 
 chromium-widevine.patch |   44 -
 chromium.install|   32 
 11 files changed, 699 insertions(+), 699 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-22 10:45:27 UTC (rev 346654)
+++ PKGBUILD2019-02-22 10:45:43 UTC (rev 346655)
@@ -1,248 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=72.0.3626.109
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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' 'libva'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-replaces=('chromium-vaapi' 'chromium-vaapi-bin')
-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
-chromium-drirc-disable-10bpc-color-configs.conf
-chromium-system-icu.patch
-chromium-webrtc-missing-header.patch
-chromium-vaapi.patch
-chromium-vaapi-relax-the-version-check-for-VA-API.patch
-chromium-enable-mojo-video-decoders-by-default.patch
-chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
-chrom

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 346263, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
(from rev 346263, 
chromium/trunk/chromium-drirc-disable-10bpc-color-configs.conf)
  
chromium/repos/extra-x86_64/chromium-enable-mojo-video-decoders-by-default.patch
(from rev 346263, 
chromium/trunk/chromium-enable-mojo-video-decoders-by-default.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 346263, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 346263, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
(from rev 346263, 
chromium/trunk/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch)
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
(from rev 346263, 
chromium/trunk/chromium-vaapi-relax-the-version-check-for-VA-API.patch)
  chromium/repos/extra-x86_64/chromium-vaapi.patch
(from rev 346263, chromium/trunk/chromium-vaapi.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
(from rev 346263, chromium/trunk/chromium-webrtc-missing-header.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 346263, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 346263, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
  
chromium/repos/extra-x86_64/chromium-enable-mojo-video-decoders-by-default.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
  chromium/repos/extra-x86_64/chromium-vaapi.patch
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  496 +++---
 chromium-drirc-disable-10bpc-color-configs.conf |   30 
 chromium-enable-mojo-video-decoders-by-default.patch|  208 ++---
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 -
 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch   |  148 ++--
 chromium-vaapi-relax-the-version-check-for-VA-API.patch |  124 +--
 chromium-vaapi.patch|  232 +++---
 chromium-webrtc-missing-header.patch|   20 
 chromium-widevine.patch |   44 -
 chromium.install|   32 
 11 files changed, 699 insertions(+), 699 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 13:24:04 UTC (rev 346263)
+++ PKGBUILD2019-02-14 13:24:22 UTC (rev 346264)
@@ -1,248 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=72.0.3626.96
-pkgrel=3
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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' 'libva'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-replaces=('chromium-vaapi' 'chromium-vaapi-bin')
-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
-chromium-drirc-disable-10bpc-color-configs.conf
-chromium-system-icu.patch
-chromium-webrtc-missing-header.patch
-chromium-vaapi.patch
-chromium-vaapi-relax-the-version-check-for-VA-API.patch
-chromium-enable-mojo-video-decoders-by-default.patch
-chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
-chro

[arch-commits] Commit in chromium/repos/extra-x86_64 (20 files)

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 09:33:54
  Author: foutrelis
Revision: 345634

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 345633, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf
(from rev 345633, 
chromium/trunk/chromium-drirc-disable-10bpc-color-configs.conf)
  
chromium/repos/extra-x86_64/chromium-enable-mojo-video-decoders-by-default.patch
(from rev 345633, 
chromium/trunk/chromium-enable-mojo-video-decoders-by-default.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 345633, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 345633, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
(from rev 345633, 
chromium/trunk/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch)
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
(from rev 345633, 
chromium/trunk/chromium-vaapi-relax-the-version-check-for-VA-API.patch)
  chromium/repos/extra-x86_64/chromium-vaapi.patch
(from rev 345633, chromium/trunk/chromium-vaapi.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
(from rev 345633, chromium/trunk/chromium-webrtc-missing-header.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 345633, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 345633, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
  chromium/repos/extra-x86_64/chromium-vaapi.patch
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  487 +++---
 chromium-drirc-disable-10bpc-color-configs.conf |   15 
 chromium-enable-mojo-video-decoders-by-default.patch|  104 ++
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 -
 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch   |  148 ++--
 chromium-vaapi-relax-the-version-check-for-VA-API.patch |  124 +--
 chromium-vaapi.patch|  288 +++-
 chromium-webrtc-missing-header.patch|   20 
 chromium-widevine.patch |   44 -
 chromium.install|   32 
 11 files changed, 699 insertions(+), 627 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 09:33:40 UTC (rev 345633)
+++ PKGBUILD2019-02-08 09:33:54 UTC (rev 345634)
@@ -1,239 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=72.0.3626.96
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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' 'libva'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-webrtc-missing-header.patch
-chromium-vaapi.patch
-chromium-vaapi-relax-the-version-check-for-VA-API.patch
-chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('b2daf52aac4d9eba0ab9f034db6f2411ad6930dd02544c4b583e3a6e49dcaa3b'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'63cbed7d7af327c17878a20

[arch-commits] Commit in chromium/repos/extra-x86_64 (15 files)

2019-02-07 Thread Evangelos Foutras via arch-commits
Date: Thursday, February 7, 2019 @ 20:18:44
  Author: foutrelis
Revision: 345622

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 345621, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 345621, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 345621, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch
(from rev 345621, 
chromium/trunk/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch)
  
chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch
(from rev 345621, 
chromium/trunk/chromium-vaapi-relax-the-version-check-for-VA-API.patch)
  chromium/repos/extra-x86_64/chromium-vaapi.patch
(from rev 345621, chromium/trunk/chromium-vaapi.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
(from rev 345621, chromium/trunk/chromium-webrtc-missing-header.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 345621, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 345621, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  466 +++---
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 -
 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch   |   74 ++
 chromium-vaapi-relax-the-version-check-for-VA-API.patch |   62 +
 chromium-vaapi.patch|  172 +
 chromium-webrtc-missing-header.patch|   20 
 chromium-widevine.patch |   44 -
 chromium.install|   32 
 9 files changed, 627 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-07 20:18:33 UTC (rev 345621)
+++ PKGBUILD2019-02-07 20:18:44 UTC (rev 345622)
@@ -1,227 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=72.0.3626.96
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-webrtc-missing-header.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('b2daf52aac4d9eba0ab9f034db6f2411ad6930dd02544c4b583e3a6e49dcaa3b'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'63cbed7d7af327c17878a2066c303f106ff08636372721845131f7ff13d87b44'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_

[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 345342, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 345342, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 345342, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
(from rev 345342, chromium/trunk/chromium-webrtc-missing-header.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 345342, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 345342, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  454 -
 chromium-skia-harmony.patch  |   26 -
 chromium-system-icu.patch|   38 +-
 chromium-webrtc-missing-header.patch |   20 -
 chromium-widevine.patch  |   44 +--
 chromium.install |   32 +-
 6 files changed, 307 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-07 06:49:44 UTC (rev 345342)
+++ PKGBUILD2019-02-07 06:49:55 UTC (rev 345343)
@@ -1,227 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=72.0.3626.81
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- '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'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-system-icu.patch
-chromium-webrtc-missing-header.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('dfe89fe389008e6d2098099948d10774989d2f3e8dca6ace78ea4ec636dd8006'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'63cbed7d7af327c17878a2066c303f106ff08636372721845131f7ff13d87b44'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
-tools/generate_shim_headers/generate_shim_headers.py
-
-  # https://crbug.com/893950
-  sed -i -e 's/\/malloc/' -e 's/\/free/' \
-third_

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2019-01-29 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 30, 2019 @ 07:26:11
  Author: foutrelis
Revision: 344937

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 344936, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 344936, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 344936, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
(from rev 344936, chromium/trunk/chromium-webrtc-missing-header.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 344936, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 344936, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-nav-preload-with-third-party-cookie-blocking.patch

+
 PKGBUILD   |  459 +++
 chromium-harfbuzz-r0.patch |   80 --
 chromium-skia-harmony.patch|   90 --
 chromium-system-icu.patch  |   38 -
 chromium-webrtc-missing-header.patch   |   10 
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 fix-nav-preload-with-third-party-cookie-blocking.patch |   40 -
 8 files changed, 307 insertions(+), 486 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-30 07:26:02 UTC (rev 344936)
+++ PKGBUILD2019-01-30 07:26:11 UTC (rev 344937)
@@ -1,232 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=71.0.3578.98
-pkgrel=3
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-fix-nav-preload-with-third-party-cookie-blocking.patch
-chromium-harfbuzz-r0.patch
-chromium-system-icu.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d2c497f3400baad7d380305f4705fd1e5b9f70a8460384490a1bb78e1c2b0f23'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_def

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2019-01-04 Thread Evangelos Foutras via arch-commits
Date: Saturday, January 5, 2019 @ 06:13:54
  Author: foutrelis
Revision: 342977

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 342976, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
(from rev 342976, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 342976, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 342976, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 342976, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 342976, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-nav-preload-with-third-party-cookie-blocking.patch
(from rev 342976, 
chromium/trunk/fix-nav-preload-with-third-party-cookie-blocking.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/enable-ServiceWorkerServicification-by-default.patch

+
 PKGBUILD   |  464 +++
 chromium-harfbuzz-r0.patch |  160 ++---
 chromium-skia-harmony.patch|  154 ++--
 chromium-system-icu.patch  |   38 -
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 enable-ServiceWorkerServicification-by-default.patch   |   28 
 fix-nav-preload-with-third-party-cookie-blocking.patch |   40 +
 8 files changed, 486 insertions(+), 474 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 06:13:44 UTC (rev 342976)
+++ PKGBUILD2019-01-05 06:13:54 UTC (rev 342977)
@@ -1,232 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=71.0.3578.98
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-enable-ServiceWorkerServicification-by-default.patch
-chromium-harfbuzz-r0.patch
-chromium-system-icu.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d8736348aef47c92f417f38cb4eaab45e75c48b16e3dd3bbe2e4ef64d858b97a'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These ar

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2018-12-16 Thread Evangelos Foutras via arch-commits
Date: Monday, December 17, 2018 @ 05:57:05
  Author: foutrelis
Revision: 342426

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 342425, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
(from rev 342425, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 342425, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 342425, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 342425, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 342425, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/enable-ServiceWorkerServicification-by-default.patch
(from rev 342425, 
chromium/trunk/enable-ServiceWorkerServicification-by-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  459 -
 chromium-harfbuzz-r0.patch   |  160 ++---
 chromium-skia-harmony.patch  |  154 ++---
 chromium-system-icu.patch|   38 -
 chromium-widevine.patch  |   44 -
 chromium.install |   32 -
 enable-ServiceWorkerServicification-by-default.patch |   28 +
 7 files changed, 474 insertions(+), 441 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 05:56:56 UTC (rev 342425)
+++ PKGBUILD2018-12-17 05:57:05 UTC (rev 342426)
@@ -1,227 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=71.0.3578.98
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-harfbuzz-r0.patch
-chromium-system-icu.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgnam

[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 341628, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
(from rev 341628, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 341628, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 341628, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 341628, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 341628, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  454 +-
 chromium-harfbuzz-r0.patch  |  160 +++---
 chromium-skia-harmony.patch |  154 +++---
 chromium-system-icu.patch   |   38 +--
 chromium-widevine.patch |   44 ++--
 chromium.install|   32 +-
 6 files changed, 441 insertions(+), 441 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-13 02:56:18 UTC (rev 341628)
+++ PKGBUILD2018-12-13 02:56:28 UTC (rev 341629)
@@ -1,227 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=71.0.3578.80
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-chromium-harfbuzz-r0.patch
-chromium-system-icu.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('025b3520750d11f260acc4cbff5759137444ffb4c82361138dfd22f87b77ad0d'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
-tools/generate_shim_headers/generate_shim_headers.py
-
-  # https://crbug.com/893950
-  sed -i -e 's/\/malloc/' -e 's/\/free/' \
-third_party/blink/renderer/core/xml/*.cc \
-third_party/blink/renderer/core/xml/parser/xml_

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2018-12-04 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 5, 2018 @ 07:44:53
  Author: foutrelis
Revision: 341016

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 341015, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
(from rev 341015, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 341015, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 341015, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 341015, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 341015, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch

--+
 PKGBUILD |  452 ++---
 chromium-harfbuzz-r0.patch   |  160 ++--
 chromium-skia-harmony.patch  |  154 ++--
 chromium-system-icu.patch|   38 -
 chromium-widevine-r2.patch   |   39 -
 chromium-widevine.patch  |   22 
 chromium.install |   32 
 include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch |   30 
 8 files changed, 441 insertions(+), 486 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 07:44:43 UTC (rev 341015)
+++ PKGBUILD2018-12-05 07:44:53 UTC (rev 341016)
@@ -1,225 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=70.0.3538.110
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-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)
-sha256sums=('445ef88fcf283206c1eba4faeb1c186c805e053d8b4ffeac1fcb88187bc1942f'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_g

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2018-11-19 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 20, 2018 @ 03:37:02
  Author: foutrelis
Revision: 340154

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 340153, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
(from rev 340153, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 340153, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 340153, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 340153, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 340153, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
(from rev 340153, 
chromium/trunk/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch

--+
 PKGBUILD |  453 ++---
 chromium-harfbuzz-r0.patch   |  160 ++--
 chromium-skia-harmony.patch  |  154 ++--
 chromium-system-icu.patch|   38 -
 chromium-widevine-r2.patch   |   78 +-
 chromium.install |   32 
 include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch |   60 -
 7 files changed, 486 insertions(+), 489 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 03:36:41 UTC (rev 340153)
+++ PKGBUILD2018-11-20 03:37:02 UTC (rev 340154)
@@ -1,228 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=70.0.3538.102
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-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)
-sha256sums=('dc9d8b86d7f0d4afa085904a8d98d48f34db3ef704a47795d4b60dae473ea4db'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 339405, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
(from rev 339405, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 339405, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 339405, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 339405, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 339405, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
(from rev 339405, 
chromium/trunk/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch

--+
 PKGBUILD |  453 ++---
 chromium-harfbuzz-r0.patch   |  160 ++--
 chromium-skia-harmony.patch  |  154 ++--
 chromium-system-icu.patch|   38 -
 chromium-widevine-r2.patch   |   78 +-
 chromium.install |   32 
 include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch |   60 -
 7 files changed, 489 insertions(+), 486 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-13 15:37:05 UTC (rev 339405)
+++ PKGBUILD2018-11-13 15:37:16 UTC (rev 339406)
@@ -1,225 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=70.0.3538.77
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-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)
-sha256sums=('c914f86c4c8375b719eca89ea89dbec4ae3d09df3f758d5f7c91d4914d290449'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY.

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 337307, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
(from rev 337307, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 337307, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 337307, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 337307, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 337307, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
(from rev 337307, 
chromium/trunk/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch

--+
 PKGBUILD |  447 ++---
 chromium-harfbuzz-r0.patch   |   80 ++
 chromium-skia-harmony.patch  |  154 ++--
 chromium-system-icu.patch|   38 -
 chromium-widevine-r2.patch   |   78 +-
 chromium.install |   32 
 include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch |   60 -
 7 files changed, 486 insertions(+), 403 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 20:48:38 UTC (rev 337307)
+++ PKGBUILD2018-10-25 20:48:47 UTC (rev 337308)
@@ -1,222 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=70.0.3538.67
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
-chromium-widevine-r2.patch
-chromium-system-icu.patch
-chromium-skia-harmony.patch)
-sha256sums=('e956c2031f634300ada8c09e0777f0c560f4798963f144edaaec8d43e1e30e37'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'cd1e87bf3618b7897c5caf7b0f4213cfa5ce917acb0613ecd2ab3f830f0cbfbb'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleuse

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2018-10-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, October 17, 2018 @ 04:48:46
  Author: foutrelis
Revision: 336780

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 336779, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 336779, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 336779, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 336779, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 336779, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch
(from rev 336779, 
chromium/trunk/include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch

---+
 PKGBUILD  |  448 +---
 chromium-skia-harmony.patch   |  154 ++--
 chromium-system-icu.patch |   38 -
 chromium-widevine-r2.patch|   78 +-
 chromium.install  |   32 
 fix-cfi-icall-failure-with-use_system_libjpeg-true.patch  |   52 -
 include-stdint.h-in-pdfium_mem_buffer_file_write.h.patch  |   30 
 only-disable-cfi-icall-when-use_system_libjpeg-true.patch |   34 
 8 files changed, 403 insertions(+), 463 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-17 04:48:35 UTC (rev 336779)
+++ PKGBUILD2018-10-17 04:48:46 UTC (rev 336780)
@@ -1,226 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=69.0.3497.100
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
-only-disable-cfi-icall-when-use_system_libjpeg-true.patch
-chromium-widevine-r2.patch
-chromium-system-icu.patch
-chromium-skia-harmony.patch)
-sha256sums=('e3391560e73e25fb4afc3f2dd5616607e2dbfc58aa88251a2c5d6b7096fe9e35'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'97b421bc60a4abdf37de2d88a51b973e9f68fb44d1eccd464adfb3d9f5d71478'
-'9cae9ded6497afd15ad72d963897425ab6c7f28941bb3c3948e7996610a0d180'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Li

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 02:08:05
  Author: foutrelis
Revision: 334830

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 334829, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 334829, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 334829, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 334829, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 334829, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
(from rev 334829, 
chromium/trunk/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch)
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch
(from rev 334829, 
chromium/trunk/only-disable-cfi-icall-when-use_system_libjpeg-true.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch

---+
 PKGBUILD  |  452 ++--
 chromium-skia-harmony.patch   |  154 ++--
 chromium-system-icu.patch |   38 -
 chromium-widevine-r2.patch|   78 +-
 chromium.install  |   32 
 fix-cfi-icall-failure-with-use_system_libjpeg-true.patch  |  104 +-
 only-disable-cfi-icall-when-use_system_libjpeg-true.patch |   68 -
 7 files changed, 463 insertions(+), 463 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 02:07:52 UTC (rev 334829)
+++ PKGBUILD2018-09-18 02:08:05 UTC (rev 334830)
@@ -1,226 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=69.0.3497.92
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
-only-disable-cfi-icall-when-use_system_libjpeg-true.patch
-chromium-widevine-r2.patch
-chromium-system-icu.patch
-chromium-skia-harmony.patch)
-sha256sums=('3bdda20b49953b025a788c5c992accfa43057310afaa02bce67c8d709eb5a019'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'97b421bc60a4abdf37de2d88a51b973e9f68fb44d1eccd464adfb3d9f5d71478'
-'9cae9ded6497afd15ad72d963897425ab6c7f28941bb3c3948e7996610a0d180'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 334404, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 334404, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 334404, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 334404, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 334404, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
(from rev 334404, 
chromium/trunk/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch)
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch
(from rev 334404, 
chromium/trunk/only-disable-cfi-icall-when-use_system_libjpeg-true.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch

---+
 PKGBUILD  |  453 +---
 chromium-skia-harmony.patch   |  154 ++--
 chromium-system-icu.patch |   38 -
 chromium-widevine-r2.patch|   78 +-
 chromium.install  |   32 
 fix-cfi-icall-failure-with-use_system_libjpeg-true.patch  |  104 +-
 only-disable-cfi-icall-when-use_system_libjpeg-true.patch |   68 -
 7 files changed, 463 insertions(+), 464 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-12 00:20:27 UTC (rev 334404)
+++ PKGBUILD2018-09-12 00:20:38 UTC (rev 334405)
@@ -1,227 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=69.0.3497.81
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- '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'
-'kwallet: for storing passwords in KWallet')
-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
-fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
-only-disable-cfi-icall-when-use_system_libjpeg-true.patch
-chromium-widevine-r2.patch
-chromium-system-icu.patch
-chromium-skia-harmony.patch)
-sha256sums=('165ac7d0d4588e6b4a16331e0a9906ed013f2d29a96b54f0ea78fa0298f97144'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'97b421bc60a4abdf37de2d88a51b973e9f68fb44d1eccd464adfb3d9f5d71478'
-'9cae9ded6497afd15ad72d963897425ab6c7f28941bb3c3948e7996610a0d180'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(

[arch-commits] Commit in chromium/repos/extra-x86_64 (19 files)

2018-09-04 Thread Evangelos Foutras via arch-commits
Date: Wednesday, September 5, 2018 @ 02:39:45
  Author: foutrelis
Revision: 81

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 80, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 80, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 80, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 80, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 80, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
(from rev 80, 
chromium/trunk/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch)
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch
(from rev 80, 
chromium/trunk/only-disable-cfi-icall-when-use_system_libjpeg-true.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/blink-disable-XML-catalogs-at-runtime.patch
  chromium/repos/extra-x86_64/chromium-cors-string-r0.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-libjpeg-r0.patch
  chromium/repos/extra-x86_64/chromium-libwebp-shim-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch

---+
 PKGBUILD  |  474 +---
 blink-disable-XML-catalogs-at-runtime.patch   |   47 -
 chromium-cors-string-r0.patch |   51 -
 chromium-ffmpeg-r1.patch  |   22 
 chromium-libjpeg-r0.patch |   62 -
 chromium-libwebp-shim-r0.patch|   43 -
 chromium-skia-harmony.patch   |  154 +--
 chromium-system-icu.patch |   19 
 chromium-widevine-r2.patch|   78 -
 chromium.install  |   32 
 fix-cfi-icall-failure-with-use_system_libjpeg-true.patch  |  104 +-
 only-disable-cfi-icall-when-use_system_libjpeg-true.patch |   68 -
 x11-fix-mixup-between-DIP-pixel-coordinates.patch |   40 -
 13 files changed, 464 insertions(+), 730 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-05 02:39:33 UTC (rev 80)
+++ PKGBUILD2018-09-05 02:39:45 UTC (rev 81)
@@ -1,247 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=68.0.3440.106
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-x11-fix-mixup-between-DIP-pixel-coordinates.patch
-blink-disable-XML-catalogs-at-runtime.patch
-fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
-only-disable-cfi-icall-when-use_system_libjpeg-true.patch
-chromium-cors-string-r0.patch
-chromium-ffmpeg-r1.patch
-chromium-libjpeg-r0.patch
-chromium-libwebp-shim-r0.patch
-chromium-widevine-r2.patch
-chromium-skia-harmony.patch)
-sha256sums=('7021040635a0a0d47f699bdb22e3ef5c91482e4f51b428d1de3016da95f0e698'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
-'98a5c41cf9687c52ee380d2b683c95387334c76254479c347bdb733646dab815

[arch-commits] Commit in chromium/repos/extra-x86_64 (24 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 331270, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/blink-disable-XML-catalogs-at-runtime.patch
(from rev 331270, 
chromium/trunk/blink-disable-XML-catalogs-at-runtime.patch)
  chromium/repos/extra-x86_64/chromium-cors-string-r0.patch
(from rev 331270, chromium/trunk/chromium-cors-string-r0.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 331270, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-libjpeg-r0.patch
(from rev 331270, chromium/trunk/chromium-libjpeg-r0.patch)
  chromium/repos/extra-x86_64/chromium-libwebp-shim-r0.patch
(from rev 331270, chromium/trunk/chromium-libwebp-shim-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 331270, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 331270, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 331270, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
(from rev 331270, 
chromium/trunk/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch)
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch
(from rev 331270, 
chromium/trunk/only-disable-cfi-icall-when-use_system_libjpeg-true.patch)
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch
(from rev 331270, 
chromium/trunk/x11-fix-mixup-between-DIP-pixel-coordinates.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/blink-disable-XML-catalogs-at-runtime.patch
  chromium/repos/extra-x86_64/chromium-cors-string-r0.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-libjpeg-r0.patch
  chromium/repos/extra-x86_64/chromium-libwebp-shim-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch

---+
 PKGBUILD  |  494 ++--
 blink-disable-XML-catalogs-at-runtime.patch   |   94 +-
 chromium-cors-string-r0.patch |  102 +-
 chromium-ffmpeg-r1.patch  |   44 -
 chromium-libjpeg-r0.patch |  124 +--
 chromium-libwebp-shim-r0.patch|   86 +-
 chromium-skia-harmony.patch   |  154 +--
 chromium-widevine-r2.patch|   78 -
 chromium.install  |   32 
 fix-cfi-icall-failure-with-use_system_libjpeg-true.patch  |  104 +-
 only-disable-cfi-icall-when-use_system_libjpeg-true.patch |   68 -
 x11-fix-mixup-between-DIP-pixel-coordinates.patch |   80 -
 12 files changed, 730 insertions(+), 730 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-09 06:54:04 UTC (rev 331270)
+++ PKGBUILD2018-08-09 06:54:19 UTC (rev 331271)
@@ -1,247 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=68.0.3440.84
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-x11-fix-mixup-between-DIP-pixel-coordinates.patch
-blink-disable-XML-catalogs-at-runtime.patch
-fix-cfi-icall-failure-with-u

[arch-commits] Commit in chromium/repos/extra-x86_64 (22 files)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 10:22:04
  Author: foutrelis
Revision: 330143

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 330142, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/blink-disable-XML-catalogs-at-runtime.patch
(from rev 330142, 
chromium/trunk/blink-disable-XML-catalogs-at-runtime.patch)
  chromium/repos/extra-x86_64/chromium-cors-string-r0.patch
(from rev 330142, chromium/trunk/chromium-cors-string-r0.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 330142, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-libjpeg-r0.patch
(from rev 330142, chromium/trunk/chromium-libjpeg-r0.patch)
  chromium/repos/extra-x86_64/chromium-libwebp-shim-r0.patch
(from rev 330142, chromium/trunk/chromium-libwebp-shim-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 330142, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 330142, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 330142, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch
(from rev 330142, 
chromium/trunk/fix-cfi-icall-failure-with-use_system_libjpeg-true.patch)
  
chromium/repos/extra-x86_64/only-disable-cfi-icall-when-use_system_libjpeg-true.patch
(from rev 330142, 
chromium/trunk/only-disable-cfi-icall-when-use_system_libjpeg-true.patch)
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch
(from rev 330142, 
chromium/trunk/x11-fix-mixup-between-DIP-pixel-coordinates.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/blink-disable-XML-catalogs-at-runtime.patch
  chromium/repos/extra-x86_64/chromium-cors-string-r0.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-libjpeg-r0.patch
  chromium/repos/extra-x86_64/chromium-libwebp-shim-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch

---+
 PKGBUILD  |  487 ++--
 blink-disable-XML-catalogs-at-runtime.patch   |   94 +-
 chromium-cors-string-r0.patch |  102 +-
 chromium-ffmpeg-r1.patch  |   44 -
 chromium-libjpeg-r0.patch |  124 +--
 chromium-libwebp-shim-r0.patch|   86 +-
 chromium-skia-harmony.patch   |  154 +--
 chromium-widevine-r2.patch|   78 -
 chromium.install  |   32 
 fix-cfi-icall-failure-with-use_system_libjpeg-true.patch  |   52 +
 only-disable-cfi-icall-when-use_system_libjpeg-true.patch |   34 
 x11-fix-mixup-between-DIP-pixel-coordinates.patch |   80 -
 12 files changed, 730 insertions(+), 637 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-01 10:21:52 UTC (rev 330142)
+++ PKGBUILD2018-08-01 10:22:04 UTC (rev 330143)
@@ -1,240 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=68.0.3440.75
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-x11-fix-mixup-between-DIP-pixel-coordinates.patch
-blink-disable-XML-catalogs-at-runtime.patch
-chromium-cors-string-r0.patch
-chromium-ffmpeg-r1.patch
-chromium-libjpeg-r0.patch
-chromium-libwebp-shim-r0.patch
-chromium-widevine-r2.patch
-chromium-skia-harmony.

[arch-commits] Commit in chromium/repos/extra-x86_64 (18 files)

2018-07-25 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 25, 2018 @ 11:36:04
  Author: foutrelis
Revision: 329533

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 329532, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/blink-disable-XML-catalogs-at-runtime.patch
(from rev 329532, 
chromium/trunk/blink-disable-XML-catalogs-at-runtime.patch)
  chromium/repos/extra-x86_64/chromium-cors-string-r0.patch
(from rev 329532, chromium/trunk/chromium-cors-string-r0.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 329532, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-libjpeg-r0.patch
(from rev 329532, chromium/trunk/chromium-libjpeg-r0.patch)
  chromium/repos/extra-x86_64/chromium-libwebp-shim-r0.patch
(from rev 329532, chromium/trunk/chromium-libwebp-shim-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 329532, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 329532, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 329532, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch
(from rev 329532, 
chromium/trunk/x11-fix-mixup-between-DIP-pixel-coordinates.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/blink-disable-XML-catalogs-at-runtime.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch

+
 PKGBUILD   |  475 +--
 blink-disable-XML-catalogs-at-runtime.patch|   94 +-
 chromium-cors-string-r0.patch  |   51 +
 chromium-ffmpeg-r1.patch   |   44 -
 chromium-libjpeg-r0.patch  |   62 +
 chromium-libwebp-shim-r0.patch |   43 
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine-r2.patch |   78 -
 chromium.install   |   32 
 remove-dependency-on-ffmpeg-internals-for-start-time.patch |  260 --
 x11-fix-mixup-between-DIP-pixel-coordinates.patch  |   80 -
 11 files changed, 637 insertions(+), 736 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 11:35:47 UTC (rev 329532)
+++ PKGBUILD2018-07-25 11:36:04 UTC (rev 329533)
@@ -1,235 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=67.0.3396.99
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-remove-dependency-on-ffmpeg-internals-for-start-time.patch
-x11-fix-mixup-between-DIP-pixel-coordinates.patch
-blink-disable-XML-catalogs-at-runtime.patch
-chromium-ffmpeg-r1.patch
-chromium-widevine-r2.patch
-chromium-skia-harmony.patch)
-sha256sums=('452d6b9d8df6c88600aaeff3fad4c065574fd6dbee804e628b70e73a39c0a02a'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
-'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
-'98a5c41cf9687c52ee380d2b683c95387334c76254479c347bdb733646dab815'
-'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b

[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 328156, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/blink-disable-XML-catalogs-at-runtime.patch
(from rev 328156, 
chromium/trunk/blink-disable-XML-catalogs-at-runtime.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 328156, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 328156, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 328156, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 328156, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
(from rev 328156, 
chromium/trunk/remove-dependency-on-ffmpeg-internals-for-start-time.patch)
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch
(from rev 328156, 
chromium/trunk/x11-fix-mixup-between-DIP-pixel-coordinates.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-disable_xml_catalogs.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch

+
 PKGBUILD   |  468 -
 blink-disable-XML-catalogs-at-runtime.patch|   47 
 chromium-disable_xml_catalogs.patch|   34 
 chromium-ffmpeg-r1.patch   |   44 
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine-r2.patch |   78 -
 chromium.install   |   32 
 remove-dependency-on-ffmpeg-internals-for-start-time.patch |  520 +--
 x11-fix-mixup-between-DIP-pixel-coordinates.patch  |   80 -
 9 files changed, 736 insertions(+), 721 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-09 19:56:44 UTC (rev 328156)
+++ PKGBUILD2018-07-09 19:56:53 UTC (rev 328157)
@@ -1,233 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=67.0.3396.87
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-remove-dependency-on-ffmpeg-internals-for-start-time.patch
-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'
-'2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
-'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
-'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'f9d191e89ed9b2b2641370ea0a11868409a13cad181f7b63f6007de002a1'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetyp

[arch-commits] Commit in chromium/repos/extra-x86_64 (15 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 327096, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-disable_xml_catalogs.patch
(from rev 327096, chromium/trunk/chromium-disable_xml_catalogs.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 327096, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 327096, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 327096, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 327096, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
(from rev 327096, 
chromium/trunk/remove-dependency-on-ffmpeg-internals-for-start-time.patch)
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch
(from rev 327096, 
chromium/trunk/x11-fix-mixup-between-DIP-pixel-coordinates.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch

+
 PKGBUILD   |  463 -
 chromium-disable_xml_catalogs.patch|   34 
 chromium-ffmpeg-r1.patch   |   44 
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine-r2.patch |   78 -
 chromium.install   |   32 
 remove-dependency-on-ffmpeg-internals-for-start-time.patch |  520 +--
 x11-fix-mixup-between-DIP-pixel-coordinates.patch  |   80 -
 8 files changed, 721 insertions(+), 684 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-17 12:31:08 UTC (rev 327096)
+++ PKGBUILD2018-06-17 12:31:20 UTC (rev 327097)
@@ -1,230 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=67.0.3396.87
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-remove-dependency-on-ffmpeg-internals-for-start-time.patch
-x11-fix-mixup-between-DIP-pixel-coordinates.patch
-chromium-ffmpeg-r1.patch
-chromium-widevine-r2.patch
-chromium-skia-harmony.patch)
-sha256sums=('5d27a72f0cb8247343034f63fdd9747ff388c05b9fceb541668dd04fb372db1d'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
-'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
-'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.co

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2018-06-12 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 13, 2018 @ 03:50:07
  Author: foutrelis
Revision: 326876

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 326875, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 326875, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 326875, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 326875, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 326875, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
(from rev 326875, 
chromium/trunk/remove-dependency-on-ffmpeg-internals-for-start-time.patch)
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch
(from rev 326875, 
chromium/trunk/x11-fix-mixup-between-DIP-pixel-coordinates.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch

+
 PKGBUILD   |  460 -
 chromium-ffmpeg-r1.patch   |   44 
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine-r2.patch |   78 -
 chromium.install   |   32 
 remove-dependency-on-ffmpeg-internals-for-start-time.patch |  520 +--
 x11-fix-mixup-between-DIP-pixel-coordinates.patch  |   80 -
 7 files changed, 684 insertions(+), 684 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-13 03:49:58 UTC (rev 326875)
+++ PKGBUILD2018-06-13 03:50:07 UTC (rev 326876)
@@ -1,230 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=67.0.3396.79
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-remove-dependency-on-ffmpeg-internals-for-start-time.patch
-x11-fix-mixup-between-DIP-pixel-coordinates.patch
-chromium-ffmpeg-r1.patch
-chromium-widevine-r2.patch
-chromium-skia-harmony.patch)
-sha256sums=('f8b1e5319163e378027826b12cf256b97423bb90e10e2013469d96e03bc9db8a'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
-'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
-'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.com/736026
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-d

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 326097, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 326097, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 326097, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 326097, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 326097, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
(from rev 326097, 
chromium/trunk/remove-dependency-on-ffmpeg-internals-for-start-time.patch)
  chromium/repos/extra-x86_64/x11-fix-mixup-between-DIP-pixel-coordinates.patch
(from rev 326097, 
chromium/trunk/x11-fix-mixup-between-DIP-pixel-coordinates.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch

+
 PKGBUILD   |  455 -
 chromium-ffmpeg-r1.patch   |   44 
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine-r2.patch |   78 -
 chromium.install   |   32 
 remove-dependency-on-ffmpeg-internals-for-start-time.patch |  520 +--
 x11-fix-mixup-between-DIP-pixel-coordinates.patch  |   40 
 7 files changed, 684 insertions(+), 639 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 23:09:25 UTC (rev 326097)
+++ PKGBUILD2018-06-06 23:09:36 UTC (rev 326098)
@@ -1,225 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=67.0.3396.62
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-remove-dependency-on-ffmpeg-internals-for-start-time.patch
-chromium-ffmpeg-r1.patch
-chromium-widevine-r2.patch
-chromium-skia-harmony.patch)
-sha256sums=('d5ee63932ff1c8c4a5f69c834f6577e7127b416681eddd23bc54886caffd770d'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
-'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.com/736026
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_goo

[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 325148, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 325148, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 325148, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 325148, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 325148, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
(from rev 325148, 
chromium/trunk/remove-dependency-on-ffmpeg-internals-for-start-time.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch

+
 PKGBUILD   |  450 -
 chromium-ffmpeg-r1.patch   |   44 
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine-r2.patch |   78 -
 chromium.install   |   32 
 remove-dependency-on-ffmpeg-internals-for-start-time.patch |  520 +--
 6 files changed, 639 insertions(+), 639 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-30 12:41:16 UTC (rev 325148)
+++ PKGBUILD2018-05-30 12:41:25 UTC (rev 325149)
@@ -1,225 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=67.0.3396.56
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-remove-dependency-on-ffmpeg-internals-for-start-time.patch
-chromium-ffmpeg-r1.patch
-chromium-widevine-r2.patch
-chromium-skia-harmony.patch)
-sha256sums=('bae1f4b66d9fb219d5217c2f7db661ebf17e995bccd4b2b5f119c90af4c49123'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
-'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
-'02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# 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=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.com/736026
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow b

[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

2018-05-29 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 29, 2018 @ 21:13:17
  Author: foutrelis
Revision: 325129

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 325128, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-ffmpeg-r1.patch
(from rev 325128, chromium/trunk/chromium-ffmpeg-r1.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 325128, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine-r2.patch
(from rev 325128, chromium/trunk/chromium-widevine-r2.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 325128, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/remove-dependency-on-ffmpeg-internals-for-start-time.patch
(from rev 325128, 
chromium/trunk/remove-dependency-on-ffmpeg-internals-for-start-time.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
  
chromium/repos/extra-x86_64/fix-frame-buttons-rendering-too-large-when-using-OSX.patch

+
 PKGBUILD   |  467 +--
 chromium-ffmpeg-r1.patch   |   22 
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine-r2.patch |   39 
 chromium-widevine.patch|   10 
 chromium.install   |   32 
 fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch   |   53 -
 fix-frame-buttons-rendering-too-large-when-using-OSX.patch |   60 -
 remove-dependency-on-ffmpeg-internals-for-start-time.patch |  260 ++
 9 files changed, 639 insertions(+), 458 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-29 21:13:08 UTC (rev 325128)
+++ PKGBUILD2018-05-29 21:13:17 UTC (rev 325129)
@@ -1,242 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=66.0.3359.181
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-
chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src/+/$pkgver?format=TEXT
-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)
-sha256sums=('37e6673741b365a25a837217b08f77b24b4f5fc4ad88c8581be6a5dae9a9e919'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'221d0f17951e88d4d315f3160919380237b88587c4b295d619229a05b79927f1'
-'e3fb73b43bb8c69ff517e66b2cac73d6e759fd240003eb35598df9af442422fe'
-'bd5e0e61df3f89172590801aea7c8ac75162c10c7fe83e262e96a14388d1633a'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
-'d6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
-
-# 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=(
-  #[ffmpeg]=ffmpeg# https://crbug.com/731766
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.com/736026
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_sys

[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

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

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 324312, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 324312, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 324312, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 324312, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
(from rev 324312, 
chromium/trunk/fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch)
  
chromium/repos/extra-x86_64/fix-frame-buttons-rendering-too-large-when-using-OSX.patch
(from rev 324312, 
chromium/trunk/fix-frame-buttons-rendering-too-large-when-using-OSX.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
  
chromium/repos/extra-x86_64/fix-frame-buttons-rendering-too-large-when-using-OSX.patch

+
 PKGBUILD   |  484 +--
 chromium-skia-harmony.patch|  154 +--
 chromium-widevine.patch|   20 
 chromium.install   |   32 
 fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch   |  106 +-
 fix-frame-buttons-rendering-too-large-when-using-OSX.patch |  120 +-
 6 files changed, 458 insertions(+), 458 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-16 06:12:08 UTC (rev 324312)
+++ PKGBUILD2018-05-16 06:12:20 UTC (rev 324313)
@@ -1,242 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=66.0.3359.170
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-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'
- 'desktop-file-utils' 'hicolor-icon-theme')
-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'
-'kwallet: for storing passwords in KWallet')
-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
-
chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src/+/$pkgver?format=TEXT
-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)
-sha256sums=('864da6649d19387698e3a89321042193708b2d9f56b3a778fb552166374871de'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'b5b6385cf21991c02d47acaaa830c9612a3c5b6e154da3613db2b2e27fdc6b4c'
-'e3fb73b43bb8c69ff517e66b2cac73d6e759fd240003eb35598df9af442422fe'
-'bd5e0e61df3f89172590801aea7c8ac75162c10c7fe83e262e96a14388d1633a'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
-'d6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
-
-# 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=(
-  #[ffmpeg]=ffmpeg# https://crbug.com/731766
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.com/736026
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your

  1   2   3   >