~ubuntu-branches/ubuntu/utopic/awn-extras-applets/utopic

« back to all changes in this revision

Viewing changes to applets/unmaintained/stacks/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-08-29 14:29:52 UTC
  • mfrom: (1.1.7 upstream) (2.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100829142952-9hbpo70i6zgxfw2o
Tags: 0.4.0+bzr1372-0ubuntu1
* Sync with Debian
* New upstream snapshot (LP: #626265)
 - YAMA: use lda instead of xdg for managing desktop files (LP: #497787)
 - Volume: fix crash on high volume value. (LP: #461123)
 - Weather: fix crash on activate_map_cb (LP: #581414)
 - File-browser-launcher: fix crash on mounting LUKS partition (LP: #532848)
 - Feeds: fix crash when getting favicon (LP: #561611)
 - Slickswitcher: Fix division by 0 (LP: #562548)
* debian/control:
 - Build-depends on libindicator-dev (>= 0.3).
 - Build-depends on libzeitgeist-dev (>= 0.2.2).
 - Recommends python-gtop | python-gnome2-desktop for bandwidth-monitor.
 - Update description for new applets.
* debian/rules:
 - Pass --with-indicator to enable indicator applet.
 - Remove schemas for desactivated applets.
 - Disable mount applet.
* debian/awn-applets-c-core.install:
 - Install indicator applet.
 - Install related applet.
* debian/awn-applets-python-core:
 - Disable mount applet. 

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,
152
152
GSTREAMER_LIBS = @GSTREAMER_LIBS@
153
153
GTOP_CFLAGS = @GTOP_CFLAGS@
154
154
GTOP_LIBS = @GTOP_LIBS@
 
155
INDICATORDIR = @INDICATORDIR@
 
156
INDICATORICONSDIR = @INDICATORICONSDIR@
 
157
INDICATOR_CFLAGS = @INDICATOR_CFLAGS@
 
158
INDICATOR_LIBS = @INDICATOR_LIBS@
155
159
INSTALL = @INSTALL@
156
160
INSTALL_DATA = @INSTALL_DATA@
157
161
INSTALL_PROGRAM = @INSTALL_PROGRAM@
243
247
XGETTEXT = @XGETTEXT@
244
248
XRENDER_CFLAGS = @XRENDER_CFLAGS@
245
249
XRENDER_LIBS = @XRENDER_LIBS@
 
250
ZEITGEIST_CFLAGS = @ZEITGEIST_CFLAGS@
 
251
ZEITGEIST_LIBS = @ZEITGEIST_LIBS@
246
252
abs_builddir = @abs_builddir@
247
253
abs_srcdir = @abs_srcdir@
248
254
abs_top_builddir = @abs_top_builddir@
333
339
        stacks_backend.py               \
334
340
        stacks_backend_file.py          \
335
341
        stacks_backend_folder.py        \
336
 
        stacks_backend_plugger.py       \
337
 
        stacks_backend_trasher.py       \
338
342
        stacks_config.py                \
339
343
        stacks_glade.py                 \
340
344
        stacks_gui_curved.py            \