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

« back to all changes in this revision

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