Replace dbus-glib-1 with gio-2.0 in pkgconfig files.
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 2 Aug 2010 13:37:58 +0000 (09:37 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 2 Aug 2010 13:37:58 +0000 (09:37 -0400)
addressbook/libebook/libebook.pc.in
addressbook/libedata-book/libedata-book.pc.in
calendar/libecal/libecal.pc.in
calendar/libedata-cal/libedata-cal.pc.in
evolution-data-server.pc.in

index 3f9747f..d9fb958 100644 (file)
@@ -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}
index d99e1b8..99eefed 100644 (file)
@@ -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}
index 3974e1b..fc6b359 100644 (file)
@@ -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@
index d16017f..42fba7a 100644 (file)
@@ -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}
index 7cae73f..c10806c 100644 (file)
@@ -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@