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

Proposed by Ken VanDine
Status: Merged
Merged at revision: 74
Proposed branch: lp:~ken-vandine/evolution-indicator/indicate-0.5
Merge into: lp:evolution-indicator
Diff against target: 19 lines (+2/-2)
1 file modified
configure.ac (+2/-2)
To merge this branch: bzr merge lp:~ken-vandine/evolution-indicator/indicate-0.5
Reviewer Review Type Date Requested Status
Conor Curran (community) Approve
Review via email: mp+46311@code.launchpad.net

Description of the change

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

To post a comment you must log in.
Revision history for this message
Conor Curran (cjcurran) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2010-11-23 13:48:04 +0000
3+++ configure.ac 2011-01-14 19:17:44 +0000
4@@ -1,5 +1,5 @@
5 AC_PREREQ(2.53)
6-AC_INIT(evolution-indicator, 0.2.12, [])
7+AC_INIT(evolution-indicator, 0.2.13, [])
8 AM_INIT_AUTOMAKE()
9 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
10 AC_CONFIG_SRCDIR(src/evolution-indicator.c)
11@@ -59,7 +59,7 @@
12 AC_SUBST(GCC_FLAGS)
13
14 PKG_CHECK_MODULES(DEPS,
15- indicate >= 0.3.0
16+ indicate-0.5 >= 0.4.91
17 evolution-plugin
18 dbus-1
19 dbus-glib-1

Subscribers

People subscribed via source and target branches