summaryrefslogtreecommitdiffstats
path: root/evolution/Pkgfile
blob: 8b0dbdac6f00c0315767312f2297d80e6bfb57d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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.4.2
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
}