~ubuntu-branches/ubuntu/maverick/gnome-power-manager/maverick

« back to all changes in this revision

Viewing changes to data/icons/24x24/status/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-08-05 23:58:02 UTC
  • mfrom: (2.1.53 upstream)
  • Revision ID: james.westby@ubuntu.com-20100805235802-5mno7epkaqy0x8rp
Tags: 2.31.1-0ubuntu1
* New upstream version:
  - Port from DeviceKit-power to UPower.
  - Remove the use of HAL from gnome-power-manager.
  - Add new 6 hours period in power history stats.
  - Use the device names from the shared-icon-specification.
  - Use the symbolic icons present in some themes.
  - Show the primary device time remaining as the first entry in the context menu.
  - Provide a pkexec helper for systems that do not have xbacklight capability.
* Drop 00git-kernel-backlight-interface.patch and
  00git-port-to-libupower.patch: Upstream now. The first backport was buggy
  and broke the correct detection and signalling of brightness values.
* 12-add-appindicators.patch: Port to new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
107
107
DEFS = @DEFS@
108
108
DEPDIR = @DEPDIR@
109
 
DEVKIT_CFLAGS = @DEVKIT_CFLAGS@
110
 
DEVKIT_LIBS = @DEVKIT_LIBS@
111
109
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
112
110
DOCBOOK2MAN = @DOCBOOK2MAN@
113
111
DOCDIR = @DOCDIR@
194
192
SYSCONFDIR = @SYSCONFDIR@
195
193
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
196
194
UNIQUE_LIBS = @UNIQUE_LIBS@
 
195
UPOWER_CFLAGS = @UPOWER_CFLAGS@
 
196
UPOWER_LIBS = @UPOWER_LIBS@
197
197
USE_NLS = @USE_NLS@
198
198
VERSION = @VERSION@
199
199
WARNINGFLAGS = @WARNINGFLAGS@
259
259
context = status
260
260
iconsdir = $(themedir)/$(size)/$(context)
261
261
icons_DATA = \
262
 
        gpm-ac-adapter.png              \
 
262
        ac-adapter.png                  \
263
263
        gpm-brightness-lcd.png          \
264
264
        gpm-brightness-kbd.png          \
265
265
        gpm-brightness-lcd-disabled.png \
286
286
        gpm-mouse-060.png               \
287
287
        gpm-mouse-080.png               \
288
288
        gpm-mouse-100.png               \
289
 
        gpm-battery-000.png             \
290
 
        gpm-battery-020.png             \
291
 
        gpm-battery-040.png             \
292
 
        gpm-battery-060.png             \
293
 
        gpm-battery-080.png             \
294
 
        gpm-battery-100.png             \
295
 
        gpm-battery-000-charging.png    \
296
 
        gpm-battery-020-charging.png    \
297
 
        gpm-battery-040-charging.png    \
298
 
        gpm-battery-060-charging.png    \
299
 
        gpm-battery-080-charging.png    \
300
 
        gpm-battery-100-charging.png    \
301
 
        gpm-battery-missing.png         \
302
 
        gpm-battery-charged.png         \
303
 
        gpm-battery-empty.png           \
 
289
        battery-caution.png             \
 
290
        battery-low.png                 \
 
291
        battery-good.png                \
 
292
        battery-full.png                \
 
293
        battery-caution-charging.png    \
 
294
        battery-low-charging.png        \
 
295
        battery-good-charging.png       \
 
296
        battery-full-charging.png       \
 
297
        battery-missing.png             \
 
298
        battery-empty.png               \
304
299
        gpm-ups-000.png                 \
305
300
        gpm-ups-020.png                 \
306
301
        gpm-ups-040.png                 \