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-7.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evolution/3.12/evolution-3.12.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evolution/3.12/evolution-3.12.5.tar.xz
Download MD5 sum: 4cf8ad5385889cc2a701397122c11487
Download size: 12 MB
Estimated disk space required: 495 MB
Estimated build time: 4.5 SBU
evolution-data-server-3.12.5, gnome-icon-theme-3.12.0, GtkHTML-4.8.4, libgdata-0.15.2, shared-mime-info-1.3, WebKitGTK+-2.4.5, and yelp-xsl-3.12.0
Bogofilter-1.2.4, gnome-desktop-3.12.2, Highlight-3.18, libcanberra-0.30, libgweather-3.12.2, and libnotify-0.7.6
clutter-gtk-1.5.4, GeoClue-0.12.0, geocode-glib-3.12.2, and libchamplain-0.12.8 (Contact Maps plugin), GTK-Doc-1.20, GtkImageView, GtkSpell3, libpst, libytnef, OpenLDAP-2.4.39, and SpamAssassin
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-spamassassin &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
          --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.
        
          --disable-spamassassin:
          This switch is used to disable the spamassassin plugin because
          SpamAssassin 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 2014-08-25 18:22:00 -0700