[Evolution] Bug#345025: evolution-plugins needs an dependencies
update for latest dbus
Ulf Rompe
Ulf.Rompe at icem.com
Mon Jan 2 16:03:06 UTC 2006
The dependency update happens automatically on recompiling.
In order to recompile with libpisock-dev 0.11.8-0.12.0-pre4-3 from
experimental, you seem to have to apply this little patch:
diff -ru evolution-2.4.1/addressbook/conduit/address-conduit.c evolution-2.4.1_new/addressbook/conduit/address-conduit.c
--- evolution-2.4.1/addressbook/conduit/address-conduit.c 2004-09-23 20:50:17.000000000 +0200
+++ evolution-2.4.1_new/addressbook/conduit/address-conduit.c 2006-01-02 12:47:27.000000000 +0100
@@ -838,7 +838,7 @@
if (dlp_ReadRecordById (ctxt->dbi->pilot_socket,
ctxt->dbi->db_handle,
local->local.ID, &record,
- NULL, NULL, NULL, &cat) > 0) {
+ NULL, NULL, &cat) > 0) {
local->local.category = cat;
memset (&addr, 0, sizeof (struct Address));
unpack_Address (&addr, record, 0xffff);
diff -ru evolution-2.4.1/calendar/conduits/calendar/calendar-conduit.c evolution-2.4.1_new/calendar/conduits/calendar/calendar-conduit.c
--- evolution-2.4.1/calendar/conduits/calendar/calendar-conduit.c 2005-09-30 19:07:05.000000000 +0200
+++ evolution-2.4.1_new/calendar/conduits/calendar/calendar-conduit.c 2006-01-02 13:17:07.000000000 +0100
@@ -825,7 +825,7 @@
if (dlp_ReadRecordById (ctxt->dbi->pilot_socket,
ctxt->dbi->db_handle,
local->local.ID, &record,
- NULL, NULL, NULL, &cat) > 0) {
+ NULL, NULL, &cat) > 0) {
local->local.category = cat;
memset (&appt, 0, sizeof (struct Appointment));
unpack_Appointment (&appt, record, 0xffff);
diff -ru evolution-2.4.1/calendar/conduits/todo/todo-conduit.c evolution-2.4.1_new/calendar/conduits/todo/todo-conduit.c
--- evolution-2.4.1/calendar/conduits/todo/todo-conduit.c 2005-07-01 17:14:33.000000000 +0200
+++ evolution-2.4.1_new/calendar/conduits/todo/todo-conduit.c 2006-01-02 13:17:42.000000000 +0100
@@ -604,7 +604,7 @@
if (dlp_ReadRecordById (ctxt->dbi->pilot_socket,
ctxt->dbi->db_handle,
local->local.ID, &record,
- NULL, NULL, NULL, &cat) > 0) {
+ NULL, NULL, &cat) > 0) {
local->local.category = cat;
}
}
More information about the Pkg-evolution-maintainers
mailing list