mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
chromium: update to 70.0.3538.102.
[ci skip]
This commit is contained in:
parent
4d61fb6b81
commit
607626ff2c
2 changed files with 27 additions and 2 deletions
|
@ -0,0 +1,25 @@
|
||||||
|
See: https://chromium.googlesource.com/chromium/src/tools/gn/+/6630c2e334d7bc179e95a3d543a8eca3201d6725%5E%21/#F0
|
||||||
|
diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py
|
||||||
|
index 261fddd..1945852 100755
|
||||||
|
--- tools/gn/bootstrap/bootstrap.py
|
||||||
|
+++ tools/gn/bootstrap/bootstrap.py
|
||||||
|
@@ -46,10 +46,6 @@
|
||||||
|
'--build-path',
|
||||||
|
help='The directory in which to build gn, '
|
||||||
|
'relative to the src directory. (eg. out/Release)')
|
||||||
|
- parser.add_option(
|
||||||
|
- '--with-sysroot',
|
||||||
|
- action='store_true',
|
||||||
|
- help='Download and build with the Debian sysroot.')
|
||||||
|
parser.add_option('-v', '--verbose', help='ignored')
|
||||||
|
parser.add_option(
|
||||||
|
'--skip-generate-buildfiles',
|
||||||
|
@@ -76,8 +72,6 @@
|
||||||
|
'--no-last-commit-position',
|
||||||
|
'--out-path=' + gn_build_dir,
|
||||||
|
]
|
||||||
|
- if not options.with_sysroot:
|
||||||
|
- cmd.append('--no-sysroot')
|
||||||
|
if options.debug:
|
||||||
|
cmd.append('--debug')
|
||||||
|
subprocess.check_call(cmd)
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'chromium'
|
# Template file for 'chromium'
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
# See http://www.chromium.org/developers/calendar for the latest version
|
# See http://www.chromium.org/developers/calendar for the latest version
|
||||||
version=70.0.3538.77
|
version=70.0.3538.102
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
homepage="https://www.chromium.org/"
|
homepage="https://www.chromium.org/"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
|
distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
|
||||||
checksum=c914f86c4c8375b719eca89ea89dbec4ae3d09df3f758d5f7c91d4914d290449
|
checksum=4da454035e271ee9bf4d65309191be5e3c589ba29c330cd0aa2721a63e1bac2a
|
||||||
|
|
||||||
only_for_archs="i686 x86_64 x86_64-musl"
|
only_for_archs="i686 x86_64 x86_64-musl"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue