diff options
Diffstat (limited to 'evolution/Pkgfile')
-rw-r--r-- | evolution/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/evolution/Pkgfile b/evolution/Pkgfile index 6996f17..7ba1012 100644 --- a/evolution/Pkgfile +++ b/evolution/Pkgfile @@ -1,11 +1,11 @@ # 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 -# Run on: libpst,gtkhtml,evolution-data-server,libcanberra,libunique,networkmanager,nss,dbus-glib,gstreamer,libnotify,gnome-desktop,libytnef,mx,clutter-gtk,desktop-file-utils +# 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-0.10 +# 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-0.10 name=evolution -version=3.2.0 +version=3.2.1 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) @@ -21,8 +21,8 @@ build() { --with-clutter \ --with-krb5 \ --with-openldap \ - --disable-scrollkeeper -# --enable-contact-maps + --disable-scrollkeeper \ + --enable-contact-maps make make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install |