← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ken-vandine/evolution-indicator/indicate-0.5 into lp:evolution-indicator

 

Ken VanDine has proposed merging lp:~ken-vandine/evolution-indicator/indicate-0.5 into lp:evolution-indicator.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)

For more details, see:
https://code.launchpad.net/~ken-vandine/evolution-indicator/indicate-0.5/+merge/46311

Change pkgconfig check for indicate to indicate-0.5 and require 0.4.91

-- 
https://code.launchpad.net/~ken-vandine/evolution-indicator/indicate-0.5/+merge/46311
Your team ayatana-commits is subscribed to branch lp:evolution-indicator.
=== modified file 'configure.ac'
--- configure.ac	2010-11-23 13:48:04 +0000
+++ configure.ac	2011-01-14 19:16:54 +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


Follow ups