diff options
Diffstat (limited to 'evolution/Pkgfile')
-rw-r--r-- | evolution/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/evolution/Pkgfile b/evolution/Pkgfile index ffaa45f..6996f17 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.92 +version=3.2.0 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) @@ -21,9 +21,8 @@ build() { --with-clutter \ --with-krb5 \ --with-openldap \ - --disable-scrollkeeper \ - --disable-image-inline -# --enable-contact-maps \ + --disable-scrollkeeper +# --enable-contact-maps make make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install |