diff options
author | piernov <piernov@piernov.org> | 2011-09-19 21:15:16 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-19 21:15:16 +0200 |
commit | dba2c076bd2b3fc26ded4b97732b784cc4a20ea5 (patch) | |
tree | 258c3a54dc8d713aa24a2c1621a2b5189e9cb8ef /evolution-data-server/Pkgfile | |
parent | a8fcc0fb59dd2c682b14f1a69354cdc5a798662c (diff) | |
download | gnome3-dba2c076bd2b3fc26ded4b97732b784cc4a20ea5.tar.gz gnome3-dba2c076bd2b3fc26ded4b97732b784cc4a20ea5.tar.bz2 gnome3-dba2c076bd2b3fc26ded4b97732b784cc4a20ea5.tar.xz gnome3-dba2c076bd2b3fc26ded4b97732b784cc4a20ea5.zip |
evolution-data-server 3.1.92-1 màj port
Diffstat (limited to 'evolution-data-server/Pkgfile')
-rw-r--r-- | evolution-data-server/Pkgfile | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/evolution-data-server/Pkgfile b/evolution-data-server/Pkgfile index 52dfeef..c3008d5 100644 --- a/evolution-data-server/Pkgfile +++ b/evolution-data-server/Pkgfile @@ -1,11 +1,11 @@ # Description: Evolution's Backend Server # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch -# Depends on: libgnomeui, libsoup, nss, libical, libgweather, popt, bison, libgdata, gnome-online-accounts -# Run on: libgnomeui,libsoup,nss,libical,libgweather,popt,bison,libgdata,gnome-online-accounts +# Depends on: libgnomeui, libsoup, nss, libical, libgweather, popt, bison, libgdata, gnome-online-accounts, openldap, kerberos +# Run on: libgnomeui,libsoup,nss,libical,libgweather,popt,bison,libgdata,gnome-online-accounts,openldap,kerberos name=evolution-data-server -version=3.1.91 +version=3.1.92 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) @@ -15,7 +15,18 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib/evolution-data-server \ - --disable-gtk-doc + --enable-goa \ + --enable-ssl \ + --enable-smime \ + --enable-ipv6=yes \ + --enable-calendar=yes \ + --enable-weather \ + --enable-nntp \ + --enable-purify \ + --disable-schemas-install \ + --disable-gtk-doc \ + --with-krb5 \ + --with-openldap make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc |