From c309ab875f39504b6de12ccad1d3bd9de6ec41d3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Sep 2005 10:41:32 +0000 Subject: eds: More updates to try and get it working git-svn-id: https://svn.o-hand.com/repos/poky@60 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../packages/eds/eds-dbus/no_gnomevfs.patch | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 openembedded/packages/eds/eds-dbus/no_gnomevfs.patch (limited to 'openembedded/packages/eds/eds-dbus/no_gnomevfs.patch') diff --git a/openembedded/packages/eds/eds-dbus/no_gnomevfs.patch b/openembedded/packages/eds/eds-dbus/no_gnomevfs.patch new file mode 100644 index 000000000..3a0fb8e7e --- /dev/null +++ b/openembedded/packages/eds/eds-dbus/no_gnomevfs.patch @@ -0,0 +1,87 @@ +Index: addressbook/libebook/e-contact.c +=================================================================== +--- trunk/addressbook/libebook/e-contact.c (revision 206) ++++ trunk/addressbook/libebook/e-contact.c (working copy) +@@ -27,7 +27,9 @@ + #include + #include + #include ++#if 0 + #include ++#endif + #include "e-contact.h" + #include "e-book.h" + #include "e-name-western.h" +@@ -418,8 +420,11 @@ + e_vcard_attribute_add_param_with_value (attr, + e_vcard_attribute_param_new (EVC_ENCODING), + "b"); +- ++#if 0 + mime_type = gnome_vfs_get_mime_type_for_data (photo->inlined.data, photo->inlined.length); ++#else ++ mime_type = "image/jpeg"; ++#endif + if (!strcmp (mime_type, "image/gif")) + image_type = "GIF"; + else if (!strcmp (mime_type, "image/jpeg")) +Index: configure.in +=================================================================== +--- trunk/configure.in (revision 214) ++++ trunk/configure.in (working copy) +@@ -1180,7 +1180,7 @@ + + dnl --- evolution-addressbook flags + +-EVOLUTION_ADDRESSBOOK_DEPS="libxml-2.0 gobject-2.0 gconf-2.0 $IPC_DEPS gnome-vfs-2.0 " ++EVOLUTION_ADDRESSBOOK_DEPS="libxml-2.0 gobject-2.0 gconf-2.0 $IPC_DEPS" + + EVO_SET_COMPILE_FLAGS(EVOLUTION_ADDRESSBOOK, $EVOLUTION_ADDRESSBOOK_DEPS) + AC_SUBST(EVOLUTION_ADDRESSBOOK_CFLAGS) +@@ -1188,7 +1188,7 @@ + + dnl --- evolution-calendar flags + +-EVOLUTION_CALENDAR_DEPS="libxml-2.0 gobject-2.0 gconf-2.0 gnome-vfs-2.0 dbus-glib-1" ++EVOLUTION_CALENDAR_DEPS="libxml-2.0 gobject-2.0 gconf-2.0 dbus-glib-1" + + EVO_SET_COMPILE_FLAGS(EVOLUTION_CALENDAR, $EVOLUTION_CALENDAR_DEPS) + AC_SUBST(EVOLUTION_CALENDAR_CFLAGS) +Index: calendar/backends/Makefile.am +=================================================================== +--- trunk/calendar/backends/Makefile.am (revision 212) ++++ trunk/calendar/backends/Makefile.am (working copy) +@@ -4,4 +4,4 @@ + GROUPWISE_SUBDIR = + endif + +-SUBDIRS = file $(GROUPWISE_SUBDIR) contacts ++SUBDIRS = $(GROUPWISE_SUBDIR) contacts +Index: calendar/libedata-cal-dbus/e-data-cal-factory.c +=================================================================== +--- trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c (revision 206) ++++ trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c (working copy) +@@ -28,8 +28,9 @@ + #include + #include + #include +-/**/ ++#if 0 + #include ++#endif + #include + #include + #include +@@ -406,10 +407,12 @@ + + loop = g_main_loop_new (NULL, FALSE); + ++#if 0 + if (!gnome_vfs_init ()) { + g_error ("Failed to initialise gnome-vfs"); + exit (1); + } ++#endif + + g_print ("Launching EDataCalFactory\n"); + -- cgit v1.2.3