aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-10-04 17:53:00 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-10-04 17:53:00 +0200
commit8410e81a5f648217a0deb2e9163f6a463c881df2 (patch)
tree8018338630aabc6f2d52e51d64767d94ec70bdc0 /configure.ac
parentd25d5903237eb4d4d7d1c6d5151b936175f28b59 (diff)
parent57e21f7a78cad4aa01e56a5ee3e273c71b9fe4ec (diff)
downloadayatana-indicator-datetime-8410e81a5f648217a0deb2e9163f6a463c881df2.tar.gz
ayatana-indicator-datetime-8410e81a5f648217a0deb2e9163f6a463c881df2.tar.bz2
ayatana-indicator-datetime-8410e81a5f648217a0deb2e9163f6a463c881df2.zip
* New upstream release:
- Fix 12.10.0 appointment calendar regression. (LP: #1060263)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ce79611..6b34706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([indicator-datetime],
- [12.10.1],
+ [12.10.2],
[http://bugs.launchpad.net/indicator-datetime],
[indicator-datetime],
[http://launchpad.net/indicator-datetime])
@@ -59,7 +59,6 @@ CAIRO_REQUIRED_VERSION=1.10
GDK_REQUIRED_VERSION=2.22
GLIB_REQUIRED_VERSION=2.29.19
GTK3_REQUIRED_VERSION=3.1.4
-GCONF_REQUIRED_VERSION=2.31
PKG_CHECK_MODULES(INDICATOR, indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
glib-2.0 >= $GLIB_REQUIRED_VERSION
@@ -79,8 +78,7 @@ PKG_CHECK_MODULES(SERVICE, indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
libedataserver-1.2 >= EDS_REQUIRED_VERSION
libedataserverui-3.0 >= EDS_REQUIRED_VERSION
cairo >= CAIRO_REQUIRED_VERSION
- gdk-3.0 >= GDK_REQUIRED_VERSION
- gconf-2.0 >= GCONF_REQUIRED_VERSION)
+ gdk-3.0 >= GDK_REQUIRED_VERSION)
###########################
# Control Center panel