evolution-sharp - .NET binding for Evolution libraries ChangeLog

HOWTO


# evolution-sharp 0.10.2
# ======================
# Prerequisites:
# gawk
# sed
# grep
# pkg-config
# evolution's libecal-1.2 >= 1.2.0 and libebook-1.2 >= 1.2.0,
#  evolution-data-server-1.2 >= 1.3.5
# mono >= 1.0.0
# gtk#-2.0 >= 1.9.5
# glib >= 2.0.0
# ORBit >= 2.9.8

cd
test -f installed/evolution-sharp-0.10.2.tar.bz2 &&
mv installed/evolution-sharp-0.10.2.tar.bz2 .
test ! -f evolution-sharp-0.10.2.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/evolution-sharp/0.10/\
evolution-sharp-0.10.2.tar.bz2

# Verify tarball w/ md5sum:
echo "66957006f02706490d244d4f01ec542d  evolution-sharp-0.10.2.tar.bz2" | \
md5sum -c

mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "evolution-sharp-*" -exec rm -r {} \;
tar xjvf ~/evolution-sharp-0.10.2.tar.bz2
cd evolution-sharp-0.10.2
test $UID = 0 && chown -R root:root .

# You should specify the same prefix here that you used to install mono

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make

# Become root to install it
su

rm -f /usr/lib/libevolutionglue.*
make install
ldconfig

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/evolution-sharp-*.tar.*
mv evolution-sharp-0.10.2.tar.bz2 installed/


# If you ever want to uninstall evolution-sharp, this should do it:
cd
su
test -d src/evolution-sharp-* &&
( cd src/evolution-sharp-* ; make uninstall )
rm -f /usr/lib/libevolutionglue.* /usr/lib/pkgconfig/evolution-sharp.pc\
/usr/share/gapi-2.0/evolution-api.xml
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "evolution-sharp-*" -exec rm -r {} \;
rm -f ~/installed/evolution-sharp-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-01-18 9:47am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]