Update package version to 150.0.7871.46

This commit is contained in:
2026-07-08 13:33:22 +03:00
parent d91e265d76
commit b16a9e9a21
5 changed files with 122 additions and 2 deletions
+11
View File
@@ -39,6 +39,17 @@ prepare() {
patch -Np1 -i "$BPM_WORKDIR"/chromium-149-use-of-undeclared-identifier-ERROR.patch
# Fix issue about missing AR file
# Credit: https://github.com/ungoogled-software/ungoogled-chromium/pull/3837
patch -Np1 -i "$BPM_WORKDIR"/chromium-150-fix-ar-unbundle.patch
# Fix issue about missing sysroot path
# Credit: https://github.com/ungoogled-software/ungoogled-chromium/pull/3837#issuecomment-4836756738
patch -Np1 -i "$BPM_WORKDIR"/chromium-150-fix-sysroot-path-error.patch
# Fix issue about missing AVX functions
# Credit: https://github.com/ungoogled-software/ungoogled-chromium/pull/3837
patch -Np1 -i "$BPM_WORKDIR"/chromium-150-revert-avx-flag-change.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