mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
update to 41.0.2272.76
This commit is contained in:
parent
830031c751
commit
3f2d93483e
2 changed files with 4 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -3,4 +3,4 @@ sources:
|
|||
gn-binaries.tar.xz: 312d6a6addabeed98f3357d34dbc87ccfd43026b
|
||||
depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5
|
||||
new-system-icons.tar.xz: 89339b8b3b05359a8745ed7968fe148902a2fa28
|
||||
chromium-40.0.2214.115.tar.xz: b009e6f8ab7e9c1978e0822502f08d83574ad866
|
||||
chromium-41.0.2272.76.tar.xz: 106955048896786b96a7eba74405d19840a3346e
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
%define chromium_system_libs 0
|
||||
|
||||
Name: chromium-browser-stable
|
||||
Version: 40.0.2214.115
|
||||
Version: 41.0.2272.76
|
||||
Release: 1
|
||||
Summary: A fast webkit-based web browser
|
||||
Group: Networking/WWW
|
||||
|
@ -244,6 +244,7 @@ cp -a out/Release/chromedriver %{buildroot}%{_crdir}/chromedriver
|
|||
install -m 644 out/Release/chrome.1 %{buildroot}%{_mandir}/man1/%{crname}.1
|
||||
install -m 644 out/Release/*.pak %{buildroot}%{_crdir}/
|
||||
install -m 644 out/Release/icudtl.dat %{buildroot}%{_crdir}/
|
||||
cp -a out/Release/*_blob.bin %{buildroot}%{_crdir}/
|
||||
install -m 755 out/Release/libffmpegsumo.so %{buildroot}%{_crdir}/
|
||||
|
||||
# chromium components
|
||||
|
@ -303,6 +304,7 @@ install -p -m755 %{SOURCE1000} %{buildroot}%{_docdir}/%{name}
|
|||
%{_crdir}/chrome_100_percent.pak
|
||||
%{_crdir}/content_resources.pak
|
||||
%{_crdir}/keyboard_resources.pak
|
||||
%{_crdir}/*_blob.bin
|
||||
%{_crdir}/themes
|
||||
%{_crdir}/default_apps
|
||||
%dir %{_crdir}/pepper
|
||||
|
|
Loading…
Add table
Reference in a new issue