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

« back to all changes in this revision

Viewing changes to configure.ac

  • 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:
1
1
SAC_PREREQ(2.53)
2
2
 
3
 
m4_define(pycairo_required_version,      1.0.2) dnl or 1.1.7
4
 
m4_define(pygtk_required_version,        2.10.0)
5
 
 
6
 
 
7
 
AC_INIT(awn-extras, 0.3.9, [])
 
3
 
 
4
AC_INIT(awn-extras, 0.4.0~rc1, [https://bugs.launchpad.net/awn-extras])
8
5
AM_INIT_AUTOMAKE([-Wno-portability 1.8 tar-ustar])
9
6
AC_CONFIG_MACRO_DIR([m4])
10
7
AC_CONFIG_SRCDIR(applets)
24
21
GETTEXT_PACKAGE=awn-extras
25
22
AC_SUBST(GETTEXT_PACKAGE)
26
23
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
27
 
ALL_LINGUAS="de en_US@piglatin es fr nb nl nn ru sv sv_SE"
 
24
ALL_LINGUAS="af ar ast bg ca cs csb da de en_CA en_GB en_US@piglatin es eu fi fr he hu id it ja ko lt ms nb nl nn pl pt pt_BR ru sk sv sv_SE th tr uk vi zh_CN zh_TW"
28
25
 
29
26
IT_PROG_INTLTOOL([0.34])
30
27
AM_GLIB_GNU_GETTEXT
31
28
 
 
29
INTLTOOL_SCHEMA_INI_RULE='%.schema-ini: %.schema-ini.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
 
30
AC_SUBST(INTLTOOL_SCHEMA_INI_RULE)
 
31
 
32
32
dnl
33
33
dnl Python script installation
34
34
dnl
119
119
        fi
120
120
    done
121
121
    if test "$found_mozilla" = "yes"; then
122
 
        AC_DEFINE([HAVE_MOZILLA],[1],[Define if Gecko (Mozilla) is available.])
 
122
        AC_DEFINE([HAVE_MOZILLA],[1],[Define if Mozilla/Gecko/XULRunner is available.])
123
123
        webapplet_modules="$webapplet_modules $mozilla_module"
124
124
    else
125
 
        AC_MSG_ERROR([Could not find Gecko's gtkmozembed (needed for Mozilla support)])
 
125
        AC_MSG_ERROR([Could not find gtkmozembed (needed for Mozilla/Gecko/XULRunner support)])
126
126
    fi
127
127
fi
128
128
 
196
196
    AM_CHECK_PYMOD(feedparser,,,AC_MSG_ERROR([python module feedparser required (python-feedparser)]))
197
197
    # cairo-clock
198
198
    AM_CHECK_PYMOD(rsvg,,,AC_MSG_ERROR([python module rsvg required (gnome-python-desktop)]))
199
 
    # cairo-clock, calendar
200
 
    AM_CHECK_PYMOD(dateutil,,,AC_MSG_ERROR([python module dateutil required (python-dateutil)]))
201
199
    # media-player, volume-control
202
200
    AM_CHECK_PYMOD(gst,,,AC_MSG_ERROR([python module gstreamer required (python-gst0.10)]))
203
201
    if test "$with_gnome" != "no"; then
204
202
    # MiMenu, YAMA
205
203
    AM_CHECK_PYMOD(gmenu,,,AC_MSG_ERROR([python module gmenu required]))
206
204
    fi
207
 
    #if test "$with_gconf" != "no" -o "$with_gnome" != "no"; then
208
 
    # stacks
209
 
#    AM_CHECK_PYMOD(gnomedesktop,,,AC_MSG_ERROR([python module gnomedesktop required]))
210
 
    # stacks
211
 
#    AM_CHECK_PYMOD(gnomevfs,,,AC_MSG_ERROR([python module gnomevfs required]))
212
 
    # stacks
213
 
#    AM_CHECK_PYMOD(gnome.ui,,,AC_MSG_ERROR([python module gnome.ui required]))
214
 
    # awn-meebo, digg, pandora
215
 
#    AM_CHECK_PYMOD(gtkmozembed,,,AC_MSG_ERROR([python module gtkmozembed required (python-gnome2-extras)]))
216
 
    #fi
217
205
    if test "$with_gconf" != "no"; then
 
206
    # cairo-clock (optional), calendar
 
207
    AM_CHECK_PYMOD(dateutil,,,AC_MSG_ERROR([python module dateutil required (python-dateutil)]))
218
208
    # calendar, stacks
219
209
    AM_CHECK_PYMOD(gconf,,,AC_MSG_ERROR([python module gconf required]))
220
210
    # calendar
316
306
applets/maintained/animal-farm/Makefile
317
307
applets/maintained/awnterm/Makefile
318
308
applets/maintained/awnterm/awnterm.desktop.in
 
309
applets/maintained/bandwidth-monitor/Makefile
319
310
applets/maintained/battery/Makefile
320
311
applets/maintained/cairo-clock/Makefile
321
312
applets/maintained/cairo-menu/Makefile
325
316
applets/maintained/cpufreq/Makefile
326
317
applets/maintained/dialect/Makefile
327
318
applets/maintained/digital-clock/Makefile
 
319
applets/maintained/digital-clock/digital-clock.desktop.in
328
320
applets/maintained/feeds/Makefile
329
321
applets/maintained/file-browser-launcher/Makefile
330
322
applets/maintained/garbage/Makefile
348
340
applets/maintained/showdesktop/Makefile
349
341
applets/maintained/showdesktop/showdesktop.desktop.in
350
342
applets/maintained/slickswitcher/Makefile
351
 
applets/unmaintained/stacks/Makefile
352
343
applets/maintained/sysmon/Makefile
353
344
applets/maintained/sysmon/sysmon.desktop.in
354
345
applets/maintained/thinkhdaps/Makefile
370
361
applets/unmaintained/main-menu/main-menu.desktop.in
371
362
applets/unmaintained/MiMenu/Makefile
372
363
applets/unmaintained/pandora/Makefile
 
364
applets/unmaintained/stacks/Makefile
373
365
po/Makefile.in
374
366
shared/python/__init__.py
375
367
shared/python/Makefile
 
368
shared/vala/Makefile
376
369
shave/shave
377
370
shave/shave-libtool
378
371
])
389
382
echo ""
390
383
echo "           WebKit Support:   $webkit_module"
391
384
echo ""
392
 
echo "            Gecko Support:   $mozilla_module"
 
385
echo "        XULRunner Support:   $mozilla_module"
393
386
echo ""