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

2022-08-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 17, 2022 @ 00:45:46
  Author: foutrelis
Revision: 453019

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 453018, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-tflite-system-zlib.patch
(from rev 453018, chromium/trunk/chromium-tflite-system-zlib.patch)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 453018, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
(from rev 453018, chromium/trunk/remove-no-opaque-pointers-flag.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 453018, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 453018, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
  chromium/repos/extra-x86_64/x11-ozone-fix-X11-screensaver-suspension.patch
(from rev 453018, 
chromium/trunk/x11-ozone-fix-X11-screensaver-suspension.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-tflite-system-zlib.patch
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
  chromium/repos/extra-x86_64/x11-ozone-fix-X11-screensaver-suspension.patch

+
 PKGBUILD   |  550 ++--
 chromium-tflite-system-zlib.patch  |  140 +--
 enable-GlobalMediaControlsCastStartStop.patch  |   64 -
 remove-no-opaque-pointers-flag.patch   |   36 
 roll-src-third_party-ffmpeg.patch  |  666 +++
 use-oauth2-client-switches-as-default.patch|   34 
 x11-ozone-fix-X11-screensaver-suspension.patch |  980 +++
 7 files changed, 1235 insertions(+), 1235 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-17 00:45:37 UTC (rev 453018)
+++ PKGBUILD2022-08-17 00:45:46 UTC (rev 453019)
@@ -1,275 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=104.0.5112.79
-pkgrel=1
-_launcher_ver=8
-_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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-x11-ozone-fix-X11-screensaver-suspension.patch
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-chromium-tflite-system-zlib.patch
-remove-no-opaque-pointers-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('9cc662f1a84c796521ee17ed2808795ca937fe7f77bc605e788f0304a81dabf3'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'ce702099849465927cf47f7bc3a4a27045d0e35e16b17481ebf35e14506bafa7'
-'9956a843bc8a765c130080616ccd3ebc46ea95c3a2324c4b403bc293a8705eb2'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'588c166bf748793758a7df438cfa665b32e09ca8fbd6380be28bc5984a33523c'
-'ab46b2c26a4dfe86486fd7e31bfc7211c515994a61a8c0cbd742f9c9e3c91873'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  

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

2022-08-02 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 2, 2022 @ 18:13:59
  Author: foutrelis
Revision: 451921

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 451920, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-tflite-system-zlib.patch
(from rev 451920, chromium/trunk/chromium-tflite-system-zlib.patch)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 451920, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
(from rev 451920, chromium/trunk/remove-no-opaque-pointers-flag.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 451920, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 451920, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
  chromium/repos/extra-x86_64/x11-ozone-fix-X11-screensaver-suspension.patch
(from rev 451920, 
chromium/trunk/x11-ozone-fix-X11-screensaver-suspension.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/fetch-chromium-release
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  554 
 chromium-tflite-system-zlib.patch |   70 ++
 enable-GlobalMediaControlsCastStartStop.patch |   64 -
 fetch-chromium-release|   42 -
 remove-no-opaque-pointers-flag.patch  |   36 -
 roll-src-third_party-ffmpeg.patch |  666 ++--
 sql-make-VirtualCursor-standard-layout-type.patch |  238 ---
 use-oauth2-client-switches-as-default.patch   |   34 -
 x11-ozone-fix-X11-screensaver-suspension.patch|  490 ++
 9 files changed, 1235 insertions(+), 959 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-02 18:13:49 UTC (rev 451920)
+++ PKGBUILD2022-08-02 18:13:59 UTC (rev 451921)
@@ -1,279 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=103.0.5060.134
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=4
-_manual_clone=0
-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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-remove-no-opaque-pointers-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('e48a272481e41b1aae7aba71b55c41fe9e994cf71edd01c8ca1d0b604af0b571'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'fed11a8987d9f9baa04457fb114f8f7fdb800300a3780927020865bcc43e4f52'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-'00c16ce83ea4ca924a50fa0cfc2b2a4d744c722f363b065323e6ba0fcbac45a5'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-if (( _manual_clone )); then
-  source[0]=fetch-chromium-release
-  makedepends+=('python-httplib2' 'python-pyparsing' 'python-six')
-fi
-
-# Possible 

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

2022-07-20 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 20, 2022 @ 08:42:17
  Author: foutrelis
Revision: 451490

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 451489, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 451489, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/fetch-chromium-release
(from rev 451489, chromium/trunk/fetch-chromium-release)
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
(from rev 451489, chromium/trunk/remove-no-opaque-pointers-flag.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 451489, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 451489, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 451489, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/fetch-chromium-release
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  558 
 enable-GlobalMediaControlsCastStartStop.patch |   64 -
 fetch-chromium-release|   84 +-
 remove-no-opaque-pointers-flag.patch  |   36 -
 roll-src-third_party-ffmpeg.patch |  666 ++--
 sql-make-VirtualCursor-standard-layout-type.patch |  476 +++---
 use-oauth2-client-switches-as-default.patch   |   34 -
 7 files changed, 959 insertions(+), 959 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-20 08:42:08 UTC (rev 451489)
+++ PKGBUILD2022-07-20 08:42:17 UTC (rev 451490)
@@ -1,279 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=103.0.5060.114
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=4
-_manual_clone=1
-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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-remove-no-opaque-pointers-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('d359a415eca7beceddd1b06bb5b5b6a09da9c778ca37cfa4efeaeaa8691bfd52'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'fed11a8987d9f9baa04457fb114f8f7fdb800300a3780927020865bcc43e4f52'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-'00c16ce83ea4ca924a50fa0cfc2b2a4d744c722f363b065323e6ba0fcbac45a5'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-if (( _manual_clone )); then
-  source[0]=fetch-chromium-release
-  makedepends+=('python-httplib2' 'python-pyparsing' 'python-six')
-fi
-
-# 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

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

2022-06-21 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 21, 2022 @ 20:47:37
  Author: foutrelis
Revision: 449236

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 449235, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 449235, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
(from rev 449235, chromium/trunk/remove-no-opaque-pointers-flag.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 449235, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 449235, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 449235, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-libxml-unbundle.patch
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/iwyu-add-utility-for-std-exchange.patch
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  551 
 chromium-libxml-unbundle.patch|   10 
 enable-GlobalMediaControlsCastStartStop.patch |   64 -
 iwyu-add-utility-for-std-exchange.patch   |   27 
 remove-no-opaque-pointers-flag.patch  |   36 -
 roll-src-third_party-ffmpeg.patch |  666 ++--
 sql-make-VirtualCursor-standard-layout-type.patch |  476 +++---
 use-oauth2-client-switches-as-default.patch   |   34 -
 8 files changed, 908 insertions(+), 956 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-21 20:47:23 UTC (rev 449235)
+++ PKGBUILD2022-06-21 20:47:37 UTC (rev 449236)
@@ -1,281 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=102.0.5005.115
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=5
-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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-iwyu-add-utility-for-std-exchange.patch
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-chromium-libxml-unbundle.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-remove-no-opaque-pointers-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('301d40e5373b6dad9bc6aeb6898116d1f7dd2d0589ed18e108c56e2290df47e6'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'53de0f936fd571e578ba2fbf348c8741116cdcceac3ea6fae5008d8f054a7698'
-'6f666ef0acb08704ca58cc0d5e97e7ce64d8fea51042e593adae1ce15a61231c'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'fd3bf124aacc45f2d0a4f1dd86303fa7f2a3d4f4eeaf33854631d6cb39e12485'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-'00c16ce83ea4ca924a50fa0cfc2b2a4d744c722f363b065323e6ba0fcbac45a5'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in 

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

2022-03-26 Thread Evangelos Foutras via arch-commits
Date: Saturday, March 26, 2022 @ 06:50:19
  Author: foutrelis
Revision: 440685

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 440684, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 440684, chromium/trunk/fix-build-break-with-system-libdrm.patch)
  
chromium/repos/extra-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 440684, 
chromium/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 440684, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
chromium/repos/extra-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 440684, 
chromium/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 440684, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
  chromium/repos/extra-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 440684, 
chromium/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/fix-build-break-with-system-libdrm.patch
  
chromium/repos/extra-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
chromium/repos/extra-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
  chromium/repos/extra-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch

+
 PKGBUILD   |  534 +--
 fix-build-break-with-system-libdrm.patch   |  124 +-
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  142 +-
 use-oauth2-client-switches-as-default.patch|   34 
 webcodecs-stop-using-AudioOpusEncoder.patch|   98 +-
 7 files changed, 743 insertions(+), 743 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-26 06:50:08 UTC (rev 440684)
+++ PKGBUILD2022-03-26 06:50:19 UTC (rev 440685)
@@ -1,267 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=99.0.4844.82
-pkgrel=1
-_launcher_ver=8
-_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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-build-break-with-system-libdrm.patch
-sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
-webcodecs-stop-using-AudioOpusEncoder.patch
-use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('b8bb0bc1410de8b9d98889c79410726a4e78801d4e54ea23b23b7b4015c7d25c'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'9cd2570e92e9bfeff3faf0d5b56334535cb2313f99ab0d9019b74d18ae1c7d0a'
-'edf4d973ff197409d319bb6fbbaa529e53bc62347d26b0733c45a116a1b23f37'
-'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
-'064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
-'34bcb151c0bc51ada5aa7beda6e87356e0eaafa83a621e11e5803717adc39ffc'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-

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

2022-03-20 Thread Evangelos Foutras via arch-commits
Date: Sunday, March 20, 2022 @ 21:31:05
  Author: foutrelis
Revision: 440346

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 440345, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 440345, chromium/trunk/fix-build-break-with-system-libdrm.patch)
  
chromium/repos/extra-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 440345, 
chromium/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 440345, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
chromium/repos/extra-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 440345, 
chromium/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 440345, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
  chromium/repos/extra-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 440345, 
chromium/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/fix-build-break-with-system-libdrm.patch
  
chromium/repos/extra-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
chromium/repos/extra-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
  chromium/repos/extra-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch

+
 PKGBUILD   |  534 +--
 fix-build-break-with-system-libdrm.patch   |  124 +-
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  142 +-
 use-oauth2-client-switches-as-default.patch|   34 
 webcodecs-stop-using-AudioOpusEncoder.patch|   98 +-
 7 files changed, 743 insertions(+), 743 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-20 21:30:55 UTC (rev 440345)
+++ PKGBUILD2022-03-20 21:31:05 UTC (rev 440346)
@@ -1,267 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=99.0.4844.74
-pkgrel=1
-_launcher_ver=8
-_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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-build-break-with-system-libdrm.patch
-sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
-webcodecs-stop-using-AudioOpusEncoder.patch
-use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('2d5f464730fde0260d1b00db1b38210344952ec91a5b3c544c99c43e76ffbb98'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'9cd2570e92e9bfeff3faf0d5b56334535cb2313f99ab0d9019b74d18ae1c7d0a'
-'edf4d973ff197409d319bb6fbbaa529e53bc62347d26b0733c45a116a1b23f37'
-'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
-'064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
-'34bcb151c0bc51ada5aa7beda6e87356e0eaafa83a621e11e5803717adc39ffc'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-

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

2022-03-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 16, 2022 @ 07:18:58
  Author: foutrelis
Revision: 439734

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 439733, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 439733, chromium/trunk/fix-build-break-with-system-libdrm.patch)
  
chromium/repos/extra-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 439733, 
chromium/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 439733, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
chromium/repos/extra-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 439733, 
chromium/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 439733, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
  chromium/repos/extra-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 439733, 
chromium/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/fix-build-break-with-system-libdrm.patch
  
chromium/repos/extra-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
chromium/repos/extra-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
  chromium/repos/extra-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch

+
 PKGBUILD   |  537 +--
 fix-build-break-with-system-libdrm.patch   |  124 +-
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  142 +-
 use-oauth2-client-switches-as-default.patch|   34 
 webcodecs-stop-using-AudioOpusEncoder.patch|   98 +-
 7 files changed, 743 insertions(+), 746 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-16 07:18:44 UTC (rev 439733)
+++ PKGBUILD2022-03-16 07:18:58 UTC (rev 439734)
@@ -1,270 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=99.0.4844.51
-pkgrel=1
-_launcher_ver=8
-_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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-build-break-with-system-libdrm.patch
-sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
-webcodecs-stop-using-AudioOpusEncoder.patch
-use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('97c52e57eca0dc8b752d274047f38c88aaa86036c0587b26b056efbd3fb2bae3'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'9cd2570e92e9bfeff3faf0d5b56334535cb2313f99ab0d9019b74d18ae1c7d0a'
-'edf4d973ff197409d319bb6fbbaa529e53bc62347d26b0733c45a116a1b23f37'
-'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
-'064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
-'34bcb151c0bc51ada5aa7beda6e87356e0eaafa83a621e11e5803717adc39ffc'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-

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

2022-01-20 Thread Evangelos Foutras via arch-commits
Date: Thursday, January 20, 2022 @ 13:19:54
  Author: foutrelis
Revision: 434787

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 434786, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-93-ffmpeg-4.4.patch
(from rev 434786, chromium/trunk/chromium-93-ffmpeg-4.4.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 434786, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/unbundle-ffmpeg-av_stream_get_first_dts.patch
(from rev 434786, 
chromium/trunk/unbundle-ffmpeg-av_stream_get_first_dts.patch)
  chromium/repos/extra-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 434786, 
chromium/trunk/unexpire-accelerated-video-decode-flag.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 434786, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-93-ffmpeg-4.4.patch
  chromium/repos/extra-x86_64/fix-tag-dragging-in-KWin.patch
  chromium/repos/extra-x86_64/fix-tag-dragging-in-Mutter.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/unbundle-ffmpeg-av_stream_get_first_dts.patch
  chromium/repos/extra-x86_64/unexpire-accelerated-video-decode-flag.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  552 +---
 chromium-93-ffmpeg-4.4.patch  |   72 +-
 fix-tag-dragging-in-KWin.patch|   35 -
 fix-tag-dragging-in-Mutter.patch  |   46 -
 sql-make-VirtualCursor-standard-layout-type.patch |  476 -
 unbundle-ffmpeg-av_stream_get_first_dts.patch |   24 
 unexpire-accelerated-video-decode-flag.patch  |   22 
 use-oauth2-client-switches-as-default.patch   |   34 -
 8 files changed, 587 insertions(+), 674 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-20 13:19:40 UTC (rev 434786)
+++ PKGBUILD2022-01-20 13:19:54 UTC (rev 434787)
@@ -1,279 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=97.0.4692.71
-pkgrel=2
-_launcher_ver=8
-_gcc_patchset=4
-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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-tag-dragging-in-KWin.patch
-fix-tag-dragging-in-Mutter.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-chromium-93-ffmpeg-4.4.patch
-unbundle-ffmpeg-av_stream_get_first_dts.patch
-unexpire-accelerated-video-decode-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('8ae189d44b782fe4d4942962260dbf5f753abf141148727d9fe82852778dfd7c'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'7af5c0a55a20c0fb496b2f4448d89203a83bb1914754d864460e55e68731ef0b'
-'8dac06ef6e85ddb205b47bb7f1b8c3f73b67a8252dd2a81ed636964c517114ed'
-'764dd0c1336881ff37c764f59f25f5830675b5db1388a74da5ddbe9642883692'
-'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
-'1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
-'1f0c1a7a1eb67d91765c9f28df815f58e1c6dc7b37d0acd4d68cac8e5515786c'
-'2a97b26c3d6821b15ef4ef1369905c6fa3e9c8da4877eb9af4361452a425290b'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in 

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

2022-01-09 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 9, 2022 @ 12:50:32
  Author: foutrelis
Revision: 434009

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 434008, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-93-ffmpeg-4.4.patch
(from rev 434008, chromium/trunk/chromium-93-ffmpeg-4.4.patch)
  chromium/repos/extra-x86_64/fix-tag-dragging-in-KWin.patch
(from rev 434008, chromium/trunk/fix-tag-dragging-in-KWin.patch)
  chromium/repos/extra-x86_64/fix-tag-dragging-in-Mutter.patch
(from rev 434008, chromium/trunk/fix-tag-dragging-in-Mutter.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 434008, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/unbundle-ffmpeg-av_stream_get_first_dts.patch
(from rev 434008, 
chromium/trunk/unbundle-ffmpeg-av_stream_get_first_dts.patch)
  chromium/repos/extra-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 434008, 
chromium/trunk/unexpire-accelerated-video-decode-flag.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 434008, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-93-ffmpeg-4.4.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/unbundle-ffmpeg-av_stream_get_first_dts.patch
  chromium/repos/extra-x86_64/unexpire-accelerated-video-decode-flag.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  550 ++--
 chromium-93-ffmpeg-4.4.patch  |   72 +-
 fix-tag-dragging-in-KWin.patch|   35 +
 fix-tag-dragging-in-Mutter.patch  |   46 +
 sql-make-VirtualCursor-standard-layout-type.patch |  476 -
 unbundle-ffmpeg-av_stream_get_first_dts.patch |   24 
 unexpire-accelerated-video-decode-flag.patch  |   22 
 use-oauth2-client-switches-as-default.patch   |   34 -
 8 files changed, 674 insertions(+), 585 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-09 12:50:22 UTC (rev 434008)
+++ PKGBUILD2022-01-09 12:50:32 UTC (rev 434009)
@@ -1,271 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=97.0.4692.71
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=4
-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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-sql-make-VirtualCursor-standard-layout-type.patch
-chromium-93-ffmpeg-4.4.patch
-unbundle-ffmpeg-av_stream_get_first_dts.patch
-unexpire-accelerated-video-decode-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('8ae189d44b782fe4d4942962260dbf5f753abf141148727d9fe82852778dfd7c'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'7af5c0a55a20c0fb496b2f4448d89203a83bb1914754d864460e55e68731ef0b'
-'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
-'1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
-'1f0c1a7a1eb67d91765c9f28df815f58e1c6dc7b37d0acd4d68cac8e5515786c'
-'2a97b26c3d6821b15ef4ef1369905c6fa3e9c8da4877eb9af4361452a425290b'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# 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 

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

2021-12-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, December 14, 2021 @ 17:25:03
  Author: foutrelis
Revision: 432519

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 432518, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-93-ffmpeg-4.4.patch
(from rev 432518, chromium/trunk/chromium-93-ffmpeg-4.4.patch)
  chromium/repos/extra-x86_64/chromium-94-ffmpeg-roll.patch
(from rev 432518, chromium/trunk/chromium-94-ffmpeg-roll.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 432518, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
chromium/repos/extra-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 432518, 
chromium/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  chromium/repos/extra-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 432518, 
chromium/trunk/unexpire-accelerated-video-decode-flag.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 432518, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-93-ffmpeg-4.4.patch
  chromium/repos/extra-x86_64/chromium-94-ffmpeg-roll.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
chromium/repos/extra-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  chromium/repos/extra-x86_64/unexpire-accelerated-video-decode-flag.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

+
 PKGBUILD   |  528 +++
 chromium-93-ffmpeg-4.4.patch   |   72 +-
 chromium-94-ffmpeg-roll.patch  |   98 +-
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 ++---
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 -
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-oauth2-client-switches-as-default.patch|   34 
 7 files changed, 646 insertions(+), 646 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-14 17:24:53 UTC (rev 432518)
+++ PKGBUILD2021-12-14 17:25:03 UTC (rev 432519)
@@ -1,264 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=96.0.4664.93
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=4
-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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-unbundle-fix-visibility-of-build-config-freetype.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-chromium-93-ffmpeg-4.4.patch
-chromium-94-ffmpeg-roll.patch
-unexpire-accelerated-video-decode-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('7c7b1f8e4e0abc3453d40c60d6a70f30851db96e5d872cbaa1b4dd7f43aa3493'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'090af7eab39aade15a1786273f2497d6b4abfaef24279fbf97ce0dd1c38c69aa'
-'d0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293'
-'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
-'1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
-'56acb6e743d2ab1ed9f3eb01700ade02521769978d03ac43226dec94659b3ace'
-'2a97b26c3d6821b15ef4ef1369905c6fa3e9c8da4877eb9af4361452a425290b'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# 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 

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

2021-12-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, December 7, 2021 @ 11:53:32
  Author: foutrelis
Revision: 430779

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 430778, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-93-ffmpeg-4.4.patch
(from rev 430778, chromium/trunk/chromium-93-ffmpeg-4.4.patch)
  chromium/repos/extra-x86_64/chromium-94-ffmpeg-roll.patch
(from rev 430778, chromium/trunk/chromium-94-ffmpeg-roll.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 430778, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
chromium/repos/extra-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 430778, 
chromium/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  chromium/repos/extra-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 430778, 
chromium/trunk/unexpire-accelerated-video-decode-flag.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 430778, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-93-ffmpeg-4.4.patch
  chromium/repos/extra-x86_64/chromium-94-ffmpeg-roll.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
chromium/repos/extra-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  chromium/repos/extra-x86_64/unexpire-accelerated-video-decode-flag.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

+
 PKGBUILD   |  528 +++
 chromium-93-ffmpeg-4.4.patch   |   72 +-
 chromium-94-ffmpeg-roll.patch  |   98 +-
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 ++---
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 -
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-oauth2-client-switches-as-default.patch|   34 
 7 files changed, 646 insertions(+), 646 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-07 11:53:17 UTC (rev 430778)
+++ PKGBUILD2021-12-07 11:53:32 UTC (rev 430779)
@@ -1,264 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=96.0.4664.45
-pkgrel=2
-_launcher_ver=8
-_gcc_patchset=4
-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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-unbundle-fix-visibility-of-build-config-freetype.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-chromium-93-ffmpeg-4.4.patch
-chromium-94-ffmpeg-roll.patch
-unexpire-accelerated-video-decode-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('488c6ad983ebf7781cb4d704f70496e8aa2165611b46656d7aa62f269c760407'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'090af7eab39aade15a1786273f2497d6b4abfaef24279fbf97ce0dd1c38c69aa'
-'d0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293'
-'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
-'1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
-'56acb6e743d2ab1ed9f3eb01700ade02521769978d03ac43226dec94659b3ace'
-'2a97b26c3d6821b15ef4ef1369905c6fa3e9c8da4877eb9af4361452a425290b'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# 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 

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

2021-06-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 15, 2021 @ 07:21:55
  Author: foutrelis
Revision: 418251

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 418250, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
(from rev 418250, chromium/trunk/chromium-glibc-2.33.patch)
  chromium/repos/extra-x86_64/extend-enable-accelerated-video-decode-flag.patch
(from rev 418250, 
chromium/trunk/extend-enable-accelerated-video-decode-flag.patch)
  chromium/repos/extra-x86_64/fix-crash-in-ThemeService.patch
(from rev 418250, chromium/trunk/fix-crash-in-ThemeService.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 418250, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
(from rev 418250, chromium/trunk/unbundle-use-char16_t-as-UCHAR_TYPE.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 418250, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
  chromium/repos/extra-x86_64/extend-enable-accelerated-video-decode-flag.patch
  chromium/repos/extra-x86_64/fix-crash-in-ThemeService.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  502 ++--
 chromium-glibc-2.33.patch |  288 +--
 extend-enable-accelerated-video-decode-flag.patch |   70 +-
 fix-crash-in-ThemeService.patch   |   90 +--
 sql-make-VirtualCursor-standard-layout-type.patch |  476 +-
 unbundle-use-char16_t-as-UCHAR_TYPE.patch |   60 +-
 use-oauth2-client-switches-as-default.patch   |   34 -
 7 files changed, 760 insertions(+), 760 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-15 07:21:45 UTC (rev 418250)
+++ PKGBUILD2021-06-15 07:21:55 UTC (rev 418251)
@@ -1,251 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=91.0.4472.101
-pkgrel=1
-_launcher_ver=7
-_gcc_patchset=5
-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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'python2' 'python2-setuptools')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-crash-in-ThemeService.patch
-unbundle-use-char16_t-as-UCHAR_TYPE.patch
-extend-enable-accelerated-video-decode-flag.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-chromium-glibc-2.33.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('78146192aaae7771d9130c2828e1081d940da32af3aadcb73578521683307eb4'
-'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
-'171525009003a9ed1182cfcb6f407d7169d9a731a474304e263029376719f55a'
-'3cfe46e181cb9d337c454b5b5adbf5297052f29cd617cdee4380eeb1943825d8'
-'59a59a60a08b335fe8647fdf0f9d2288d236ebf2cc9626396d0c4d032fd2b25d'
-'66db9132d6f5e06aa26e5de0924f814224a76a9bdf4b61afce161fb1d7643b22'
-'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
-'2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# 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
-  

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

2021-06-09 Thread Felix Yan via arch-commits
Date: Thursday, June 10, 2021 @ 02:27:55
  Author: felixonmars
Revision: 417618

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 417617, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
(from rev 417617, chromium/trunk/chromium-glibc-2.33.patch)
  chromium/repos/extra-x86_64/extend-enable-accelerated-video-decode-flag.patch
(from rev 417617, 
chromium/trunk/extend-enable-accelerated-video-decode-flag.patch)
  chromium/repos/extra-x86_64/fix-crash-in-ThemeService.patch
(from rev 417617, chromium/trunk/fix-crash-in-ThemeService.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 417617, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
(from rev 417617, chromium/trunk/unbundle-use-char16_t-as-UCHAR_TYPE.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 417617, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
  chromium/repos/extra-x86_64/extend-enable-accelerated-video-decode-flag.patch
  chromium/repos/extra-x86_64/fix-crash-in-ThemeService.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  502 ++--
 chromium-glibc-2.33.patch |  288 +--
 extend-enable-accelerated-video-decode-flag.patch |   70 +-
 fix-crash-in-ThemeService.patch   |   90 +--
 sql-make-VirtualCursor-standard-layout-type.patch |  476 +-
 unbundle-use-char16_t-as-UCHAR_TYPE.patch |   60 +-
 use-oauth2-client-switches-as-default.patch   |   34 -
 7 files changed, 760 insertions(+), 760 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-10 02:27:27 UTC (rev 417617)
+++ PKGBUILD2021-06-10 02:27:55 UTC (rev 417618)
@@ -1,251 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=91.0.4472.77
-pkgrel=2
-_launcher_ver=7
-_gcc_patchset=5
-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' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'python2' 'python2-setuptools')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-crash-in-ThemeService.patch
-unbundle-use-char16_t-as-UCHAR_TYPE.patch
-extend-enable-accelerated-video-decode-flag.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-chromium-glibc-2.33.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('45d5a43ef798d20313c78fa8a075be0c22055e39c8481eb53eabda81df901b31'
-'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
-'171525009003a9ed1182cfcb6f407d7169d9a731a474304e263029376719f55a'
-'3cfe46e181cb9d337c454b5b5adbf5297052f29cd617cdee4380eeb1943825d8'
-'59a59a60a08b335fe8647fdf0f9d2288d236ebf2cc9626396d0c4d032fd2b25d'
-'66db9132d6f5e06aa26e5de0924f814224a76a9bdf4b61afce161fb1d7643b22'
-'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
-'2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# 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
-