[evolution-data-server] Replace dbus-glib-1 with gio-2.0 in pkgconfig files.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Replace dbus-glib-1 with gio-2.0 in pkgconfig files.
- Date: Mon, 2 Aug 2010 15:58:57 +0000 (UTC)
commit 40b095af27fc28840fa1c2ebe8f757b900c32458
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Aug 2 09:37:58 2010 -0400
Replace dbus-glib-1 with gio-2.0 in pkgconfig files.
addressbook/libebook/libebook.pc.in | 2 +-
addressbook/libedata-book/libedata-book.pc.in | 2 +-
calendar/libecal/libecal.pc.in | 2 +-
calendar/libedata-cal/libedata-cal.pc.in | 2 +-
evolution-data-server.pc.in | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/addressbook/libebook/libebook.pc.in b/addressbook/libebook/libebook.pc.in
index 3f9747f..d9fb958 100644
--- a/addressbook/libebook/libebook.pc.in
+++ b/addressbook/libebook/libebook.pc.in
@@ -10,6 +10,6 @@ privincludedir= privincludedir@
Name: libebook
Description: Client library for evolution address books
Version: @VERSION@
-Requires: camel-1.2 libedataserver-1.2 dbus-glib-1
+Requires: camel-1.2 libedataserver-1.2 gio-2.0
Libs: -L${libdir} -lebook-1.2
Cflags: -I${privincludedir}
diff --git a/addressbook/libedata-book/libedata-book.pc.in b/addressbook/libedata-book/libedata-book.pc.in
index d99e1b8..99eefed 100644
--- a/addressbook/libedata-book/libedata-book.pc.in
+++ b/addressbook/libedata-book/libedata-book.pc.in
@@ -10,6 +10,6 @@ privincludedir= privincludedir@
Name: libedatabook
Description: Backend library for evolution address books
Version: @VERSION@
-Requires: libedataserver-1.2 libebook-1.2 dbus-glib-1
+Requires: libedataserver-1.2 libebook-1.2 gio-2.0
Libs: -L${libdir} -ledata-book-1.2
Cflags: -I${privincludedir}
diff --git a/calendar/libecal/libecal.pc.in b/calendar/libecal/libecal.pc.in
index 3974e1b..fc6b359 100644
--- a/calendar/libecal/libecal.pc.in
+++ b/calendar/libecal/libecal.pc.in
@@ -10,6 +10,6 @@ privincludedir= privincludedir@
Name: libecal
Description: Client library for evolution calendars
Version: @VERSION@
-Requires: libical >= @LIBICAL_REQUIRED@ libedataserver-1.2 dbus-glib-1
+Requires: libical >= @LIBICAL_REQUIRED@ libedataserver-1.2 gio-2.0
Libs: -L${libdir} -lecal-1.2
Cflags: -I${privincludedir} @LIBICAL_EXTRA_CFLAGS@
diff --git a/calendar/libedata-cal/libedata-cal.pc.in b/calendar/libedata-cal/libedata-cal.pc.in
index d16017f..42fba7a 100644
--- a/calendar/libedata-cal/libedata-cal.pc.in
+++ b/calendar/libedata-cal/libedata-cal.pc.in
@@ -10,6 +10,6 @@ privincludedir= privincludedir@
Name: libedata-cal
Description: Backend library for evolution calendars
Version: @VERSION@
-Requires: dbus-glib-1 libical >= @LIBICAL_REQUIRED@ libedataserver-1.2 libecal-1.2
+Requires: libical >= @LIBICAL_REQUIRED@ libedataserver-1.2 libecal-1.2 gio-2.0
Libs: -L${libdir} -ledata-cal-1.2 -lecal-1.2
Cflags: -I${privincludedir}
diff --git a/evolution-data-server.pc.in b/evolution-data-server.pc.in
index 7cae73f..c10806c 100644
--- a/evolution-data-server.pc.in
+++ b/evolution-data-server.pc.in
@@ -13,4 +13,4 @@ execversion= BASE_VERSION@
Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook
Version: @VERSION@
-Requires: dbus-glib-1, @mozilla_nss@, @mozilla_nspr@
+Requires: gio-2.0, @mozilla_nss@, @mozilla_nspr@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]