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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-30 20:26:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330202640-vza3bdnv9gc9bg5z
Tags: 0.4.0~rc1-0ubuntu1
* New upstream release (rc1) (LP: #551309)
 - Stack applet close on click (LP: #261520)
* debian/patches/
 - 03-remove-cairo-menu-pref.patch: From upstream (r1244 + r1245 + r1252),
   remove menu entry for cairo-menu preferences, it's not implemented
   (LP: #511254)
 - 04-tomboy-threading-free.patch: From upstream (r1246), remove threading to
   make the applet working. 
* debian/*.install: Update installation location of comics and digital 
  applets.
* debian/control: 
 - Move digital applet from python to C, and add proper Replaces.
 - Add Replaces for awn-applets-c-core to handle migration from 0.3.2.2.
   (LP: #524559)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
subdir = applets/unmaintained/dropper
46
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
47
am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
48
 
        $(top_srcdir)/m4/dolt.m4 $(top_srcdir)/m4/intltool.m4 \
49
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
50
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
51
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
52
 
        $(top_srcdir)/m4/shave.m4 $(top_srcdir)/m4/vala.m4 \
53
 
        $(top_srcdir)/configure.ac
 
48
        $(top_srcdir)/m4/dolt.m4 $(top_srcdir)/m4/gconf.m4 \
 
49
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
50
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
51
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
52
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/shave.m4 \
 
53
        $(top_srcdir)/m4/vala.m4 $(top_srcdir)/configure.ac
54
54
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55
55
        $(ACLOCAL_M4)
56
56
mkinstalldirs = $(install_sh) -d
157
157
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
158
158
INTLTOOL_MERGE = @INTLTOOL_MERGE@
159
159
INTLTOOL_PERL = @INTLTOOL_PERL@
 
160
INTLTOOL_SCHEMA_INI_RULE = @INTLTOOL_SCHEMA_INI_RULE@
160
161
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
161
162
LD = @LD@
162
163
LDA_BINDIR = @LDA_BINDIR@