summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-05-13 16:26:01 +0000
committerMatthew Barnes <mbarnes@src.gnome.org>2008-05-13 16:26:01 +0000
commite0276a555e43b089a6fff098a9604de958585d43 (patch)
tree22ceba817ed8d90c191770a6b9fb543451f9e0c3
parentd451ffa80023b406fed8a731840d7d329fc7a434 (diff)
downloadevolution-data-server-e0276a555e43b089a6fff098a9604de958585d43.tar.gz
** Fix some third-party breakage caused by libebackend.
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
-rw-r--r--ChangeLog4
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/libedata-book/libedata-book.pc.in2
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/libedata-cal/libedata-cal.pc.in2
-rw-r--r--libebackend/libebackend.pc.in2
6 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d60c0956..15cf6eab4 100644
--- 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
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 0ea4ae042..c57866fc4 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -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)
diff --git a/addressbook/libedata-book/libedata-book.pc.in b/addressbook/libedata-book/libedata-book.pc.in
index c1784513a..6f6b794e7 100644
--- a/addressbook/libedata-book/libedata-book.pc.in
+++ b/addressbook/libedata-book/libedata-book.pc.in
@@ -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}
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9af293830..03ba2133d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -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)
diff --git a/calendar/libedata-cal/libedata-cal.pc.in b/calendar/libedata-cal/libedata-cal.pc.in
index 6112ac6d1..d91c4c8cb 100644
--- a/calendar/libedata-cal/libedata-cal.pc.in
+++ b/calendar/libedata-cal/libedata-cal.pc.in
@@ -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}
diff --git a/libebackend/libebackend.pc.in b/libebackend/libebackend.pc.in
index db9012b87..32a7b71b7 100644
--- a/libebackend/libebackend.pc.in
+++ b/libebackend/libebackend.pc.in
@@ -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}