nautilus r13584 - in trunk: . data/icons/16x16/apps data/icons/22x22/apps data/icons/24x24/apps data/icons/32x32/apps data/icons/scalable/apps



Author: lferrett
Date: Thu Jan 10 14:06:42 2008
New Revision: 13584
URL: http://svn.gnome.org/viewvc/nautilus?rev=13584&view=rev

Log:
2008-01-10  Luca Ferretti  <elle uca libero it>

	* data/icons/16x16/apps/Makefile.am:
	* data/icons/22x22/apps/Makefile.am:
	* data/icons/24x24/apps/Makefile.am:
	* data/icons/32x32/apps/Makefile.am:
	* data/icons/scalable/apps/Makefile.am:
	Run gtk-update-icon-cache one one when exiting from
	icons directory. Not needed to repeat it 5 times.



Modified:
   trunk/ChangeLog
   trunk/data/icons/16x16/apps/Makefile.am
   trunk/data/icons/22x22/apps/Makefile.am
   trunk/data/icons/24x24/apps/Makefile.am
   trunk/data/icons/32x32/apps/Makefile.am
   trunk/data/icons/scalable/apps/Makefile.am

Modified: trunk/data/icons/16x16/apps/Makefile.am
==============================================================================
--- trunk/data/icons/16x16/apps/Makefile.am	(original)
+++ trunk/data/icons/16x16/apps/Makefile.am	Thu Jan 10 14:06:42 2008
@@ -16,14 +16,3 @@
 EXTRA_DIST =		\
 	$(icons_DATA)	\
 	$(icons_SOURCE)
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-
-install-data-hook:
-	@-if test -z "$(DESTDIR)"; then \
-		echo "Updating Gtk icon cache."; \
-		$(gtk_update_icon_cache); \
-	else \
-		echo "*** Icon cache not updated.  After install, run this:"; \
-		echo "***   $(gtk_update_icon_cache)"; \
-	fi

Modified: trunk/data/icons/22x22/apps/Makefile.am
==============================================================================
--- trunk/data/icons/22x22/apps/Makefile.am	(original)
+++ trunk/data/icons/22x22/apps/Makefile.am	Thu Jan 10 14:06:42 2008
@@ -16,14 +16,3 @@
 EXTRA_DIST =		\
 	$(icons_DATA)	\
 	$(icons_SOURCE)
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-
-install-data-hook:
-	@-if test -z "$(DESTDIR)"; then \
-		echo "Updating Gtk icon cache."; \
-		$(gtk_update_icon_cache); \
-	else \
-		echo "*** Icon cache not updated.  After install, run this:"; \
-		echo "***   $(gtk_update_icon_cache)"; \
-	fi

Modified: trunk/data/icons/24x24/apps/Makefile.am
==============================================================================
--- trunk/data/icons/24x24/apps/Makefile.am	(original)
+++ trunk/data/icons/24x24/apps/Makefile.am	Thu Jan 10 14:06:42 2008
@@ -11,14 +11,3 @@
 
 EXTRA_DIST =		\
 	$(icons_DATA)
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-
-install-data-hook:
-	@-if test -z "$(DESTDIR)"; then \
-		echo "Updating Gtk icon cache."; \
-		$(gtk_update_icon_cache); \
-	else \
-		echo "*** Icon cache not updated.  After install, run this:"; \
-		echo "***   $(gtk_update_icon_cache)"; \
-	fi

Modified: trunk/data/icons/32x32/apps/Makefile.am
==============================================================================
--- trunk/data/icons/32x32/apps/Makefile.am	(original)
+++ trunk/data/icons/32x32/apps/Makefile.am	Thu Jan 10 14:06:42 2008
@@ -16,14 +16,3 @@
 EXTRA_DIST =		\
 	$(icons_DATA)	\
 	$(icons_SOURCE)
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-
-install-data-hook:
-	@-if test -z "$(DESTDIR)"; then \
-		echo "Updating Gtk icon cache."; \
-		$(gtk_update_icon_cache); \
-	else \
-		echo "*** Icon cache not updated.  After install, run this:"; \
-		echo "***   $(gtk_update_icon_cache)"; \
-	fi

Modified: trunk/data/icons/scalable/apps/Makefile.am
==============================================================================
--- trunk/data/icons/scalable/apps/Makefile.am	(original)
+++ trunk/data/icons/scalable/apps/Makefile.am	Thu Jan 10 14:06:42 2008
@@ -11,14 +11,3 @@
 
 EXTRA_DIST =		\
 	$(icons_DATA)
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-
-install-data-hook:
-	@-if test -z "$(DESTDIR)"; then \
-		echo "Updating Gtk icon cache."; \
-		$(gtk_update_icon_cache); \
-	else \
-		echo "*** Icon cache not updated.  After install, run this:"; \
-		echo "***   $(gtk_update_icon_cache)"; \
-	fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]