[Goodies-commits] r2943 - in ristretto/trunk/icons: . 16x16 48x48 scalable

Stephan Arts stephan at xfce.org
Thu Aug 2 13:48:39 CEST 2007


Author: stephan
Date: 2007-08-02 11:48:39 +0000 (Thu, 02 Aug 2007)
New Revision: 2943

Added:
   ristretto/trunk/icons/16x16/Makefile.am
   ristretto/trunk/icons/48x48/Makefile.am
   ristretto/trunk/icons/Makefile.am
   ristretto/trunk/icons/scalable/Makefile.am
Log:
add missing makefiles

Added: ristretto/trunk/icons/16x16/Makefile.am
===================================================================
--- ristretto/trunk/icons/16x16/Makefile.am	                        (rev 0)
+++ ristretto/trunk/icons/16x16/Makefile.am	2007-08-02 11:48:39 UTC (rev 2943)
@@ -0,0 +1,9 @@
+
+# Inspired by Makefile.am from the Thunar file-manager
+
+iconsdir = $(datadir)/icons/hicolor/16x16/apps
+icons_DATA = ristretto.png
+	
+
+EXTRA_DIST = $(icons_DATA)
+

Added: ristretto/trunk/icons/48x48/Makefile.am
===================================================================
--- ristretto/trunk/icons/48x48/Makefile.am	                        (rev 0)
+++ ristretto/trunk/icons/48x48/Makefile.am	2007-08-02 11:48:39 UTC (rev 2943)
@@ -0,0 +1,9 @@
+
+# Inspired by Makefile.am from the Thunar file-manager
+
+iconsdir = $(datadir)/icons/hicolor/48x48/apps
+icons_DATA = ristretto.png
+	
+
+EXTRA_DIST = $(icons_DATA)
+

Added: ristretto/trunk/icons/Makefile.am
===================================================================
--- ristretto/trunk/icons/Makefile.am	                        (rev 0)
+++ ristretto/trunk/icons/Makefile.am	2007-08-02 11:48:39 UTC (rev 2943)
@@ -0,0 +1,16 @@
+# Inspired by Makefile.am from the Thunar file-manager
+
+SUBDIRS = 16x16 48x48 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: ristretto/trunk/icons/scalable/Makefile.am
===================================================================
--- ristretto/trunk/icons/scalable/Makefile.am	                        (rev 0)
+++ ristretto/trunk/icons/scalable/Makefile.am	2007-08-02 11:48:39 UTC (rev 2943)
@@ -0,0 +1,7 @@
+
+# Inspired by Makefile.am from the Thunar file-manager
+
+iconsdir = $(datadir)/icons/hicolor/scalable/apps
+icons_DATA = ristretto.svg
+
+EXTRA_DIST = $(icons_DATA)




More information about the Goodies-commits mailing list