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

« back to all changes in this revision

Viewing changes to icon-themes/Smokey-Blue/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
 
THEME_IN_FILES = index.theme.in
2
 
 
3
 
%.theme:   %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
4
 
 
5
 
icondir = $(datadir)/icons/Smokey-Blue
6
 
nobase_icon_DATA = \
7
 
  index.theme \
8
 
  48x48/emblems/emblem-nowrite.png \
9
 
  64x64/filesystems/gnome-fs-trash-full-accept.png \
10
 
  64x64/filesystems/gnome-fs-nfs.png \
11
 
  64x64/filesystems/gnome-fs-trash-empty.png \
12
 
  64x64/filesystems/gnome-fs-trash-empty-accept.png \
13
 
  64x64/filesystems/gnome-fs-trash-full.png \
14
 
  64x64/filesystems/gnome-fs-directory.png \
15
 
  72x72/filesystems/gnome-fs-directory.png \
16
 
  96x96/filesystems/gnome-fs-directory.png
17
 
 
18
 
DISTCLEANFILES = index.theme
19
 
EXTRA_DIST = index.theme.in $(nobase_icon_DATA)