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

Jan Steffens heftig at nymeria.archlinux.org
Sun May 12 14:55:57 UTC 2013


    Date: Sunday, May 12, 2013 @ 16:55:56
  Author: heftig
Revision: 185250

3.8.2

Modified:
  evolution-data-server/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 14:34:52 UTC (rev 185249)
+++ PKGBUILD	2013-05-12 14:55:56 UTC (rev 185250)
@@ -2,18 +2,18 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
-arch=('i686' 'x86_64')
-depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
 options=('!libtool')
 install=$pkgname.install
 url="http://www.gnome.org"
-license=('GPL')
+license=(GPL)
 source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0425d8b73dcf705840cdf9fc955b3ca05b9aacc6eb2d2d97f159725be3a8b896')
+sha256sums=('570d97150ed04e8b6681814731c4d216bda44e164533b28953e38319fec21015')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -21,7 +21,7 @@
       --localstatedir=/var --with-openldap=yes \
       --libexecdir=/usr/lib/evolution-data-server \
       --with-krb5=/usr --with-libdb=/usr \
-      --enable-vala-bindings --disable-uoa
+      --enable-vala-bindings --disable-uoa PYTHON=python2
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
   make
 }




More information about the arch-commits mailing list