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.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evolution/3.20/evolution-3.20.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evolution/3.20/evolution-3.20.5.tar.xz
Download MD5 sum: a23101c768da96477d24763b01925836
Download size: 12 MB
Estimated disk space required: 593 MB
Estimated build time: 17 SBU
adwaita-icon-theme-3.20, evolution-data-server-3.20.5, GtkHTML-4.10.0, itstool-2.0.2, libgdata-0.17.5, shared-mime-info-1.6, and WebKitGTK+-2.4.11
Bogofilter-1.2.4, enchant-1.6.0, gnome-desktop-3.20.2, Highlight-3.31, libcanberra-0.30, libgweather-3.20.3, libnotify-0.7.6, and Seahorse-3.20.0
clutter-gtk-1.8.0, GeoClue-0.12.0, geocode-glib-3.20.1, and libchamplain-0.12.13 (Contact Maps plugin), GTK-Doc-1.25, OpenLDAP-2.4.44, GtkImageView, GtkSpell3, gnome-autoar, libcryptui, libpst, libytnef, and SpamAssassin
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/evolution
Install Evolution by running the following commands:
sed -i "/seems to be moved/s/^/#/" ltmain.sh &&
./configure --prefix=/usr         \
            --sysconfdir=/etc     \
            --disable-gtkspell    \
            --disable-pst-import  \
            --disable-autoar      \
            --disable-libcryptui  \
            --disable-spamassassin &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
sed -i ... ltmain.sh: This command prevents the build procedure from outputting a lot of invalid warnings.
          --disable-autoar: This
          switch disables automatic archiving support. Omit if you have
          gnome-autoar installed and wish to
          use it.
        
          --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.
        
          --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 2016-08-29 23:02:26 -0700