~ubuntu-branches/ubuntu/wily/gnome-applets/wily

« back to all changes in this revision

Viewing changes to mini-commander/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-19 19:57:51 UTC
  • mfrom: (1.10.22)
  • Revision ID: package-import@ubuntu.com-20141119195751-gqirgm99dewik39n
Tags: 3.14.0-1~svn1
* New upstream release.
* Update (build-)dependencies for new version.
  - Require new GLib and libpanel-applet.
  - Switch from Python 2 to Python 3.
  - Drop GConf.
* Remove --enable-mixer-applet configure flag.
* Remove obsolete gnome-applets.gconf-defaults file.
* Update applet list in package description.
* Move Python modules to a private location.
* Use dh_python3.
* Use NEWS file as upstream changelog.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update Homepage URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        $(top_srcdir)/m4/acinclude.m4 $(top_srcdir)/m4/intltool.m4 \
85
85
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
86
86
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
87
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
88
 
        $(top_srcdir)/configure.ac
 
87
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
89
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90
89
        $(ACLOCAL_M4)
91
90
mkinstalldirs = $(install_sh) -d
210
209
EGREP = @EGREP@
211
210
EXEEXT = @EXEEXT@
212
211
FGREP = @FGREP@
213
 
GCONFTOOL = @GCONFTOOL@
214
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
215
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
216
212
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
217
213
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
218
214
GIO_CFLAGS = @GIO_CFLAGS@
273
269
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
274
270
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
275
271
LIBOBJS = @LIBOBJS@
 
272
LIBPANEL_APPLET_API_VERSION = @LIBPANEL_APPLET_API_VERSION@
276
273
LIBPANEL_APPLET_DIR = @LIBPANEL_APPLET_DIR@
277
274
LIBS = @LIBS@
278
275
LIBTOOL = @LIBTOOL@
284
281
MAINT = @MAINT@
285
282
MAKEINFO = @MAKEINFO@
286
283
MANIFEST_TOOL = @MANIFEST_TOOL@
287
 
MIXER_CFLAGS = @MIXER_CFLAGS@
288
 
MIXER_LIBS = @MIXER_LIBS@
289
284
MKDIR_P = @MKDIR_P@
290
285
MKINSTALLDIRS = @MKINSTALLDIRS@
 
286
MODEMLIGHTS_LIBS = @MODEMLIGHTS_LIBS@
291
287
MSGFMT = @MSGFMT@
292
288
MSGFMT_OPTS = @MSGFMT_OPTS@
293
289
MSGMERGE = @MSGMERGE@
294
290
NEED_LIBAPM = @NEED_LIBAPM@
295
 
NETWORKMANAGER_CFLAGS = @NETWORKMANAGER_CFLAGS@
296
 
NETWORKMANAGER_LIBS = @NETWORKMANAGER_LIBS@
297
 
NETWORKMANAGER_VERSION = @NETWORKMANAGER_VERSION@
298
291
NM = @NM@
299
292
NMEDIT = @NMEDIT@
300
293
OBJDUMP = @OBJDUMP@
325
318
PYTHON = @PYTHON@
326
319
PYTHONDIR = @PYTHONDIR@
327
320
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
328
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
329
321
PYTHON_PLATFORM = @PYTHON_PLATFORM@
330
322
PYTHON_PREFIX = @PYTHON_PREFIX@
331
323
PYTHON_VERSION = @PYTHON_VERSION@