# Description: client messagerie evolution
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libpst, gtkhtml, evolution-data-server, libcanberra, libunique, networkmanager, nss, dbus-glib, gstreamer, libnotify, intltool, gnome-desktop, libytnef, mx, clutter-gtk, desktop-file-utils, libchamplain, geoclue
# Run on: libpst,gtkhtml,evolution-data-server,libcanberra,libunique,networkmanager,nss,dbus-glib,gstreamer,libnotify,gnome-desktop,libytnef,mx,clutter-gtk,desktop-file-utils,libchamplain,geoclue

name=evolution
version=3.3.92
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/ \
		--enable-python=python2 \
		--enable-nss \
		--enable-smime \
		--enable-plugins=experimental \
		--with-clutter \
		--with-krb5 \
		--with-openldap \
		--disable-scrollkeeper \

#		--enable-contact-maps
	make

	make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install

	install -m755 -d $PKG/usr/share/gconf/schemas
	gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain evolution-3.0 $PKG/etc/gconf/schemas/*.schemas
	rm -f $PKG/etc/gconf/schemas/*.schemas
}