~ubuntu-branches/ubuntu/vivid/blueman/vivid-proposed

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-12-24 18:33:36 UTC
  • mfrom: (2.3.8 sid)
  • Revision ID: package-import@ubuntu.com-20141224183336-cyb82ot0y8tz8flq
Tags: 1.99~alpha1-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/01_dont_autostart_lxde.patch:
    + Don't autostart the applet in LXDE.
  - debian/patches/03_filemanager_fix.patch:
    + Add support for more filemanagers.
* debian/patches/02_dont_crash_on_non-bluetooth_card.patch:
  - Dropped, no longer applicable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
CPP = @CPP@
190
190
CPPFLAGS = @CPPFLAGS@
191
191
CYGPATH_W = @CYGPATH_W@
 
192
CYTHONEXEC = @CYTHONEXEC@
192
193
DATADIR = @DATADIR@
193
194
DATADIRNAME = @DATADIRNAME@
194
195
DEFS = @DEFS@
261
262
POSUB = @POSUB@
262
263
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
263
264
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
264
 
PYGTK_CFLAGS = @PYGTK_CFLAGS@
265
 
PYGTK_LIBS = @PYGTK_LIBS@
266
 
PYNOTIFY_CFLAGS = @PYNOTIFY_CFLAGS@
267
 
PYNOTIFY_LIBS = @PYNOTIFY_LIBS@
268
 
PYREXC = @PYREXC@
 
265
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
266
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
269
267
PYTHON = @PYTHON@
270
268
PYTHONDIR = @PYTHONDIR@
 
269
PYTHON_CFLAGS = @PYTHON_CFLAGS@
271
270
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
272
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
273
271
PYTHON_LIBS = @PYTHON_LIBS@
274
272
PYTHON_PLATFORM = @PYTHON_PLATFORM@
275
273
PYTHON_PREFIX = @PYTHON_PREFIX@
315
313
host_os = @host_os@
316
314
host_vendor = @host_vendor@
317
315
htmldir = @htmldir@
 
316
icondir = @icondir@
318
317
includedir = @includedir@
319
318
infodir = @infodir@
320
319
install_sh = @install_sh@