~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to data/32x32/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
size = 32x32
 
2
 
 
3
iconsdir = $(datadir)/icons/hicolor/$(size)/apps
 
4
 
 
5
icons_DATA =                                    \
 
6
        gnome-panel-clock.png                   \
 
7
        gnome-panel-fish.png                    \
 
8
        gnome-panel-force-quit.png              \
 
9
        gnome-panel-launcher.png                \
 
10
        gnome-panel-notification-area.png       \
 
11
        gnome-panel-separator.png               \
 
12
        gnome-panel.png                         \
 
13
        gnome-panel-window-list.png             \
 
14
        gnome-panel-window-menu.png             \
 
15
        gnome-panel-workspace-switcher.png
 
16
 
 
17
icons_SOURCE =                                  \
 
18
        gnome-panel-clock.svg                   \
 
19
        gnome-panel-fish.svg                    \
 
20
        gnome-panel-force-quit.svg              \
 
21
        gnome-panel-launcher.svg                \
 
22
        gnome-panel-notification-area.svg       \
 
23
        gnome-panel-separator.svg               \
 
24
        gnome-panel.svg                         \
 
25
        gnome-panel-window-list.svg             \
 
26
        gnome-panel-window-menu.svg             \
 
27
        gnome-panel-workspace-switcher.svg
 
28
 
 
29
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
30
 
 
31
install-data-hook: update-icon-cache
 
32
uninstall-hook: update-icon-cache
 
33
update-icon-cache:
 
34
        @-if test -z "$(DESTDIR)"; then \
 
35
                echo "Updating Gtk icon cache."; \
 
36
                $(gtk_update_icon_cache); \
 
37
        else \
 
38
                echo "*** Icon cache not updated. After (un)install, run this:"; \
 
39
                echo "***   $(gtk_update_icon_cache)"; \
 
40
        fi
 
41
 
 
42
EXTRA_DIST =            \
 
43
        $(icons_DATA)   \
 
44
        $(icons_SOURCE)
 
45
 
 
46
-include $(top_srcdir)/git.mk