~ubuntu-branches/ubuntu/intrepid/gnome-system-tools/intrepid-updates

« back to all changes in this revision

Viewing changes to icons/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2008-02-26 18:31:28 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20080226183128-xys30toba3pbd9vz
Tags: 2.21.92-0ubuntu1
* New upstream releases:
  + Time
    - Add tangoified time-admin icon
  + Common
    - Only show one "configuration changed" dialog if several
      signals are received
    - Do not reload configuration if there's a good chance
      the tool changed the configuration
  + Shares
    - Do not behave strangely when clicked on a separator
      in the shares table header
  + Network
    - Make ESSID field mandatory
  + Updated translations
* debian/patches/98_automake.dpatch:
  + Updated for the new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
 
2
 
 
3
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
4
 
 
5
install-data-hook: update-icon-cache
 
6
uninstall-hook: update-icon-cache
 
7
update-icon-cache:
 
8
        @-if test -z "$(DESTDIR)"; then \
 
9
                echo "Updating Gtk icon cache."; \
 
10
                $(gtk_update_icon_cache); \
 
11
        else \
 
12
                echo "*** Icon cache not updated.  After (un)install, run this:"; \
 
13
                echo "***   $(gtk_update_icon_cache)"; \
 
14
        fi