~ubuntu-branches/ubuntu/karmic/gnome-power-manager/karmic-updates

« back to all changes in this revision

Viewing changes to data/icons/22x22/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-06-03 16:06:07 UTC
  • mfrom: (2.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603160607-r4v2e7h62aqej4jc
Tags: 2.27.1-0ubuntu1
* New upstream release:
  - Add DOAP file.
  - Connect to gnome-session and exit on logout.
  - Change the default lid close on AC policy to be suspend, not blank.
  - Show the processor device if we have capability, not if we have events.
  - Add support for the DeviceKit-power property lid-is-closed so we can now
    run without --enable-legacy-buttons.
  - Convert from libglade to GtkBuilder.
  - Expose graph details as properties on the object, and constrain time to
    user value. (GNOME #581910).
  - Add a composite device to GpmEngine so we can DTRT for multiple primary
    batteries.
  - Lots of bug fixes.
  - Translation updates.
* debian/rules: Drop --enable-legacy-buttons, not necessary any more.
* debian/control.in: Drop libhal-dev and libglade2-dev build dependencies,
  add new libdevkit-power-gobject-dev build dep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
138
138
LD = @LD@
139
139
LDFLAGS = @LDFLAGS@
140
 
LIBGLADE_REQUIRED = @LIBGLADE_REQUIRED@
141
140
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
142
141
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
143
142
LIBNOTIFY_REQUIRED = @LIBNOTIFY_REQUIRED@
268
267
              exit 1;; \
269
268
          esac; \
270
269
        done; \
271
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/icons/22x22/Makefile'; \
 
270
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/icons/22x22/Makefile'; \
272
271
        cd $(top_srcdir) && \
273
 
          $(AUTOMAKE) --gnu  data/icons/22x22/Makefile
 
272
          $(AUTOMAKE) --foreign  data/icons/22x22/Makefile
274
273
.PRECIOUS: Makefile
275
274
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
276
275
        @case '$?' in \