summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@src.gnome.org>2006-07-14 16:19:59 +0000
committerJakub Steiner <jimmac@src.gnome.org>2006-07-14 16:19:59 +0000
commit3a4cdca4e6d272dbefe04a8cd8fdb21b89d18080 (patch)
tree963b3f583ed9d4108706d5bd63e082a47542415f
parent3d683a0eea06e22cabf636ba99f4ee79cd72b158 (diff)
downloadadwaita-icon-theme-3a4cdca4e6d272dbefe04a8cd8fdb21b89d18080.tar.gz
spinner at 32x32
-rw-r--r--32x32/Makefile.am2
-rw-r--r--32x32/animations/Makefile.am19
-rw-r--r--32x32/animations/process-idle.pngbin0 -> 718 bytes
-rw-r--r--32x32/animations/process-working.pngbin0 -> 22885 bytes
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
6 files changed, 25 insertions, 1 deletions
diff --git a/32x32/Makefile.am b/32x32/Makefile.am
index 61d9f7ba2..e3bad8551 100644
--- a/32x32/Makefile.am
+++ b/32x32/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = \
- apps devices emblems places status
+ animations apps devices emblems places status
MAINTAINERCLEANFILES = \
Makefile.in
diff --git a/32x32/animations/Makefile.am b/32x32/animations/Makefile.am
new file mode 100644
index 000000000..3e8d5a1a0
--- /dev/null
+++ b/32x32/animations/Makefile.am
@@ -0,0 +1,19 @@
+
+size = 32x32
+context = animations
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ process-idle.png \
+ process-working.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
+install-data-local: install-iconsDATA
+ (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
+
diff --git a/32x32/animations/process-idle.png b/32x32/animations/process-idle.png
new file mode 100644
index 000000000..637ed2006
--- /dev/null
+++ b/32x32/animations/process-idle.png
Binary files differ
diff --git a/32x32/animations/process-working.png b/32x32/animations/process-working.png
new file mode 100644
index 000000000..d95e77ffa
--- /dev/null
+++ b/32x32/animations/process-working.png
Binary files differ
diff --git a/ChangeLog b/ChangeLog
index e367b35c8..eaf051073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-14 Jakub Steiner <jimmac@ximian.com>
+
+ * 32x32/animations/*: spinner at 32x32
+
2006-07-12 Jakub Steiner <jimmac@ximian.com>
* scalable/status/appointment-*.*: fix 's' namespace URI
diff --git a/configure.in b/configure.in
index 181502907..4ae468e09 100644
--- a/configure.in
+++ b/configure.in
@@ -113,6 +113,7 @@ scalable/Makefile
24x24/stock/object/Makefile
24x24/stock/table/Makefile
24x24/stock/text/Makefile
+32x32/animations/Makefile
32x32/apps/Makefile
32x32/devices/Makefile
32x32/emblems/Makefile