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

« back to all changes in this revision

Viewing changes to data/scalable/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 = scalable
 
2
 
 
3
iconsdir = $(datadir)/icons/hicolor/$(size)/apps
 
4
 
 
5
icons_DATA =                                    \
 
6
        gnome-panel-clock.svg                   \
 
7
        gnome-panel-fish.svg                    \
 
8
        gnome-panel-force-quit.svg              \
 
9
        gnome-panel-launcher.svg                \
 
10
        gnome-panel-notification-area.svg       \
 
11
        gnome-panel-separator.svg               \
 
12
        gnome-panel.svg                         \
 
13
        gnome-panel-window-list.svg             \
 
14
        gnome-panel-window-menu.svg             \
 
15
        gnome-panel-workspace-switcher.svg
 
16
 
 
17
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
18
 
 
19
install-data-hook: update-icon-cache
 
20
uninstall-hook: update-icon-cache
 
21
update-icon-cache:
 
22
        @-if test -z "$(DESTDIR)"; then \
 
23
                echo "Updating Gtk icon cache."; \
 
24
                $(gtk_update_icon_cache); \
 
25
        else \
 
26
                echo "*** Icon cache not updated. After (un)install, run this:"; \
 
27
                echo "***   $(gtk_update_icon_cache)"; \
 
28
        fi
 
29
 
 
30
EXTRA_DIST =            \
 
31
        $(icons_DATA)
 
32
 
 
33
-include $(top_srcdir)/git.mk