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

« back to all changes in this revision

Viewing changes to data/icons/48x48/apps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-02-05 13:28:09 UTC
  • mfrom: (2.1.49 upstream)
  • Revision ID: james.westby@ubuntu.com-20100205132809-jfmqtr00ri6flcv2
Tags: 2.29.2-0ubuntu1
* New upstream release:
  - Move the power management preferences into the hardware section of the
    control center.
  - Use the name of 'Power' for the power management preferences capplet
  - Don't rely on the cached value of the lid status, to fix a double
    suspend issue (LP: #425411)
  - Add a flag to inhibit consolekit events just after we resumed
  - Don't automatically suspend if there are suspend inhibits
  - Do not exit if hal is not available
  - Only connect to HAL if there is no xrandr backlight hardware
  - Fix compile when using an ld that defaults to --as-needed
  - Enable the help action in gnome-power-statistics. Fixes #607005
  - Ensure the window is realized before we invalidate it. Fixes #604918
  - Don't show the user a sleep failed link pointing to the quirk site
  - Show the device name even when using UPower
  - Translation updates.
* Drop patches accepted upstream: 
  + 03-run-without-hal.patch
  + 04-dont-connect-to-hal-with-xrandr.patch
  + 09-fix-double-suspend.patch
* Regenerate 90-autotools.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
142
142
GPM_EXTRA_LIBS = @GPM_EXTRA_LIBS@
143
143
GREP = @GREP@
144
144
GTK_REQUIRED = @GTK_REQUIRED@
145
 
HAL_CFLAGS = @HAL_CFLAGS@
146
 
HAL_LIBS = @HAL_LIBS@
147
145
HELP_DIR = @HELP_DIR@
148
146
INSTALL = @INSTALL@
149
147
INSTALL_DATA = @INSTALL_DATA@
187
185
PACKAGE_NAME = @PACKAGE_NAME@
188
186
PACKAGE_STRING = @PACKAGE_STRING@
189
187
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
188
PACKAGE_URL = @PACKAGE_URL@
190
189
PACKAGE_VERSION = @PACKAGE_VERSION@
191
190
PANEL_CFLAGS = @PANEL_CFLAGS@
192
191
PANEL_LIBS = @PANEL_LIBS@
210
209
VERSION = @VERSION@
211
210
WARNINGFLAGS = @WARNINGFLAGS@
212
211
WARN_CFLAGS = @WARN_CFLAGS@
 
212
X11_CFLAGS = @X11_CFLAGS@
 
213
X11_LIBS = @X11_LIBS@
213
214
XGETTEXT = @XGETTEXT@
214
215
XMKMF = @XMKMF@
215
216
XMLTO = @XMLTO@