%general-entities; ]> $Date$ evolution-data-server-&evolution-data-server-version; evolution-data-server Introduction to Evolution Data Server The Evolution Data Server package provides a unified backend for programs that work with contacts, tasks, and calendar information. It was originally developed for Evolution (hence the name), but is now used by other packages as well. &lfs111_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &evolution-data-server-md5sum; Download size: &evolution-data-server-size; Estimated disk space required: &evolution-data-server-buildsize; Estimated build time: &evolution-data-server-time; Evolution Data Server Dependencies Required , , , , and . Recommended , , , , , , , and Recommended (Runtime) Optional , , , a (that provides a sendmail command), , and libphonenumber User Notes: Installation of Evolution Data Server Install Evolution Data Server by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONF_INSTALL_DIR=/etc \ -DENABLE_VALA_BINDINGS=ON \ -DENABLE_INSTALLED_TESTS=ON \ -DENABLE_GOOGLE=ON \ -DWITH_OPENLDAP=OFF \ -DWITH_KRB5=OFF \ -DENABLE_INTROSPECTION=ON \ -DENABLE_GTK_DOC=OFF \ -DWITH_LIBDB=OFF \ -DWITH_GWEATHER4=ON \ -DWITH_SYSTEMDUSERUNITDIR=no \ .. && make mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONF_INSTALL_DIR=/etc \ -DENABLE_VALA_BINDINGS=ON \ -DENABLE_INSTALLED_TESTS=ON \ -DENABLE_GOOGLE=ON \ -DWITH_OPENLDAP=OFF \ -DWITH_KRB5=OFF \ -DENABLE_INTROSPECTION=ON \ -DENABLE_GTK_DOC=OFF \ -DWITH_LIBDB=OFF \ -DWITH_GWEATHER4=ON \ .. && make To test the results, issue: make test. Now, as the root user: make install Command Explanations -DENABLE_GOOGLE=ON: This switch enables access to google services via and also enables the Google Authentication option. -DENABLE_VALA_BINDINGS=ON: This switch enables building the Vala bindings. Remove if you don't have installed. -DENABLE_GTK_DOC=OFF: This switch disables building the API documentation. It is broken for this package due to the use of a long deprecated gtk-doc program that is no longer available. -DWITH_LIBDB=OFF: This switch allows building this package without . This package only uses to import data from very outdated releases. is used for normal operation. -DWITH_GWEATHER4=ON: This switch allows building this package with . -DWITH_SYSTEMDUSERUNITDIR=no: This switch disables installing the systemd units, which are not used for a Sysv build. To enable many of the optional dependencies, review the information from cmake -L CMakeLists.txt for the necessary parameters you must pass to the cmake command. Contents Installed Programs Installed Libraries Installed Directories None libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so, libebook-contacts-1.2.so, libecal-2.0.so, libedata-book-1.2.so, libedata-cal-2.0.so, libedataserver-1.2.so, libedataserverui-1.2.so, and libetestserverutils.so /usr/include/evolution-data-server, /usr/lib{,exec}/evolution-data-server, /usr/share/evolution-data-server, /usr/share/installed-tests/evolution-data-server, and /usr/share/pixmaps/evolution-data-server Short Descriptions libcamel-1.2.so is the Evolution MIME message handling library libcamel-1.2.so libebackend-1.2.so is the utility library for Evolution Data Server Backends libebackend-1.2.so libebook-1.2.so is the client library for Evolution address books libebook-1.2.so libebook-contacts-1.2.so is the client library for Evolution contacts libebook-contacts-1.2.so libecal-1.2.so is the client library for Evolution calendars libecal-1.2.so libedata-book-1.2.so is the backend library for Evolution address books libedata-book-1.2.so libedata-cal-1.2.so is the backend library for Evolution calendars libedata-cal-1.2.so libedataserver-1.2.so is the utility library for Evolution Data Server libedataserver-1.2.so libedataserverui-3.0.so is the GUI utility library for Evolution Data Server libedataserverui-3.0.so libetestserverutils.so is the server test utility library for Evolution Data Server libetestserverutils.so