summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-10-04 19:41:15 +0000
committerChris Lord <chris@openedhand.com>2005-10-04 19:41:15 +0000
commit94a3b01ef5e235d2507b8d81701e012098ce6c2c (patch)
tree152a312b68741c6053a03ea3b98f86ac39986302 /openembedded
parentebd747180e3a94e8312f5f0e7f58d3c208fd1b21 (diff)
downloadopenembedded-core-94a3b01ef5e235d2507b8d81701e012098ce6c2c.tar.gz
openembedded-core-94a3b01ef5e235d2507b8d81701e012098ce6c2c.tar.bz2
openembedded-core-94a3b01ef5e235d2507b8d81701e012098ce6c2c.tar.xz
openembedded-core-94a3b01ef5e235d2507b8d81701e012098ce6c2c.zip
Update patch for latest svn
git-svn-id: https://svn.o-hand.com/repos/poky@121 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/packages/eds/eds-dbus/no_gnomevfs.patch80
-rwxr-xr-xopenembedded/packages/eds/eds-dbus_svn.bb2
2 files changed, 39 insertions, 43 deletions
diff --git a/openembedded/packages/eds/eds-dbus/no_gnomevfs.patch b/openembedded/packages/eds/eds-dbus/no_gnomevfs.patch
index ad4c2572c..e752a1369 100644
--- a/openembedded/packages/eds/eds-dbus/no_gnomevfs.patch
+++ b/openembedded/packages/eds/eds-dbus/no_gnomevfs.patch
@@ -1,7 +1,6 @@
-Index: addressbook/libebook/e-contact.c
-===================================================================
---- trunk/addressbook/libebook/e-contact.c (revision 206)
-+++ trunk/addressbook/libebook/e-contact.c (working copy)
+diff -urNd ../eds-dbus-1.4.0cvs20051004-r7/trunk/addressbook/libebook/e-contact.c trunk/addressbook/libebook/e-contact.c
+--- ../eds-dbus-1.4.0cvs20051004-r7/trunk/addressbook/libebook/e-contact.c 2005-10-04 18:08:14.000000000 +0100
++++ trunk/addressbook/libebook/e-contact.c 2005-10-04 19:11:37.000000000 +0100
@@ -27,7 +27,9 @@
#include <ctype.h>
#include <string.h>
@@ -12,66 +11,63 @@ Index: addressbook/libebook/e-contact.c
#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,
+@@ -419,7 +421,11 @@
e_vcard_attribute_param_new (EVC_ENCODING),
"b");
--
-+#if 0
+
++#if 0
mime_type = gnome_vfs_get_mime_type_for_data (photo->inlined.data, photo->inlined.length);
+#else
-+ mime_type = "image/jpeg";
++ mine_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/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 <dbus/dbus-protocol.h>
+diff -urNd ../eds-dbus-1.4.0cvs20051004-r7/trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c
+--- ../eds-dbus-1.4.0cvs20051004-r7/trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c 2005-10-04 18:08:34.000000000 +0100
++++ trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c 2005-10-04 19:12:54.000000000 +0100
+@@ -29,7 +29,9 @@
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-bindings.h>
--/**/
+ /**/
+#if 0
#include <libgnomevfs/gnome-vfs.h>
+#endif
#include <libedataserver/e-url.h>
#include <libedataserver/e-source.h>
#include <libedataserver/e-data-server-module.h>
-@@ -406,10 +407,12 @@
+@@ -403,10 +405,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");
++
+ g_printerr ("Launching EDataCalFactory\n");
+ /* Obtain a connection to the session bus */
+diff -urNd ../eds-dbus-1.4.0cvs20051004-r7/trunk/configure.in trunk/configure.in
+--- ../eds-dbus-1.4.0cvs20051004-r7/trunk/configure.in 2005-10-04 19:14:49.000000000 +0100
++++ trunk/configure.in 2005-10-04 19:12:07.000000000 +0100
+@@ -1195,7 +1195,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)
+@@ -1203,7 +1203,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)
diff --git a/openembedded/packages/eds/eds-dbus_svn.bb b/openembedded/packages/eds/eds-dbus_svn.bb
index 1e24e420e..a0177df25 100755
--- a/openembedded/packages/eds/eds-dbus_svn.bb
+++ b/openembedded/packages/eds/eds-dbus_svn.bb
@@ -4,7 +4,7 @@ RDEPENDS = "gtk+ gconf db libiconv"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Evolution database backend server"
PV = "1.4.0cvs${CVSDATE}"
-PR = "r7"
+PR = "r8"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
file://external_libdb.patch;patch=1 \