← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/evolution-indicator/trunk] Rev 74: Updating to new libindicate

 

Merge authors:
  Ken VanDine (ken-vandine)
Related merge proposals:
  https://code.launchpad.net/~ken-vandine/evolution-indicator/indicate-0.5/+merge/46311
  proposed by: Ken VanDine (ken-vandine)
  review: Approve - Conor Curran (cjcurran)
------------------------------------------------------------
revno: 74 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Fri 2011-01-14 14:32:29 -0600
message:
  Updating to new libindicate
modified:
  configure.ac


--
lp:evolution-indicator
https://code.launchpad.net/~indicator-applet-developers/evolution-indicator/trunk

Your team ayatana-commits is subscribed to branch lp:evolution-indicator.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/evolution-indicator/trunk/+edit-subscription
=== modified file 'configure.ac'
--- configure.ac	2010-11-23 13:48:04 +0000
+++ configure.ac	2011-01-14 19:13:52 +0000
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(evolution-indicator, 0.2.12, [])
+AC_INIT(evolution-indicator, 0.2.13, [])
 AM_INIT_AUTOMAKE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_SRCDIR(src/evolution-indicator.c)
@@ -59,7 +59,7 @@
 AC_SUBST(GCC_FLAGS)
 
 PKG_CHECK_MODULES(DEPS,
-                  indicate >= 0.3.0
+                  indicate-0.5 >= 0.4.91
                   evolution-plugin
                   dbus-1
                   dbus-glib-1