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

« back to all changes in this revision

Viewing changes to data/icons/scalable/status/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-08-13 09:22:28 UTC
  • mfrom: (2.1.54 upstream)
  • Revision ID: james.westby@ubuntu.com-20100813092228-t3as2pyseicp20dk
Tags: 2.31.6-0ubuntu1
* New upstream version:
  - Adjust dim timeout when necessary.
  - Backport support for new devices recognised in UPower.
  - Backport various translation fixes and translator comments from git master.
  - Do not assume the lid is open at boot.
  - Do not show gnome-power-statistics in the menus.
  - Do not show the prefs menu on LiveCD's and with GDM.
  - Don't treat percentage=0 as error condition.
  - Fix a crash when displaying the 'No GConf schema warning'.
* Drop 00git-initial-lid-status.patch, upstream now.
* 12-add-appindicators.patch: Port to new upstream version.
* Add 00git-devices-changed-signal.patch: Add a "devices-changed" signal.
  This was already in 2.31.1, but got dropped from the 2.32 branch. However,
  our appindicator patch needs it now.
* 02-notify-osd-support.patch: Unfuzz for new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
41
41
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
42
42
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/configure.ac
 
43
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
44
        $(top_srcdir)/configure.ac
44
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
46
        $(ACLOCAL_M4)
46
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
179
180
PANEL_LIBS = @PANEL_LIBS@
180
181
PATH_SEPARATOR = @PATH_SEPARATOR@
181
182
PKG_CONFIG = @PKG_CONFIG@
 
183
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
184
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
182
185
POFILES = @POFILES@
183
186
POSUB = @POSUB@
184
187
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
259
262
context = status
260
263
iconsdir = $(themedir)/$(size)/$(context)
261
264
icons_DATA = \
262
 
        ac-adapter.svg                  \
 
265
        gpm-ac-adapter.svg              \
263
266
        gpm-brightness-lcd.svg          \
264
267
        gpm-brightness-kbd.svg          \
265
268
        gpm-brightness-lcd-disabled.svg \
278
281
        gpm-mouse-000.svg               \
279
282
        gpm-mouse-060.svg               \
280
283
        gpm-mouse-100.svg               \
281
 
        battery-caution.svg             \
282
 
        battery-low.svg                 \
283
 
        battery-good.svg                \
284
 
        battery-full.svg                \
285
 
        battery-caution-charging.svg    \
286
 
        battery-low-charging.svg        \
287
 
        battery-good-charging.svg       \
288
 
        battery-full-charging.svg       \
289
 
        battery-missing.svg             \
290
 
        battery-empty.svg               \
 
284
        gpm-battery-000.svg             \
 
285
        gpm-battery-020.svg             \
 
286
        gpm-battery-040.svg             \
 
287
        gpm-battery-060.svg             \
 
288
        gpm-battery-080.svg             \
 
289
        gpm-battery-100.svg             \
 
290
        gpm-battery-000-charging.svg    \
 
291
        gpm-battery-020-charging.svg    \
 
292
        gpm-battery-040-charging.svg    \
 
293
        gpm-battery-060-charging.svg    \
 
294
        gpm-battery-080-charging.svg    \
 
295
        gpm-battery-100-charging.svg    \
 
296
        gpm-battery-missing.svg         \
 
297
        gpm-battery-charged.svg         \
 
298
        gpm-battery-empty.svg           \
291
299
        gpm-ups-000.svg                 \
292
300
        gpm-ups-020.svg                 \
293
301
        gpm-ups-040.svg                 \