diff --git a/srcpkgs/chromium/patches/gn-bootstrap-remove-sysroot-related-options.patch b/srcpkgs/chromium/patches/gn-bootstrap-remove-sysroot-related-options.patch new file mode 100644 index 00000000000..9e542bce362 --- /dev/null +++ b/srcpkgs/chromium/patches/gn-bootstrap-remove-sysroot-related-options.patch @@ -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) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index ee716015e1f..448e60c5365 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -1,14 +1,14 @@ # Template file for 'chromium' pkgname=chromium # See http://www.chromium.org/developers/calendar for the latest version -version=70.0.3538.77 +version=70.0.3538.102 revision=1 short_desc="Google's attempt at creating a safer, faster, and more stable browser" maintainer="Rasmus Thomsen " homepage="https://www.chromium.org/" license="BSD-3-Clause" 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" lib32disabled=yes