diff options
Diffstat (limited to 'evolution/Pkgfile')
-rw-r--r-- | evolution/Pkgfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/evolution/Pkgfile b/evolution/Pkgfile index ab902a2..ffaa45f 100644 --- a/evolution/Pkgfile +++ b/evolution/Pkgfile @@ -5,7 +5,7 @@ # Run on: libpst,gtkhtml,evolution-data-server,libcanberra,libunique,networkmanager,nss,dbus-glib,gstreamer,libnotify,gnome-desktop,libytnef,mx,clutter-gtk,desktop-file-utils name=evolution -version=3.1.91 +version=3.1.92 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) @@ -19,8 +19,11 @@ build() { --enable-smime \ --enable-plugins=experimental \ --with-clutter \ + --with-krb5 \ + --with-openldap \ --disable-scrollkeeper \ --disable-image-inline +# --enable-contact-maps \ make make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install |