gnome-icon-theme r1890 - in trunk: . 48x48 48x48/animations



Author: dobey
Date: Tue Mar 10 23:07:48 2009
New Revision: 1890
URL: http://svn.gnome.org/viewvc/gnome-icon-theme?rev=1890&view=rev

Log:

	Add a 48x48 of the new process-working icon to finish off #558367



Added:
   trunk/48x48/animations/
   trunk/48x48/animations/Makefile.am
   trunk/48x48/animations/process-working.png   (contents, props changed)
Modified:
   trunk/48x48/Makefile.am
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/48x48/Makefile.am
==============================================================================
--- trunk/48x48/Makefile.am	(original)
+++ trunk/48x48/Makefile.am	Tue Mar 10 23:07:48 2009
@@ -1,5 +1,6 @@
 SUBDIRS =		\
 	actions		\
+	animations	\
 	apps		\
 	devices		\
 	filesystems	\

Added: trunk/48x48/animations/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/48x48/animations/Makefile.am	Tue Mar 10 23:07:48 2009
@@ -0,0 +1,18 @@
+
+size = 48x48
+context = animations
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA =				\
+	process-working.png
+
+EXTRA_DIST =				\
+	$(icons_DATA)
+
+MAINTAINERCLEANFILES =			\
+	Makefile.in
+
+install-data-local: install-iconsDATA
+	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+

Added: trunk/48x48/animations/process-working.png
==============================================================================
Binary file. No diff available.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Mar 10 23:07:48 2009
@@ -147,6 +147,7 @@
 32x32/stock/Makefile
 32x32/stock/generic/Makefile
 48x48/actions/Makefile
+48x48/animations/Makefile
 48x48/apps/Makefile
 48x48/devices/Makefile
 48x48/filesystems/Makefile



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