automatic version update by autodist [release 133.0.6943.35-1mamba;Sun Feb 02 2025]
This commit is contained in:
parent
e4a3e4634c
commit
5685b63684
@ -3,7 +3,7 @@
|
|||||||
%define clang_version %(clang --version | grep -m1 version | sed 's/[^0-9.]//g' | cut -d. -f1)
|
%define clang_version %(clang --version | grep -m1 version | sed 's/[^0-9.]//g' | cut -d. -f1)
|
||||||
Name: chromium
|
Name: chromium
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 132.0.6834.159
|
Version: 133.0.6943.35
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web
|
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
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -103,13 +103,15 @@ Chromium is an open-source browser project that aims to build a safer, faster, a
|
|||||||
# Chromium adds its own LTO flags
|
# Chromium adds its own LTO flags
|
||||||
%global _lto_cflags %{nil}
|
%global _lto_cflags %{nil}
|
||||||
|
|
||||||
%define _default_patch_fuzz 2
|
#% define _default_patch_fuzz 2
|
||||||
|
|
||||||
%global __provides_exclude_from ^%{_libdir}/chromium/.*$
|
%global __provides_exclude_from ^%{_libdir}/chromium/.*$
|
||||||
|
|
||||||
|
%global __rm /bin/true
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a2
|
#% setup -q -a2
|
||||||
#% setup -q -D -T
|
%setup -q -D -T
|
||||||
|
exit 1
|
||||||
#:<< ___EOF
|
#:<< ___EOF
|
||||||
|
|
||||||
# Allow building against system libraries in official builds
|
# Allow building against system libraries in official builds
|
||||||
@ -222,7 +224,7 @@ sed -i "s|aarch64-linux-gnu|aarch64-openmamba-linux-gnu|" \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< ___EOF
|
:<< _EOF
|
||||||
export CC=clang
|
export CC=clang
|
||||||
export CXX=clang++
|
export CXX=clang++
|
||||||
export AR=llvm-ar
|
export AR=llvm-ar
|
||||||
@ -350,15 +352,16 @@ sed -i \
|
|||||||
%{buildroot}%{_datadir}/applications/chromium.desktop \
|
%{buildroot}%{_datadir}/applications/chromium.desktop \
|
||||||
%{buildroot}%{_mandir}/man1/chromium.1
|
%{buildroot}%{_mandir}/man1/chromium.1
|
||||||
|
|
||||||
# Install metainfo file
|
# Fill in common Chrome/Chromium AppData template with Chromium info
|
||||||
install -Dm644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
|
(
|
||||||
%{buildroot}%{_datadir}/metainfo/chromium.appdata.xml
|
tmpl_file=chrome/installer/linux/common/appdata.xml.template
|
||||||
sed -ni \
|
info_file=chrome/installer/linux/common/chromium-browser.info
|
||||||
-e 's/chromium-browser\.desktop/chromium.desktop/' \
|
. $info_file; PACKAGE=chromium
|
||||||
-e '/<update_contact>/d' \
|
export $(grep -o '^[A-Z_]*' $info_file)
|
||||||
-e '/<p>/N;/<p>\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
|
sed -E -e 's/@@([A-Z_]*)@@/\${\1}/g' -e '/<update_contact>/d' $tmpl_file | envsubst
|
||||||
-e '/^<?xml/,$p' \
|
) \
|
||||||
%{buildroot}%{_datadir}/metainfo/chromium.appdata.xml
|
| install -Dm644 /dev/stdin %{buildroot}%{_datadir}/metainfo/chromium.appdata.xml
|
||||||
|
|
||||||
|
|
||||||
# install master_preferences file for first run and homepage customization
|
# install master_preferences file for first run and homepage customization
|
||||||
install -m0644 %{SOURCE1} %{buildroot}%{_libdir}/chromium/master_preferences
|
install -m0644 %{SOURCE1} %{buildroot}%{_libdir}/chromium/master_preferences
|
||||||
@ -423,6 +426,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver
|
|||||||
%{_mandir}/man1/chromium.1*
|
%{_mandir}/man1/chromium.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 02 2025 Automatic Build System <autodist@openmamba.org> 133.0.6943.35-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jan 30 2025 Automatic Build System <autodist@openmamba.org> 132.0.6834.159-1mamba
|
* Thu Jan 30 2025 Automatic Build System <autodist@openmamba.org> 132.0.6834.159-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user