~vcs-imports/gnome-mag/master

« back to all changes in this revision

Viewing changes to colorblind/data/art/Makefile.am

  • Committer: Carlos Eduardo Rodrigues Diógenes
  • Date: 2007-06-03 23:52:07 UTC
  • Revision ID: git-v1:42a8898cb38357218626e4c81555423da8ab37cd
Tags: GNOME_MAG_0_14_5
commit the changes of the colorblind applet

svn path=/trunk/; revision=515

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# *****************************************************************************
 
2
# Images and icon
 
3
# *****************************************************************************
 
4
artdir = $(datadir)/colorblind/art
 
5
art_DATA = \
 
6
        colorblind-applet.svg \
 
7
        colorblind-applet.png
 
8
 
 
9
16icondir = $(datadir)/icons/hicolor/16x16/apps
 
10
16icon_DATA = 16x16/colorblind-applet.png
 
11
 
 
12
24icondir = $(datadir)/icons/hicolor/24x24/apps
 
13
24icon_DATA = 24x24/colorblind-applet.png
 
14
 
 
15
48icondir = $(datadir)/icons/hicolor/48x48/apps
 
16
48icon_DATA = 48x48/colorblind-applet.png
 
17
 
 
18
96icondir = $(datadir)/icons/hicolor/96x96/apps
 
19
96icon_DATA = 96x96/colorblind-applet.png
 
20
 
 
21
svgicondir = $(datadir)/icons/hicolor/scalable/apps
 
22
svgicon_DATA = scalable/colorblind-applet.svg
 
23
 
 
24
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
25
 
 
26
install-data-hook:
 
27
        @-if test -z "$(DESTDIR)"; then \
 
28
                echo "Updating Gtk icon cache."; \
 
29
                $(gtk_update_icon_cache); \
 
30
        else \
 
31
                echo "*** Icon cache not updated.  After install, run this:"; \
 
32
                echo "***   $(gtk_update_icon_cache)"; \
 
33
        fi
 
34
 
 
35
EXTRA_DIST = \
 
36
        $(art_DATA) \
 
37
        $(16icon_DATA) \
 
38
        $(24icon_DATA) \
 
39
        $(48icon_DATA) \
 
40
        $(96icon_DATA) \
 
41
        $(svgicon_DATA)