Evolution-3.26.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-8.2 platform.

Package Information

Evolution Dependencies

Required

adwaita-icon-theme-3.26.1, evolution-data-server-3.26.5, gnome-autoar-0.2.3, itstool-2.0.4, libgdata-0.17.9, shared-mime-info-1.9, and WebKitGTK+-2.18.6

Recommended

Optional

clutter-gtk-1.8.4, GeoClue-2.4.7, geocode-glib-3.25.4.1, and libchamplain-0.12.16 (Contact Maps plugin), GTK-Doc-1.27, GtkImageView, GtkSpell3, libcryptui, libpst, libytnef,

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

Installation of Evolution

Install Evolution by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DSYSCONF_INSTALL_DIR=/etc  \
      -DENABLE_INSTALLED_TESTS=ON \
      -DENABLE_LIBCRYPTUI=OFF     \
      -DENABLE_PST_IMPORT=OFF     \
      -DENABLE_GTKSPELL=OFF       \
      -DENABLE_YTNEF=OFF          \
      -DENABLE_CONTACT_MAPS=OFF   \
      -G Ninja .. &&
ninja

This package does not come with a test suite.

Now, as the root user:

ninja install

Command Explanations

-DENABLE_LIBCRYPTUI=OFF: This switch disables the usage of libcryptui because it is not part of BLFS. Omit this switch if you have it installed and wish to use it.

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

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

-DENABLE_CONTACT_MAPS=ON: Use this switch if you have installed the necessary dependencies and wish to build the Contact Maps plugin.

Contents

Installed Programs: evolution
Installed Libraries: libeabutil.so, libeabwidgets.so, libecontacteditor.so, libecontactlisteditor.so, libecontactprint.so, libedomutils.so, libemail-engine.so, libessmime.so, libevolution-addressbook-importers.so, libevolution-calendar-importers.so, libevolution-calendar.so, libevolution-mail-composer.so, libevolution-mail-formatter.so, libevolution-mail-importers.so, libevolution-mail.so, libevolution-shell.so, libevolution-smime.so, libevolution-util.so, libgnomecanvas.so, and several modules and plugins in /usr/lib/evolution/{modules,plugins}
Installed Directories: /usr/include/evolution, /usr/lib/evolution, /usr/libexec/evolution, /usr/share/evolution, /usr/share/installed-tests/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 2018-02-28 04:00:24 -0800