rpms/totem/devel totem.spec,1.61,1.62

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 13 16:25:44 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/totem/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv995

Modified Files:
	totem.spec 
Log Message:
Update icon themes



Index: totem.spec
===================================================================
RCS file: /cvs/dist/rpms/totem/devel/totem.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- totem.spec	13 Jun 2006 16:09:44 -0000	1.61
+++ totem.spec	13 Jun 2006 16:25:42 -0000	1.62
@@ -116,10 +116,18 @@
     %{_sysconfdir}/gconf/schemas/$S \
      >/dev/null || :
 done
+touch %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
 
 %postun
 /sbin/ldconfig
 update-desktop-database -q
+touch %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -133,6 +141,7 @@
 %{_libdir}/libtotem-plparser.*
 %{_libdir}/nautilus/extensions-1.0/*.so*
 %{_bindir}/%{name}-video-thumbnailer
+%{_datadir}/icons/hicolor/48x48/apps/media-player-48.png
 %exclude %{_datadir}/%{name}/vanity.*
 %{_mandir}/man1/%{name}.1*
 %{_mandir}/man1/totem-video-thumbnailer.1.gz
@@ -152,6 +161,7 @@
 * Tue Jun 13 2006 Matthias Clasen <mclasen at redhat.com> - 1.5.2-1
 - Update to 1.5.2
 - BuildRequire hal
+- Update icon themes
 
 * Wed May 17 2006 Matthias Clasen <mclasen at redhat.com> - 1.5.1-1
 - Update to 1.5.1




More information about the fedora-cvs-commits mailing list