summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-06-20 16:10:10 +0200
committersL1pKn072019-06-20 16:10:10 +0200
commit1de3149345c13ee2e6adc076af21ebdc4695d382 (patch)
tree7cd8fd7dff1a766505c99244bd722383840d981b
parent09144d40d65afbed358a5debe94e5b72ed025d25 (diff)
downloadaur-1de3149345c13ee2e6adc076af21ebdc4695d382.tar.gz
Update to 77.0.3824.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0590cf837d2..37057cc181db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 76.0.3809.12
+ pkgver = 77.0.3824.6
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -38,17 +38,16 @@ pkgbase = chromium-dev
optdepends = kdialog: Needed for file dialogs in KF5
optdepends = kwalletmanager: Needed for storing passwords in KWallet5
optdepends = ttf-font: For some typography
- optdepends = libappindicator-gtk3: Needed for show systray icon in the panel on GTK3 Desktop based
optdepends = libva-vdpau-driver-chromium: HW video acceleration for NVIDIA users
optdepends = libva-mesa-driver: HW video acceleration for Nouveau, R600 and RadeonSI users
optdepends = libva-intel-driver: HW video acceleration for Intel G45 and HD users
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-76.0.3809.12.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-77.0.3824.6.tar.xz
source = git+https://github.com/foutrelis/chromium-launcher.git
source = chromium-dev.svg
source = enable-vaapi.patch
source = chromium-widevine-r4.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/chromium-widevine.patch?h=packages/chromium
source = chromium-skia-harmony-r1.patch
- sha256sums = 973b2109a73ffcb7f8d93bd89f5b6cc15c6ea721c82d13a77e555a2883e4fa83
+ sha256sums = f7025bc7954df55373c695898f86c0f89d11ff61d594ee466b99e78edeb5f505
sha256sums = SKIP
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
sha256sums = 36e78ad3e6fdd4b8c402d3dd5e38413fd1f33fb992c6522af29a02b0f617ee22
diff --git a/PKGBUILD b/PKGBUILD
index 664eec077859..191e6dc60d58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _use_wayland=0 # Build Wayland NOTE: extremely experimental and don't
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=76.0.3809.12
+pkgver=77.0.3824.6
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('x86_64')
@@ -67,8 +67,6 @@ optdepends=(
#
'ttf-font: For some typography'
#
- 'libappindicator-gtk3: Needed for show systray icon in the panel on GTK3 Desktop based'
- #
'libva-vdpau-driver-chromium: HW video acceleration for NVIDIA users'
'libva-mesa-driver: HW video acceleration for Nouveau, R600 and RadeonSI users'
'libva-intel-driver: HW video acceleration for Intel G45 and HD users'
@@ -228,6 +226,7 @@ _keeplibs=(
'third_party/node'
'third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2'
'third_party/openscreen'
+ 'third_party/openscreen/src/third_party/tinycbor'
'third_party/ots'
'third_party/pdfium'
'third_party/pdfium/third_party/agg23'
@@ -281,7 +280,7 @@ _keeplibs=(
'third_party/webrtc/rtc_base/third_party/sigslot'
'third_party/widevine'
'third_party/woff2'
- 'third_party/zlib/google'
+ 'third_party/zlib'
'url/third_party/mozilla'
'v8/src/third_party/siphash'
'v8/src/third_party/valgrind'
@@ -372,7 +371,7 @@ _use_system=(
're2'
'snappy'
'yasm'
- 'zlib'
+# 'zlib'
)
# Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn).
@@ -501,9 +500,6 @@ prepare() {
mkdir -p third_party/node/linux/node-linux-x64/bin/
ln -sf /usr/bin/node third_party/node/linux/node-linux-x64/bin/node
- # Enable StatusNotifier by default.
- sed 's|FEATURE_DISABLED_BY_DEFAULT|FEATURE_ENABLED_BY_DEFAULT|g' -i chrome/browser/ui/views/status_icons/status_icon_linux_wrapper.cc
-
# Use the file at run time instead of effectively compiling it in.
sed 's|//third_party/usb_ids/usb.ids|/usr/share/hwdata/usb.ids|g' -i services/device/usb/BUILD.gn