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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evolution/3.22/evolution-3.22.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evolution/3.22/evolution-3.22.5.tar.xz
Download MD5 sum: 64cce71e42ed61f0a955c2e1f8d2272f
Download size: 12 MB
Estimated disk space required: 572 MB
Estimated build time: 13 SBU
adwaita-icon-theme-3.22.0, evolution-data-server-3.22.5, gnome-autoar-0.1.1, GtkHTML-4.10.0, itstool-2.0.2, libgdata-0.17.6, shared-mime-info-1.8, and WebKitGTK+-2.14.5
Bogofilter-1.2.4, enchant-1.6.0, gnome-desktop-3.22.2, Highlight-3.34, libcanberra-0.30, libgweather-3.20.4, libnotify-0.7.7, and Seahorse-3.20.0
clutter-gtk-1.8.2, GeoClue-2.4.5, geocode-glib-3.20.1, and libchamplain-0.12.14 (Contact Maps plugin), GTK-Doc-1.25, OpenLDAP-2.4.44, GtkImageView, GtkSpell3, libcryptui, libpst, libytnef,
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/evolution
Install Evolution by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-gtkspell \ --disable-pst-import \ --disable-libcryptui && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-libcryptui
: 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.
--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.
--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.
Last updated on 2017-02-21 11:59:18 -0800