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.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evolution/3.24/evolution-3.24.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evolution/3.24/evolution-3.24.5.tar.xz
Download MD5 sum: 95174800ae85871f5edae1d1962a322e
Download size: 12 MB
Estimated disk space required: 391 MB
Estimated build time: 4.0 SBU
adwaita-icon-theme-3.24.0, evolution-data-server-3.24.5, gnome-autoar-0.2.2, GtkHTML-4.10.0, itstool-2.0.2, libgdata-0.17.9, shared-mime-info-1.8, and WebKitGTK+-2.16.6
Bogofilter-1.2.4, enchant-1.6.0, gnome-desktop-3.24.2, Highlight-3.39, libcanberra-0.30, libgweather-3.24.1, libnotify-0.7.7, OpenLDAP-2.4.45, and Seahorse-3.20.0
clutter-gtk-1.8.4, GeoClue-2.4.7, geocode-glib-3.24.0, and libchamplain-0.12.15 (Contact Maps plugin), GTK-Doc-1.26, GtkImageView, GtkSpell3, libcryptui, libpst, libytnef,
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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 \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
-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.
Last updated on 2017-08-30 18:21:03 -0700