summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-10-28 00:42:30 +0200
committersL1pKn072021-10-28 00:42:30 +0200
commitc0cdb71382afa5f83c66e8b7f3ebdd2237b5a30b (patch)
tree76a4ff496182f3782a7cbb3d3143d61d046338af
parent0c094310485a159819f5307e171e7a357dcc6126 (diff)
downloadaur-c0cdb71382afa5f83c66e8b7f3ebdd2237b5a30b.tar.gz
Update to 97.0.4681.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 830afc72c967..dbaf1bc03ddf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 97.0.4676.0
+ pkgver = 97.0.4681.0
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -36,14 +36,14 @@ pkgbase = chromium-dev
optdepends = kwalletmanager: Needed for storing passwords in KWallet5
optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
optdepends = ttf-font: For some typography
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-97.0.4676.0.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-97.0.4681.0.tar.xz
source = git+https://github.com/foutrelis/chromium-launcher.git
source = chromium-dev.svg
source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-96-EnumTable-crash.patch
source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-93-InkDropHost-crash.patch
source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-shim_headers.patch
source = https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/chromium/trunk/use-oauth2-client-switches-as-default.patch
- sha256sums = 6521834995979160de0764b3fc1019b5f3ca0973ff90338c6ea4057b2030c6b1
+ sha256sums = 68097c992c3b7cda30b56f0aa8dac2d248667f0ec1702d5594e97a56f64c6448
sha256sums = SKIP
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
sha256sums = bf0ab64df0121908ff0aa260643f73c02fe402a30eea824f89017ad3b9f518cf
diff --git a/PKGBUILD b/PKGBUILD
index feaab34f9bc4..e89a7d55d43d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=97.0.4676.0
+pkgver=97.0.4681.0
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('x86_64')
@@ -496,14 +496,15 @@ prepare() {
tools/clang/scripts/update.py
# Use chromium-dev as brand name.
- sed -e 's|=Chromium|&-dev|g' \
+ sed -e 's|=Chromium|&-Dev|g' \
-i chrome/app/theme/chromium/BRANDING
sed -e '0,/output_name = "chrome"/s/= "chrome"/= "chromium-dev"/' \
-e 's|root_out_dir/chrome"|root_out_dir/chromium-dev"|g' \
-i chrome/BUILD.gn
sed -e 's|"chromium-browser"|"chromium-dev"|g' \
+ -e 's|"Chromium"|"Chromium-Dev"|g' \
-i media/audio/pulse/pulse_util.cc
- sed -e 's|"Chromium|&-dev|g' \
+ sed -e 's|"Chromium|&-Dev|g' \
-i chrome/common/chrome_constants.cc
sed -e 's|chromium-browser|chromium-dev|g' \
-i chrome/browser/shell_integration_linux.cc \
@@ -514,7 +515,7 @@ prepare() {
-e 's|/usr/share/chromium|&-dev|' \
-i chrome/common/chrome_paths.cc
sed -e 's|/etc/chromium|&-dev|' \
- -e "s|'app_name': 'Chromium|&-dev|g" \
+ -e "s|'app_name': 'Chromium|&-Dev|g" \
-i components/policy/tools/template_writers/writer_configuration.py
# Fix(?) the name of the sandbox.
@@ -583,7 +584,7 @@ prepare() {
}
build() {
- # set python 2 for build pnacl.
+ # set python for build pnacl.
export PNACLPYTHON=/usr/bin/python
msg2 "Build the Launcher"
@@ -618,7 +619,7 @@ build() {
CXXFLAGS="${CXXFLAGS/-fexceptions/}"
msg2 "Starting building Chromium..."
-# LC_ALL=C buildtools/linux64/gn args out/Release --list && exit # Debug: this command list the build options.
+# LC_ALL=C buildtools/linux64/gn args out/Release --list && exit # DEBUG: this command list the build options.
LC_ALL=C buildtools/linux64/gn gen out/Release -v --args="${_flags[*]}" --script-executable=/usr/bin/python
# Build all.