diff options
author | Rodney Dawes <dobey.pwns@gmail.com> | 2008-06-09 15:11:42 +0000 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2008-06-09 15:11:42 +0000 |
commit | 3f5f1089e898dddef5cc5164d660fc61ea86e6e5 (patch) | |
tree | 516d8304068f88db591786b2f74e996dd436d6cf /48x48 | |
parent | 74706b873b87c18158ab9f2c3ca995b13c96a889 (diff) | |
download | adwaita-icon-theme-3f5f1089e898dddef5cc5164d660fc61ea86e6e5.tar.gz |
Replace the gnome-searchtool animation with symlinks to process-*
2008-06-09 Rodney Dawes <dobey.pwns@gmail.com>
* 48x48/animations/Makefile.am:
* 48x48/apps/Makefile.am:
* 48x48/apps/gnome-searchtool-animation.png:
* 48x48/apps/gnome-searchtool-animation-rest.png:
Replace the gnome-searchtool animation with symlinks to process-*
svn path=/trunk/; revision=1810
Diffstat (limited to '48x48')
-rw-r--r-- | 48x48/animations/Makefile.am | 5 | ||||
-rw-r--r-- | 48x48/apps/Makefile.am | 2 | ||||
-rw-r--r-- | 48x48/apps/gnome-searchtool-animation-rest.png | bin | 2983 -> 0 bytes | |||
-rw-r--r-- | 48x48/apps/gnome-searchtool-animation.png | bin | 6105 -> 0 bytes |
4 files changed, 4 insertions, 3 deletions
diff --git a/48x48/animations/Makefile.am b/48x48/animations/Makefile.am index d47528bbd..738ddf4fd 100644 --- a/48x48/animations/Makefile.am +++ b/48x48/animations/Makefile.am @@ -16,4 +16,7 @@ MAINTAINERCLEANFILES = \ install-data-local: install-iconsDATA (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) - + (cd $(DESTDIR)$(themedir)/$(size)/$(context) && \ + ln -s process-idle.png gnome-searchtool-animation-rest.png && \ + ln -s process-working.png gnome-searchtool-animation.png \ + ) diff --git a/48x48/apps/Makefile.am b/48x48/apps/Makefile.am index 20b71f3a5..8a1906aab 100644 --- a/48x48/apps/Makefile.am +++ b/48x48/apps/Makefile.am @@ -21,8 +21,6 @@ icons_DATA = \ gnome-finance.png \ gnome-networktool.png \ gnome-pdf.png \ - gnome-searchtool-animation.png \ - gnome-searchtool-animation-rest.png \ gnome-server-config.png \ gnome-settings-accessibility-keyboard.png \ gnome-settings-default-applications.png \ diff --git a/48x48/apps/gnome-searchtool-animation-rest.png b/48x48/apps/gnome-searchtool-animation-rest.png Binary files differdeleted file mode 100644 index 45769a93f..000000000 --- a/48x48/apps/gnome-searchtool-animation-rest.png +++ /dev/null diff --git a/48x48/apps/gnome-searchtool-animation.png b/48x48/apps/gnome-searchtool-animation.png Binary files differdeleted file mode 100644 index ba0647a43..000000000 --- a/48x48/apps/gnome-searchtool-animation.png +++ /dev/null |