Enlightenment CVS committal Author : tsauerbeck Project : misc Module : embrace
Dir : misc/embrace Modified Files: ChangeLog README configure.ac Log Message: Added Phillip Warner's Sylpheed plugin =================================================================== RCS file: /cvsroot/enlightenment/misc/embrace/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- ChangeLog 9 May 2004 12:29:47 -0000 1.16 +++ ChangeLog 29 Jan 2005 14:51:36 -0000 1.17 @@ -1,4 +1,8 @@ -$Id: ChangeLog,v 1.16 2004/05/09 12:29:47 tsauerbeck Exp $ +$Id: ChangeLog,v 1.17 2005/01/29 14:51:36 tsauerbeck Exp $ + +2005-01-29 Tilman Sauerbeck <tilman -at- code-monkey.de> + * configure.ac, src/plugins/sylpheed: + Added Phillip Warner's Sylpheed plugin 2004-05-09 Tilman Sauerbeck <tilman -at- code-monkey.de> * src/embrace.c: Added standard arguments -h and =================================================================== RCS file: /cvsroot/enlightenment/misc/embrace/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- README 2 May 2004 18:28:17 -0000 1.2 +++ README 29 Jan 2005 14:51:36 -0000 1.3 @@ -11,7 +11,7 @@ Embrace uses Edje for the user interface. Plugins are used for the mailbox monitoring. Embrace currently ships with plugins for IMAP, POP3, -mbox and maildir mailboxes. +mbox, maildir and Sylpheed mailboxes. For more information about the themes, please refer to README in data/themes/<name>/README. =================================================================== RCS file: /cvsroot/enlightenment/misc/embrace/configure.ac,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- configure.ac 2 Sep 2004 20:30:58 -0000 1.7 +++ configure.ac 29 Jan 2005 14:51:36 -0000 1.8 @@ -1,6 +1,6 @@ ############################################################################### ## -## $Id: configure.ac,v 1.7 2004/09/02 20:30:58 tsauerbeck Exp $ +## $Id: configure.ac,v 1.8 2005/01/29 14:51:36 tsauerbeck Exp $ ## ## Copyright (C) 2004 Embrace project. ## @@ -92,6 +92,16 @@ AM_CONDITIONAL(BUILD_IMAP, test x$build_imap = xyes) +PKG_CHECK_MODULES(XML, libxml-2.0, have_xml=yes, have_xml=no) +AC_SUBST(XML_CFLAGS) +AC_SUBST(XML_LIBS) + +AC_ARG_WITH(sylpheed, + [ --with-sylpheed build the sylpheed plugin (default: yes)], + [if test x$have_xml = xyes; then build_sylpheed=$withval; else build_sylpheed=no; fi], build_sylpheed=$have_xml) + +AM_CONDITIONAL(BUILD_SYLPHEED, test x$build_sylpheed = xyes) + AC_PATH_GENERIC(ecore, , , AC_MSG_ERROR(Cannot find ecore: Is ecore-config in path?)) @@ -141,6 +151,7 @@ src/plugins/mbox/Makefile src/plugins/pop3/Makefile src/plugins/imap/Makefile +src/plugins/sylpheed/Makefile ]) AC_OUTPUT @@ -155,6 +166,7 @@ echo "mbox..................: $build_mbox" echo "POP3..................: $build_pop3" echo "IMAP..................: $build_imap" +echo "Sylpheed..............: $build_sylpheed" echo echo echo "OpenSSL support.......: $have_openssl" ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs