Update package version to 146.0.7680.153
This commit is contained in:
@@ -6,9 +6,31 @@
|
||||
# This function is used for putting downloaded files to the correct location or applying patches
|
||||
prepare() {
|
||||
cd "$BPM_SOURCE"
|
||||
for _patch in "$BPM_WORKDIR"/*.patch; do
|
||||
patch -Np1 -i "$_patch"
|
||||
done
|
||||
|
||||
# Use the --oauth2-client-id= and --oauth2-client-secret= switches for
|
||||
# setting GOOGLE_DEFAULT_CLIENT_ID and GOOGLE_DEFAULT_CLIENT_SECRET at
|
||||
# runtime -- this allows signing into Chromium without baked-in values
|
||||
patch -Np1 -i "$BPM_WORKDIR"/use-oauth2-client-switches-as-default.patch
|
||||
|
||||
# Fixes from Gentoo
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-138-nodejs-version-check.patch
|
||||
|
||||
# Increase _FORTIFY_SOURCE level to match Arch's default flags
|
||||
patch -Np1 -i "$BPM_WORKDIR"/increase-fortify-level.patch
|
||||
|
||||
# Fix issue about missing compiler flag, can be dropped when arch has LLVM 23
|
||||
# clang++: error: unknown argument: '-fsanitize-ignore-for-ubsan-feature=array-bounds'
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-145-drop-unknown-clang-flag.patch
|
||||
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/7487414
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-146-apply-upstream-libmuck-fix.patch
|
||||
|
||||
# https://crbug.com/456218403
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-145-fix-SYS_SECCOMP.patch
|
||||
|
||||
patch -Np1 -i "$BPM_WORKDIR"/ungoogled-chromium-145-build-with-wasm-rollup.patch
|
||||
|
||||
patch -Np1 -i "$BPM_WORKDIR"/dont_require_profiler_builtins.rlib.patch
|
||||
|
||||
# Allow building against system libraries in official builds
|
||||
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' tools/generate_shim_headers/generate_shim_headers.py
|
||||
@@ -84,7 +106,7 @@ build() {
|
||||
'chrome_pgo_phase=0'
|
||||
'rust_sysroot_absolute="/usr"'
|
||||
'rust_bindgen_root="/usr"'
|
||||
"rustc_version=\"$(rustc --version)\""
|
||||
"rustc_version=\"$(rustc --version | awk '{print $2 ;}')\""
|
||||
)
|
||||
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
|
||||
Reference in New Issue
Block a user