** Fix some third-party breakage caused by libebackend.
authorMatthew Barnes <mbarnes@redhat.com>
Tue, 13 May 2008 16:26:01 +0000 (16:26 +0000)
committerMatthew Barnes <mbarnes@src.gnome.org>
Tue, 13 May 2008 16:26:01 +0000 (16:26 +0000)
2008-05-13  Matthew Barnes  <mbarnes@redhat.com>

** Fix some third-party breakage caused by libebackend.

* libebackend/libebackend.pc.in: Fix a typo.

* addressbook/libedata-book/libedata-book.pc.in:
* calendar/libedata-cal/libedata-cal.pc.in:
Require libebackend-1.2.

svn path=/trunk/; revision=8790

ChangeLog
addressbook/ChangeLog
addressbook/libedata-book/libedata-book.pc.in
calendar/ChangeLog
calendar/libedata-cal/libedata-cal.pc.in
libebackend/libebackend.pc.in

index 2d60c09..15cf6ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-13  Matthew Barnes  <mbarnes@redhat.com>
+
+       * libebackend/libebackend.pc.in: Fix a typo.
+
 2008-05-12  Srinivasa Ragavan  <sragavan@novell.com>
 
        * NEWS, configure.in: Evolution Data Server 2.23.2 release and version
index 0ea4ae0..c57866f 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-13  Matthew Barnes  <mbarnes@redhat.com>
+
+       * libedata-book/libedata-book.pc.in: Require libebackend-1.2.
+
 2008-04-30  Chenthill Palanisamy  <pchenthill@novell.com>
 
        ** Fixes part of #350143 (bnc)
index c178451..6f6b794 100644 (file)
@@ -13,6 +13,6 @@ privincludedir=@privincludedir@
 Name: libedatabook
 Description: Backend library for evolution address books
 Version: @VERSION@
-Requires: libbonobo-2.0 >= @LIBBONOBO_REQUIRED@ libgnome-2.0 libedataserver-1.2 libebook-1.2
+Requires: libbonobo-2.0 >= @LIBBONOBO_REQUIRED@ libgnome-2.0 libedataserver-1.2 libebackend-1.2 libebook-1.2
 Libs: -L${libdir} -ledata-book-1.2
 Cflags: -I${privincludedir}
index 9af2938..03ba213 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-13  Matthew Barnes  <mbarnes@redhat.com>
+
+       * libedata-cal/libedata-cal.pc.in: Require libebackend-1.2.
+
 2008-05-09  Chenthill Palanisamy  <pchenthill@novell.com>
 
        ** Fixes part of #382736 (bnc) 
index 6112ac6..d91c4c8 100644 (file)
@@ -13,6 +13,6 @@ privincludedir=@privincludedir@
 Name: libedata-cal
 Description: Backend library for evolution calendars
 Version: @VERSION@
-Requires: libgnome-2.0 libbonobo-2.0 >= @LIBBONOBO_REQUIRED@ libedataserver-1.2 libecal-1.2 gio-2.0
+Requires: libgnome-2.0 libbonobo-2.0 >= @LIBBONOBO_REQUIRED@ libedataserver-1.2 libebackend-1.2 libecal-1.2 gio-2.0
 Libs: -L${libdir} -ledata-cal-1.2 -lecal-1.2
 Cflags: -I${privincludedir}
index db9012b..32a7b71 100644 (file)
@@ -11,5 +11,5 @@ Name: libebackend
 Description: Utility library for Evolution Data Server Backends
 Version: @VERSION@
 Requires: glib-2.0
-Libs: -L${libdir} -lbackend-@API_VERSION@
+Libs: -L${libdir} -lebackend-@API_VERSION@
 Cflags: -I${privincludedir}