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

« back to all changes in this revision

Viewing changes to data/icons/16x16/apps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-03-29 14:34:27 UTC
  • mfrom: (2.1.51 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329143427-tp37w17rfeibdppi
Tags: 2.30.0-0ubuntu1
* New upstream release:
 - Check for libpanel only if building the applets
 - Check for XRR* functions using library version instead of proto version
 - Use pkg-config instead of autoconf macros to find X libs and protos
 - Declare GError in gpm_brightness_hal_init to fix build failure
 - Do not set a charge warning if the device is on AC
 - Do not use EggDbusProxy in GpmScreensaver
 - Don't query the capabilities of the notification daemon
 - Ensure we close any 'battery low' notifications when we switch to being
   on AC
 - Fix a problem where the critical action is not done in the case of a UPS
 - Fix a race condition where we can miss the idle reset alarm
 - Fix up a translation using ngettext rather than assuming the plural.
 - Fix wrong suspends with docked laptops
 - If a battery charge is low but not critical don't play the sound meant
   for a critical charge event
 - Play a sound loop if the charge of a laptop battery/ups reaches a
   critical level.
 - Remove the pointy-finger status icon when the idletime code fails to work
   correctly
 - Replace devkit-power call with upower in gnome-power-bugreport.sh
* Drop patches which went upstream:
 - 01-suspend-on-vt-change.patch
 - 10-proxy-by-name.patch
 - 13-dont-query-notify-caps.patch
 - 14-critical-message-timeout.patch
 - 15-declare-gerror.patch
 - 16-upower-bugreport.patch
 - 18-fix-idletime-reset-race.patch
* Drop 06-bugreport-debian.patch: It's actually wrong for Ubuntu, we use
  lsb_release, not /etc/debian_version.
* 90-autotools.patch: Regenerate.
* 08-desktop-bugreport-path.patch, 12-add-appindicators.patch: Update to
  current patch tagging guidelines.
* debian/control.in: Set Maintainer from "Ted Gould" to "Ubuntu Developers".
* Synchronize with Debian:
  - Build/binary dependency cleanup/shuffling.
  - Bump Standards-Version to 3.8.4.
  - Add debian/preinst for upgrade conffile cleanup.
  - Drop obsolete debian/README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
AUTOMAKE = @AUTOMAKE@
91
91
AWK = @AWK@
92
92
BINDIR = @BINDIR@
93
 
CAIRO_REQUIRED = @CAIRO_REQUIRED@
94
93
CANBERRA_CFLAGS = @CANBERRA_CFLAGS@
95
94
CANBERRA_LIBS = @CANBERRA_LIBS@
96
95
CATALOGS = @CATALOGS@
104
103
DATADIR = @DATADIR@
105
104
DATADIRNAME = @DATADIRNAME@
106
105
DBUS_CFLAGS = @DBUS_CFLAGS@
107
 
DBUS_GLIB_REQUIRED = @DBUS_GLIB_REQUIRED@
108
106
DBUS_LIBS = @DBUS_LIBS@
109
 
DBUS_REQUIRED = @DBUS_REQUIRED@
110
107
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
111
108
DEFS = @DEFS@
112
109
DEPDIR = @DEPDIR@
129
126
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
130
127
GDK_CFLAGS = @GDK_CFLAGS@
131
128
GDK_LIBS = @GDK_LIBS@
132
 
GDK_REQUIRED = @GDK_REQUIRED@
133
129
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
134
130
GLIB_CFLAGS = @GLIB_CFLAGS@
135
131
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
136
132
GLIB_LIBS = @GLIB_LIBS@
137
 
GLIB_REQUIRED = @GLIB_REQUIRED@
138
133
GMOFILES = @GMOFILES@
139
134
GMSGFMT = @GMSGFMT@
140
135
GNOME_CFLAGS = @GNOME_CFLAGS@
141
136
GNOME_LIBS = @GNOME_LIBS@
142
137
GPM_EXTRA_LIBS = @GPM_EXTRA_LIBS@
143
138
GREP = @GREP@
144
 
GTK_REQUIRED = @GTK_REQUIRED@
145
139
HELP_DIR = @HELP_DIR@
146
140
INSTALL = @INSTALL@
147
141
INSTALL_DATA = @INSTALL_DATA@
158
152
LDFLAGS = @LDFLAGS@
159
153
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
160
154
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
161
 
LIBNOTIFY_REQUIRED = @LIBNOTIFY_REQUIRED@
162
155
LIBOBJS = @LIBOBJS@
163
 
LIBPANEL_REQUIRED = @LIBPANEL_REQUIRED@
164
156
LIBS = @LIBS@
165
157
LIBTOOL = @LIBTOOL@
166
 
LIBWNCK_REQUIRED = @LIBWNCK_REQUIRED@
167
158
LIPO = @LIPO@
168
159
LN_S = @LN_S@
169
160
LTLIBOBJS = @LTLIBOBJS@
204
195
SYSCONFDIR = @SYSCONFDIR@
205
196
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
206
197
UNIQUE_LIBS = @UNIQUE_LIBS@
207
 
UNIQUE_REQUIRED = @UNIQUE_REQUIRED@
208
198
USE_NLS = @USE_NLS@
209
199
VERSION = @VERSION@
210
200
WARNINGFLAGS = @WARNINGFLAGS@
212
202
X11_CFLAGS = @X11_CFLAGS@
213
203
X11_LIBS = @X11_LIBS@
214
204
XGETTEXT = @XGETTEXT@
215
 
XMKMF = @XMKMF@
216
205
XMLTO = @XMLTO@
217
 
XRANDR_CFLAGS = @XRANDR_CFLAGS@
218
 
XRANDR_LIBS = @XRANDR_LIBS@
219
 
XRANDR_REQUIRED = @XRANDR_REQUIRED@
220
 
X_CFLAGS = @X_CFLAGS@
221
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
222
 
X_LIBS = @X_LIBS@
223
 
X_PRE_LIBS = @X_PRE_LIBS@
224
206
abs_builddir = @abs_builddir@
225
207
abs_srcdir = @abs_srcdir@
226
208
abs_top_builddir = @abs_top_builddir@