~ubuntu-branches/ubuntu/lucid/gnome-themes-extras/lucid

« back to all changes in this revision

Viewing changes to Wasp/icons/scalable/apps/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2004-06-23 20:28:52 UTC
  • Revision ID: james.westby@ubuntu.com-20040623202852-j7hu6zargn5hnban
Tags: upstream-0.7.debian.1
ImportĀ upstreamĀ versionĀ 0.7.debian.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
icondir = $(datadir)/icons/Wasp/scalable/apps
 
2
NULL = 
 
3
icon_DATA = \
 
4
        advanced-directory.svg \
 
5
        applets-screenshooter.svg \
 
6
        background-capplet.svg \
 
7
        bluefish.svg \
 
8
        control-center2.svg \
 
9
        file-manager.svg \
 
10
        file-roller.svg \
 
11
        fonts-capplet.svg \
 
12
        gdm.svg \
 
13
        gedit-icon.svg \
 
14
        gnome-applications.svg \
 
15
        gnome-audio2.svg \
 
16
        gnome-cd-player.svg \
 
17
        gnome-devel.svg \
 
18
        gnome-envelope.svg \
 
19
        gnome-eyes.svg \
 
20
        gnome-favorites.svg \
 
21
        gnome-gaim.svg \
 
22
        gnome-gimp.svg \
 
23
        gnome-globe.svg \
 
24
        gnome-multimedia.svg \
 
25
        gnome-joystick.svg \
 
26
        gnome-monitor.svg \
 
27
        gnome-multimedia.svg \
 
28
        gnome-printers-properties.svg \
 
29
        gnome-terminal.svg \
 
30
        gnome-util.svg \
 
31
        gnumeric.svg \
 
32
        hwbrowser.svg \
 
33
        gnome-pdf.svg \
 
34
        keyboard.svg \
 
35
        mozilla-star.svg \
 
36
        my-computer.svg \
 
37
        network-config.svg \
 
38
        network.svg \
 
39
        procman.svg \
 
40
        redhat-config-date.svg \
 
41
        redhat-config-users.svg \
 
42
        redhat-config-xfree86.svg \
 
43
        screensaver-properties.svg \
 
44
        system-tools.svg \
 
45
        vanity.svg \
 
46
        ximian-evolution-calendar.svg \
 
47
        ximian-redhat-config-nfs.svg \
 
48
        gnome-help.svg \
 
49
        gnome-home.svg \
 
50
        gnome-ccdesktop.svg \
 
51
        mouse-capplet.svg \
 
52
        login-photo.svg \
 
53
        keyboard-capplet.svg \
 
54
        keyboard-shortcut.svg \
 
55
        redhat-config-date.svg \
 
56
        user_auth.svg \
 
57
        gnome-logo.svg \
 
58
        webbrowser.svg \
 
59
        $(NULL)
 
60
EXTRA_DIST = $(icon_DATA)
 
61
 
 
62
install-data-local:
 
63
        mkdir -p $(DESTDIR)$(icondir)
 
64
        cd $(DESTDIR)$(icondir) && \
 
65
        ln -sf advanced-directory.svg system-tools-32.svg && \
 
66
        ln -sf gnome-audio2.svg xmms.svg && \
 
67
        ln -sf gnome-audio2.svg gnome-media-player.svg && \
 
68
        ln -sf gnome-gimp.svg gnome-palette.svg && \
 
69
        ln -sf gnome-envelope.svg evolution-1.4.svg && \
 
70
        ln -sf gnome-envelope.svg redhat-email.svg && \
 
71
        ln -sf mozilla-star.svg redhat-web-browser.svg && \
 
72
        ln -sf gnome-applications.svg redhat-office.svg && \
 
73
        ln -sf my-computer.svg redhat-home.svg && \
 
74
        ln -sf gnome-joystick.svg redhat-games.svg && \
 
75
        ln -sf gnome-globe.svg web-browser.svg && \
 
76
        ln -sf gnome-globe.svg redhat-internet.svg && \
 
77
        ln -sf gnome-logo.svg redhat-main-menu.svg && \
 
78
        ln -sf gnome-logo.svg gnome-main-menu.svg && \
 
79
        ln -sf gnome-multimedia.svg redhat-sound_video.svg && \
 
80
        ln -sf gnome-devel.svg redhat-programming.svg && \
 
81
        ln -sf gnome-home.svg redhat-home.svg && \
 
82
        ln -sf gnome-ccdesktop.svg redhat-preferences.svg && \
 
83
        ln -sf gnome-gaim.svg gaim.svg
 
84
 
 
85
uninstall-local:
 
86
        rm -rf $(DESTDIR)$(icondir)/system-tools-32.svg && \
 
87
        rm -rf $(DESTDIR)$(icondir)/xmms.svg && \
 
88
        rm -rf $(DESTDIR)$(icondir)/gnome-palette.svg && \
 
89
        rm -rf $(DESTDIR)$(icondir)/evolution-1.4.svg && \
 
90
        rm -rf $(DESTDIR)$(icondir)/redhat-email.svg
 
91
        rm -rf $(DESTDIR)$(icondir)/redhat-web-browser.svg && \
 
92
        rm -rf $(DESTDIR)$(icondir)/web-browser.svg  && \
 
93
        rm -rf $(DESTDIR)$(icondir)/redhat-*.svg && \
 
94
        rm -rf $(DESTDIR)$(icondir)/gnome-main-menu.svg && \
 
95
        rm -rf $(DESTDIR)$(icondir)/gaim.svg