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

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-10-19 16:47:02 UTC
  • mfrom: (2.1.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20091019164702-djq9f8m8xvcwtm2s
Tags: 2.28.1-0ubuntu1
* New upstream bug fix release:
  - Add missing indirection to return value of DriveSetAllSpindownTimeouts
    call.
  - Fix failure error messages and comments.
  - Help the kernel through its sleep key confusion.
  - Improve configure summary wrt HAL.
  - Use separate variables for dbus and dbus-glib.
  - Remove devkit-power tool configure check.
  - Correctly set the focus on the last used device in
    gnome-power-statistics.
  - Do not hide some radio buttons depending on the current machine state.
  - Fix up all the issues reported by clang.
  - Don't try to match and refresh some devices, to stop g-p-s crashing on
    virtual devices.
  - DeviceKit-disks is expecting an int as a value, not a uint.
  - Throttle screensaver before suspend/hibernate.
  - Translation updates.
* Drop 03-fix-dkdisks-arguments.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
DATADIR = @DATADIR@
121
121
DATADIRNAME = @DATADIRNAME@
122
122
DBUS_CFLAGS = @DBUS_CFLAGS@
 
123
DBUS_GLIB_REQUIRED = @DBUS_GLIB_REQUIRED@
123
124
DBUS_LIBS = @DBUS_LIBS@
124
125
DBUS_REQUIRED = @DBUS_REQUIRED@
125
126
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
127
128
DEPDIR = @DEPDIR@
128
129
DEVKIT_CFLAGS = @DEVKIT_CFLAGS@
129
130
DEVKIT_LIBS = @DEVKIT_LIBS@
130
 
DEVKIT_POWER = @DEVKIT_POWER@
131
131
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
132
132
DOCBOOK2MAN = @DOCBOOK2MAN@
133
133
DOCDIR = @DOCDIR@