# Evolution
# =========
# Slackware 8.1 included an 'evolution' package with version 1.0.7, nothing
# since then.
# If you have any trouble getting it from the URL below, you can get it
# here instead
# If you want to uninstall evolution or evolution-data-server, cd into the
# source directory, run 'make uninstall', remove the source directory, and
# then remove the tarball.
# Evolution 2.4.2.1 is for Gnome 2.6.x or greater.
# I don't use IPv6. If you do, don't pass configure the --enable-ipv6=no
# options you'll find below.
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "evolution-?.*" -exec rm -r {} \;
tar xjvf ~/evolution-2.4.2.1.tar.bz2
cd evolution-2.4.2.1
test $UID = 0 && chown -R root:root .
# If you have openldap installed, pass --with-openldap to configure
# If you have KDE installed, add
# --with-kde-applnk-path=/opt/kde/share/applnk to have it create a menu
# entry for Evolution
# If you have gnome-pilot installed, pass --enable-pilot-conduits to
# configure
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \
--enable-ipv6=no --enable-gtk-doc
make
# Become root to install it
su
test -x /sbin/removepkg && /sbin/removepkg evolution
make install
find /usr/share/locale -type f -name "evolution-2.4.mo" -exec rm {} \;
ln -s /usr/bin/evolution-2.4 /usr/bin/evolution
# Become yourself again
exit
# Any of these (if they exist) can be used as a desktop icon:
# ~/src/evolution-2.4.2.1/art/evolution.png
# /opt/kde/share/icons/crystalsvg/48x48/apps/evolution.png