Evolution-3.40.0

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-10.1 platform.

Package Information

Evolution Dependencies

Required

adwaita-icon-theme-3.38.0, evolution-data-server-3.40.0, gnome-autoar-0.3.1, itstool-2.0.6, libgdata-0.18.1, shared-mime-info-2.1, and WebKitGTK-2.32.0

Recommended

Optional

clutter-gtk-1.8.4, GeoClue-2.5.7, geocode-glib-3.26.2, and libchamplain-0.12.20 (Contact Maps plugin), GTK-Doc-1.33.2, Glade, libpst, libunity, 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_PST_IMPORT=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_YTNEF=OFF: This switch is used to disable the yTNEF library usage because libytnef 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, 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,web-extensions}
Installed Directories: /usr/include/evolution, /usr/lib/evolution, /usr/libexec/evolution, /usr/share/evolution, /usr/share/installed-tests/evolution, /usr/share/help/*/evolution, and optionally /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine}, /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell}, and /usr/share/gtk-doc/html/evolution-util

Short Descriptions

evolution

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

Last updated on 2021-04-08 11:46:33 -0500