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.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evolution/3.30/evolution-3.30.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evolution/3.30/evolution-3.30.5.tar.xz
Download MD5 sum: 7a24256b447d23f5b8cf0df6d0f6e40b
Download size: 11 MB
Estimated disk space required: 331 MB
Estimated build time: 3.5 SBU
adwaita-icon-theme-3.30.1, evolution-data-server-3.30.5, gnome-autoar-0.2.3, itstool-2.0.5, libgdata-0.17.9, shared-mime-info-1.10, and WebKitGTK+-2.22.6
Bogofilter-1.2.4, enchant-2.2.3, gnome-desktop-3.30.2.1, Highlight-3.49, libcanberra-0.30, libgweather-3.28.2, libnotify-0.7.7, OpenLDAP-2.4.47, and Seahorse-3.30.1.1
clutter-gtk-1.8.4, GeoClue-2.5.2, geocode-glib-3.26.0, and libchamplain-0.12.16 (Contact Maps plugin), GTK-Doc-1.29, Glade, GtkImageView, GtkSpell3, libpst, libunity, libytnef
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/evolution
Install Evolution by running the following commands:
patch -Np1 -i ../evolution-3.30.5-security_fix-1.patch && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONF_INSTALL_DIR=/etc \ -DENABLE_INSTALLED_TESTS=ON \ -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
-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 2019-02-22 05:31:06 -0800