[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Sep 4 12:15:57 UTC 2011


    Date: Sunday, September 4, 2011 @ 08:15:56
  Author: ibiru
Revision: 136980

update to 3.1.91

Modified:
  evolution-data-server/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-04 12:05:35 UTC (rev 136979)
+++ PKGBUILD	2011-09-04 12:15:56 UTC (rev 136980)
@@ -2,24 +2,25 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=3.1.90
+pkgver=3.1.91
 pkgrel=1
-pkgdesc="Central location for addressbook and calendar storage in the GNOME Desktop"
+pkgdesc="Centralized access to appointments and contacts"
 arch=('i686' 'x86_64')
 depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
 options=('!libtool')
 url="http://www.gnome.org"
 license=('GPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('24c48a0f006c7ed94c08409bb6479ca6915b49ef4291430ca0c3476687d442f9')
+sha256sums=('c1524cd4ab45965cac3560f31ca10e282e8c20c130f6c2cf7e31baa88e842a48')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --with-openldap=yes \
       --libexecdir=/usr/lib/evolution-data-server \
-      --with-krb5=/usr --with-libdb=/usr
+      --with-krb5=/usr --with-libdb=/usr \
+      --enable-vala-bindings
   make
 }
 




More information about the arch-commits mailing list