~matttbe/ubuntu/quantal/lxpanel/lp1013171

« back to all changes in this revision

Viewing changes to src/plugins/indicator/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2012-02-13 23:40:40 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120213234040-w24ouhodotl76yav
Tags: 0.5.8+git20120212-0ubuntu1
* New upstream snapshot
 - Run dialog opens up in the background (LP: #889414)
 - Abiliy to configure task Bar Font (LP: #690662)
 - Volume applet uses wrong icon (LP: #878117)
 - Add ability for lxpanel sound applet to launch a GUI for sound management
   (LP: #692276)
 - lxpanel indicator support can't be configured (LP: #692260)
 - Task Bar (Window List) - Options on 64bit version are different than 32bit
   version (LP: #909127)
* debian/patches
 - indicator-support.patch: Remove, merged upstream.
 - fix_indicator_dir.patch: Remove, merged upstream.
 - fix_position.patch: Remove, merged upstream.
 - missing_glades.patch: Remove, fixed upstream.
 - default-config.patch: Refresh.
 - configure_desktop_number.patch: Refresh.
 - 99_refresh_autotools.patch: Refresh.
* debian/control:
 - Build-depends on libwnck-dev.
* debian/lxpanel.install:
 - Add new plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
DATADIRNAME = @DATADIRNAME@
135
135
DEFS = @DEFS@
136
136
DEPDIR = @DEPDIR@
 
137
DLLTOOL = @DLLTOOL@
137
138
DSYMUTIL = @DSYMUTIL@
138
139
DUMPBIN = @DUMPBIN@
139
140
ECHO_C = @ECHO_C@
170
171
LTLIBOBJS = @LTLIBOBJS@
171
172
LXPANEL_MODULE = @LXPANEL_MODULE@
172
173
MAKEINFO = @MAKEINFO@
 
174
MANIFEST_TOOL = @MANIFEST_TOOL@
173
175
MENU_CACHE_CFLAGS = @MENU_CACHE_CFLAGS@
174
176
MENU_CACHE_LIBS = @MENU_CACHE_LIBS@
175
177
MKDIR_P = @MKDIR_P@
208
210
STRIP = @STRIP@
209
211
USE_NLS = @USE_NLS@
210
212
VERSION = @VERSION@
 
213
WNCK_CFLAGS = @WNCK_CFLAGS@
 
214
WNCK_LIBS = @WNCK_LIBS@
211
215
X11_CFLAGS = @X11_CFLAGS@
212
216
X11_LIBS = @X11_LIBS@
213
217
XGETTEXT = @XGETTEXT@
219
223
abs_srcdir = @abs_srcdir@
220
224
abs_top_builddir = @abs_top_builddir@
221
225
abs_top_srcdir = @abs_top_srcdir@
 
226
ac_ct_AR = @ac_ct_AR@
222
227
ac_ct_CC = @ac_ct_CC@
223
228
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
224
229
am__include = @am__include@
251
256
libexecdir = @libexecdir@
252
257
localedir = @localedir@
253
258
localstatedir = @localstatedir@
254
 
lt_ECHO = @lt_ECHO@
255
259
mandir = @mandir@
256
260
mkdir_p = @mkdir_p@
257
261
oldincludedir = @oldincludedir@