~ubuntu-branches/ubuntu/oneiric/indicator-datetime/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2011-03-23 16:22:50 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323162250-vm2rg7gtciwldlz3
Tags: 0.2.0-0ubuntu1
* New upstream release.
  ∘ Remove unused liboobs
  ∘ Add translator comments and make strings translatable (LP: #737326)
  ∘ Remove password dialog for calendars not the keyring
  ∘ Use default matching when geonames aren't available (LP: #740870)
  ∘ UI Cleanups and naming fixes (LP: #740806, LP: #740819)
  ∘ Free JSON parser data
  ∘ Avoid duplicates in GeoNames data (LP: #740884)
  ∘ Make location completion more robust
* debian/control: Dropping liboobs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(indicator-datetime, 0.1.98, ted@canonical.com)
 
2
AC_INIT(indicator-datetime, 0.2.0, ted@canonical.com)
3
3
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
4
4
 
5
5
AC_PREREQ(2.53)
6
6
 
7
7
AM_CONFIG_HEADER(config.h)
8
 
AM_INIT_AUTOMAKE(indicator-datetime, 0.1.98)
 
8
AM_INIT_AUTOMAKE(indicator-datetime, 0.2.0)
9
9
 
10
10
AM_MAINTAINER_MODE
11
11
 
58
58
# Note: the GIO check below also ensures the proper glib with gsettings support is present
59
59
INDICATOR_DISPLAY_OBJECTS=0.2.2
60
60
GEOCLUE_REQUIRED_VERSION=0.12.0
61
 
OOBS_REQUIRED_VERSION=2.31.0
62
61
ECAL_REQUIRED_VERSION=2.30
63
62
EDS_REQUIRED_VERSION=2.30
64
63
ICAL_REQUIRED_VERSION=0.44
93
92
                                     libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS
94
93
                                     gio-2.0 >= $GIO_REQUIRED_VERSION
95
94
                                     geoclue >= $GEOCLUE_REQUIRED_VERSION
96
 
                                     liboobs-1 >= $OOBS_REQUIRED_VERSION
97
95
                                     libecal-1.2 >= $ECAL_REQUIRED_VERSION
98
96
                                     libical >= $ICAL_REQUIRED_VERSION
99
97
                                     libedataserver-1.2 >= EDS_REQUIRED_VERSION
109
107
                                     libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS
110
108
                                     gio-2.0 >= $GIO_REQUIRED_VERSION
111
109
                                     geoclue >= $GEOCLUE_REQUIRED_VERSION
112
 
                                     liboobs-1 >= $OOBS_REQUIRED_VERSION
113
110
                                     libecal-1.2 >= $ECAL_REQUIRED_VERSION
114
111
                                     libical >= $ICAL_REQUIRED_VERSION
115
112
                                     libedataserver-1.2 >= EDS_REQUIRED_VERSION