Update package version to 151.0.7922.173

This commit is contained in:
2026-09-04 15:56:36 +03:00
parent 3cd41c0743
commit 24fbd83883
6 changed files with 57 additions and 115 deletions
+5 -8
View File
@@ -39,13 +39,8 @@ 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
# Credit: https://github.com/ungoogled-software/ungoogled-chromium/pull/3883
patch -Np1 -i "$BPM_WORKDIR"/chromium-151-dont-depends-on-histograms.xml-if-it-is-not-git-checkout.patch
# Fix issue about missing AVX functions
# Credit: https://github.com/ungoogled-software/ungoogled-chromium/pull/3837
@@ -57,11 +52,13 @@ prepare() {
# Link to system tools required by the build
mkdir -p third_party/node/linux/node-linux-x64/bin \
third_party/rust-toolchain/bin \
third_party/jdk/current/bin
third_party/jdk/current/bin \
third_party/dawn/tools/golang/linux-amd64/bin
ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
ln -s /usr/bin/rustc third_party/rust-toolchain/bin/
ln -s /usr/bin/java third_party/jdk/current/bin/
ln -s /usr/bin/go third_party/dawn/tools/golang/linux-amd64/bin/
# Use system gperf binary
rm -f third_party/gperf/cipd/bin/gperf