extra/chromium to 83.0.4103.106-2

This commit is contained in:
Kevin Mihelich 2020-06-20 18:10:10 +00:00
parent f6702ec98a
commit 5f2186e935

View file

@ -16,7 +16,7 @@ highmem=1
pkgname=chromium pkgname=chromium
pkgver=83.0.4103.106 pkgver=83.0.4103.106
pkgrel=1 pkgrel=2
_launcher_ver=6 _launcher_ver=6
pkgdesc="A web browser built for speed, simplicity, and security" pkgdesc="A web browser built for speed, simplicity, and security"
arch=('x86_64') arch=('x86_64')
@ -26,9 +26,10 @@ depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib' 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
'desktop-file-utils' 'hicolor-icon-theme') 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
'libpipewire02' 'clang' 'lld' 'gn' 'java-runtime-headless' 'libpipewire02' 'libva' 'clang' 'lld' 'gn' 'java-runtime-headless'
'python2-setuptools') 'python2-setuptools')
optdepends=('libpipewire02: WebRTC desktop sharing under Wayland' optdepends=('libpipewire02: WebRTC desktop sharing under Wayland'
'libva: hardware-accelerated video decode (experimental)'
'kdialog: needed for file dialogs in KDE' 'kdialog: needed for file dialogs in KDE'
'org.freedesktop.secrets: password storage backend on GNOME / Xfce' 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
'kwallet: for storing passwords in KWallet on KDE desktops') 'kwallet: for storing passwords in KWallet on KDE desktops')
@ -210,6 +211,7 @@ build() {
'use_custom_libcxx=false' 'use_custom_libcxx=false'
'enable_hangout_services_extension=true' 'enable_hangout_services_extension=true'
'enable_widevine=true' 'enable_widevine=true'
'use_vaapi=true'
'enable_nacl=false' 'enable_nacl=false'
"google_api_key=\"${_google_api_key}\"" "google_api_key=\"${_google_api_key}\""
"google_default_client_id=\"${_google_default_client_id}\"" "google_default_client_id=\"${_google_default_client_id}\""