Evolution-3.12.5

Introduction to Evolution

The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME environment.

This package is known to build and work properly using an LFS-7.6 systemd platform.

Package Information

Evolution Dependencies

Required

evolution-data-server-3.12.5, gnome-icon-theme-3.12.0, GtkHTML-4.8.4, libgdata-0.15.2, shared-mime-info-1.3, WebKitGTK+-2.4.5, and yelp-xsl-3.12.0

Recommended

Optional

clutter-gtk-1.5.4, GeoClue-0.12.0, geocode-glib-3.12.2, and libchamplain-0.12.8 (Contact Maps plugin), GTK-Doc-1.20, GtkImageView, GtkSpell3, libpst, libytnef, OpenLDAP-2.4.39, and SpamAssassin

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/evolution

Installation of Evolution

Install Evolution by running the following commands:

./configure --prefix=/usr         \
            --sysconfdir=/etc     \
            --disable-gtkspell    \
            --disable-pst-import  \
            --disable-spamassassin &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-gtkspell: This switch is used to disable the gtkspell plugin because GtkSpell is not part of BLFS.

--disable-pst-import: This switch is used to disable the pst-import plugin because libpst is not part of BLFS.

--disable-spamassassin: This switch is used to disable the spamassassin plugin because SpamAssassin is not part of BLFS.

--with-openldap: This switch will enable OpenLDAP support in Evolution.

--enable-contact-maps: Use this switch if you have installed the necessary dependencies and wish to build the Contact Maps plugin.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: evolution
Installed Libraries: None
Installed Directories: /usr/include/evolution-3.12, /usr/lib/evolution, /usr/libexec/evolution, /usr/share/evolution, /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine}, /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell}, /usr/share/gtk-doc/html/evolution-util, and /usr/share/help/*/evolution

Short Descriptions

evolution

is an email, calendar and address book suite for the GNOME Desktop.

Last updated on 2014-08-25 18:22:00 -0700