automatic version update by autodist [release 80.0.3987.132-1mamba;Sun Mar 08 2020]
This commit is contained in:
parent
229a84f769
commit
45b35fd21b
@ -1,6 +1,6 @@
|
||||
Name: chromium
|
||||
Epoch: 3
|
||||
Version: 80.0.3987.122
|
||||
Version: 80.0.3987.132
|
||||
Release: 1mamba
|
||||
Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
@ -154,7 +154,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
# gclient sync --force
|
||||
# python src/tools/export_tarball/export_tarball.py --remove-nonessential-files chromium-%{version}
|
||||
|
||||
#% debug_package
|
||||
%debug_package
|
||||
|
||||
%description
|
||||
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.
|
||||
@ -242,7 +242,7 @@ for l in ${!_system_libs[@]} ${_system_libs[libjpeg]+libjpeg_turbo}; do
|
||||
-delete
|
||||
done
|
||||
|
||||
python2 build/linux/unbundle/repl ace_gn_files.py \
|
||||
python2 build/linux/unbundle/replace_gn_files.py \
|
||||
--system-libraries "${!_system_libs[@]}"
|
||||
|
||||
mkdir -p third_party/node/linux/node-linux-x64/bin
|
||||
@ -319,7 +319,7 @@ gn gen out/Release --args="${chromium_conf[*]}" \
|
||||
|
||||
# --fail-on-unused-args
|
||||
|
||||
_EOF
|
||||
#_EOF
|
||||
|
||||
ninja -C out/Release chrome chrome_sandbox chromedriver
|
||||
|
||||
@ -392,7 +392,7 @@ if [ -r /opt/chromium/PepperFlash/manifest.json ]; then
|
||||
--ppapi-flash-path=/opt/chromium/PepperFlash/libpepflashplayer.so \\
|
||||
--ppapi-flash-version=\${PEPPER_FLASH_VERSION} "\$@"
|
||||
else
|
||||
exec %{_libdir}/chromium/chromium "\$@"
|
||||
exec %{_libdir}/chromium/chromium --ignore-gpu-blacklist "\$@"
|
||||
fi
|
||||
_EOF
|
||||
chmod 755 %{buildroot}%{_bindir}/chromium
|
||||
@ -452,6 +452,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver
|
||||
%{_mandir}/man1/chromium.1*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 08 2020 Automatic Build System <autodist@mambasoft.it> 80.0.3987.132-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 03 2020 Automatic Build System <autodist@mambasoft.it> 80.0.3987.122-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user