~ubuntu-branches/ubuntu/feisty/gnome-themes/feisty

« back to all changes in this revision

Viewing changes to icon-themes/HighContrast-SVG/scalable/apps/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-10 20:50:31 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060710205031-4108gyh8q78djwhl
Tags: 2.15.4-0ubuntu1
* New upstream release.
* debian/watch:
  - updated.
* debian/control.in:
  - add icon-naming-utils to Build-Depends.
* debian/gnome-themes.install:
  - remove Grand-Canyon, Simple, Smokey-Blue, Sandwish, Smokey, Ocean-Dream,
    Traditional, Sandy, Smokey-Blue, Smokey-Red from the list, not shipped 
    anymore.
  - add usr/share/locale to the list.
* debian/gnome-accessibility-themes.install:
  - added usr/share/icons/HighContrast-SVG to the list.
* debian/gnome-{accessibility-,}themes.{pre,post}*:
  - dropped, not needed, we have dh_iconcache.
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/themes, debian/gnome-themes.install: 
    - drop debian/themes.
  - debian/control.in:
    - we didn't make the gtk-engines change yet, revert dependency changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
themedir =  $(datadir)/icons/HighContrast-SVG
 
2
size = scalable
 
3
context = apps
 
4
 
 
5
icondir = $(themedir)/$(size)/$(context)
 
6
 
 
7
icon_DATA =                                             \
 
8
        accessories-calculator.svg                      \
 
9
        accessories-character-map.svg                   \
 
10
        accessories-dictionary.svg                      \
 
11
        accessories-text-editor.svg                     \
 
12
        help-browser.svg                                \
 
13
        internet-group-chat.svg                         \
 
14
        internet-mail.svg                               \
 
15
        internet-news-reader.svg                        \
 
16
        internet-web-browser.svg                        \
 
17
        multimedia-volume-control.svg                   \
 
18
        preferences-desktop-accessibility.svg           \
 
19
        preferences-desktop-font.svg                    \
 
20
        preferences-desktop-keyboard.svg                \
 
21
        preferences-desktop-locale.svg                  \
 
22
        preferences-desktop-multimedia.svg              \
 
23
        preferences-desktop-screensaver.svg             \
 
24
        preferences-desktop-theme.svg                   \
 
25
        preferences-desktop-wallpaper.svg               \
 
26
        preferences-system-network-proxy.svg            \
 
27
        preferences-system-session.svg                  \
 
28
        preferences-system-windows.svg                  \
 
29
        system-file-manager.svg                         \
 
30
        system-software-update.svg                      \
 
31
        utilities-system-monitor.svg                    \
 
32
        utilities-terminal.svg
 
33
 
 
34
EXTRA_DIST =                                            \
 
35
        $(icon_DATA)
 
36
 
 
37
install-data-local: install-iconDATA
 
38
        if  test -n "$(ICONMAP)" ; then \
 
39
                (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \
 
40
        fi
 
41
 
 
42
 
 
43
uninstall-symlinks:
 
44
        list=`ls $(DESTDIR)$(themedir)/$(size)/$(context)`; \
 
45
        for p in $$list; do \
 
46
                if test -h $(DESTDIR)$(themedir)/$(size)/$(context)/$$p; then \
 
47
                        rm -f $(DESTDIR)$(themedir)/$(size)/$(context)/$$p; \
 
48
                fi; \
 
49
        done
 
50
 
 
51
uninstall-am: uninstall-iconDATA uninstall-info-am uninstall-symlinks