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

« back to all changes in this revision

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