On Wed, Apr 27, 2005 at 01:12:46AM +0200, Alain Schroeder wrote: > The following little patch makes the plugin work with evolution 2.2.2-2 > again. At least for me it works again with my S-E K700i. >
> --- multisync-0.82/plugins/evolution2_sync/configure 2005-04-27 > 01:06:19.686073264 +0200 > +++ multisync-0.82.new/plugins/evolution2_sync/configure 2005-04-27 > 00:33:42.050679080 +0200 > @@ -20868,7 +20868,7 @@ > test -n "$YACC" || YACC="yacc" > > > -pkg_modules="gtk+-2.0 libgnomeui-2.0 libbonoboui-2.0 glib-2.0 libbonobo-2.0 > evolution-data-server-1.0 libebook-1.0 libecal-1.0 libedata-book-1.0 > libedata-cal-1.0 libedataserver-1.0" > +pkg_modules="gtk+-2.0 libgnomeui-2.0 libbonoboui-2.0 glib-2.0 libbonobo-2.0 > evolution-data-server-1.2 libebook-1.2 libecal-1.2 libedata-book-1.2 > libedata-cal-1.2 libedataserver-1.2" > > succeeded=no > FWIW, the following is in the Ubuntu package and I believe I took it from upstream's CVS: +pkg_modules_generic="gtk+-2.0 libgnomeui-2.0 libbonoboui-2.0 glib-2.0 libbonobo-2.0" +pkg_modules_eds_1_0="evolution-data-server-1.0 libebook-1.0 libecal-1.0 libedata-book-1.0 libedata-cal-1.0 libedataserver-1.0" +pkg_modules_eds_1_2="evolution-data-server-1.2 libebook-1.2 libecal-1.2 libedata-book-1.2 libedata-cal-1.2 libedataserver-1.2" +PKG_CHECK_MODULES(PACKAGE, [$pkg_modules_generic $pkg_modules_eds_1_0], version="2.0", + [PKG_CHECK_MODULES(PACKAGE, [$pkg_modules_generic $pkg_modules_eds_1_2], version="2.2")]) +AC_SUBST(PACKAGE_CFLAGS) +AC_SUBST(PACKAGE_LIBS) I have not tested this on unstable, though. Michael -- Michael Banck Debian Developer [EMAIL PROTECTED] http://www.advogato.org/person/mbanck/diary.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]