|
@@ -22,7 +22,7 @@ Name: chromium
|
|
Summary: Google's opens source browser project
|
|
Summary: Google's opens source browser project
|
|
Summary(ja): Googleのオープンソースウェブブラウザ
|
|
Summary(ja): Googleのオープンソースウェブブラウザ
|
|
#'
|
|
#'
|
|
-Version: 11.0.696.15
|
|
|
|
|
|
+Version: 11.0.696.20
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
@@ -366,8 +366,12 @@ EOF
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
|
|
-%__mkdir_p %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
-%__cp -a src/chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/pixmaps/chromium-browser.png
|
|
|
|
|
|
+# %__mkdir_p %{buildroot}%{_datadir}/pixmaps/
|
|
|
|
+# %__cp -a src/chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/pixmaps/chromium-browser.png
|
|
|
|
+for i in 16 22 24 32 48 64 128 256; do
|
|
|
|
+ %__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
|
|
|
|
+ %__cp -a src/chrome/app/theme/chromium/product_logo_${i}.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/chromium-browser.png || exit 1
|
|
|
|
+done
|
|
|
|
|
|
%__mkdir_p %{buildroot}%{_datadir}/applications/
|
|
%__mkdir_p %{buildroot}%{_datadir}/applications/
|
|
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE101}
|
|
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE101}
|
|
@@ -405,6 +409,20 @@ popd
|
|
%clean
|
|
%clean
|
|
%{__rm} -rf %{buildroot}
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
|
|
|
|
+%post
|
|
|
|
+touch --no-create %{_datadir}/icons/hicolor
|
|
|
|
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
+ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
|
|
|
+fi
|
|
|
|
+%{_bindir}/update-desktop-database --quiet %{_datadir}/applications || :
|
|
|
|
+
|
|
|
|
+%postun
|
|
|
|
+%{_bindir}/update-desktop-database --quiet %{_datadir}/applications
|
|
|
|
+touch --no-create %{_datadir}/icons/hicolor
|
|
|
|
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
+ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
|
|
|
+fi || :
|
|
|
|
+
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -419,7 +437,8 @@ popd
|
|
%{_libdir}/chromium/resources/
|
|
%{_libdir}/chromium/resources/
|
|
%{_libdir}/chromium/xdg-settings
|
|
%{_libdir}/chromium/xdg-settings
|
|
%{_mandir}/man1/chrom*
|
|
%{_mandir}/man1/chrom*
|
|
-%{_datadir}/pixmaps/chromium-browser.png
|
|
|
|
|
|
+#%{_datadir}/pixmaps/chromium-browser.png
|
|
|
|
+%{_datadir}/icons/hicolor/*/apps/chromium-browser.png
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
|
|
%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
|
|
%{_libdir}/chromium/libavcodec.so.52
|
|
%{_libdir}/chromium/libavcodec.so.52
|
|
@@ -443,10 +462,17 @@ popd
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.20-1
|
|
|
|
+- updated to 11.0.696.20
|
|
|
|
+- improved chromium-browser-vine.desktop
|
|
|
|
+
|
|
|
|
+* Sun Mar 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.17-1
|
|
|
|
+- updated to 11.0.696.17
|
|
|
|
+
|
|
* Sat Mar 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.15-1
|
|
* Sat Mar 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.15-1
|
|
- updated to 11.0.696.15
|
|
- updated to 11.0.696.15
|
|
- ready for Vine Linux 6 release
|
|
- ready for Vine Linux 6 release
|
|
-- dropped BuildRequires: v8-devel, libvpx-devel, libicu-devel
|
|
|
|
|
|
+- dropped BuildRequires: v8-devel, libicu-devel
|
|
|
|
|
|
* Wed Mar 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.5-1
|
|
* Wed Mar 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 11.0.696.5-1
|
|
- updated to 11.0.696.5 with v8 3.2.0
|
|
- updated to 11.0.696.5 with v8 3.2.0
|