[Goodies-commits] r5668 - in xfce4-power-manager/trunk/data: . icons icons/scalable

Ali Abdallah aliov at xfce.org
Fri Oct 17 14:43:41 CEST 2008


Author: aliov
Date: 2008-10-17 12:43:41 +0000 (Fri, 17 Oct 2008)
New Revision: 5668

Added:
   xfce4-power-manager/trunk/data/Makefile.am
   xfce4-power-manager/trunk/data/icons/Makefile.am
   xfce4-power-manager/trunk/data/icons/scalable/Makefile.am
Log:
Added icons with subfolder ordering

Added: xfce4-power-manager/trunk/data/Makefile.am
===================================================================
--- xfce4-power-manager/trunk/data/Makefile.am	                        (rev 0)
+++ xfce4-power-manager/trunk/data/Makefile.am	2008-10-17 12:43:41 UTC (rev 5668)
@@ -0,0 +1 @@
+SUBDIRS = icons
\ No newline at end of file

Added: xfce4-power-manager/trunk/data/icons/Makefile.am
===================================================================
--- xfce4-power-manager/trunk/data/icons/Makefile.am	                        (rev 0)
+++ xfce4-power-manager/trunk/data/icons/Makefile.am	2008-10-17 12:43:41 UTC (rev 5668)
@@ -0,0 +1,17 @@
+SUBDIRS =         \
+	scalable  
+        						
+	
+
+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. Remember to run:";	\
+		echo "***";						\
+                echo "***   $(gtk_update_icon_cache)";			\
+		echo "***";						\
+        fi

Added: xfce4-power-manager/trunk/data/icons/scalable/Makefile.am
===================================================================
--- xfce4-power-manager/trunk/data/icons/scalable/Makefile.am	                        (rev 0)
+++ xfce4-power-manager/trunk/data/icons/scalable/Makefile.am	2008-10-17 12:43:41 UTC (rev 5668)
@@ -0,0 +1,2 @@
+SUBDIRS = actions apps status
+




More information about the Goodies-commits mailing list