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

« back to all changes in this revision

Viewing changes to icon-themes/HighContrast-SVG/scalable/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
 
 
2
themedir=       $(datadir)/icons/HighContrast-SVG/scalable
 
3
 
 
4
SUBDIRS = actions apps categories devices emblems mimetypes places status
 
5
 
 
6
#install: install-am
 
7
#       if test -e $(DESTDIR)$(libexecdir)/icon-name-mapping; then \
 
8
#               cd $(icondir) ; \
 
9
#               for context in $(SUBDIRS) ;  do \
 
10
#                       $(DESTDIR)$(libexecdir)/icon-name-mapping -c $$context; \
 
11
#               done \
 
12
#       fi