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

Jan Steffens heftig at archlinux.org
Mon Feb 15 17:59:51 UTC 2016


    Date: Monday, February 15, 2016 @ 18:59:51
  Author: heftig
Revision: 259318

Enable libphonenumber

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 17:54:20 UTC (rev 259317)
+++ PKGBUILD	2016-02-15 17:59:51 UTC (rev 259318)
@@ -6,8 +6,8 @@
 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 gtk-doc)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost)
 install=$pkgname.install
 url="https://wiki.gnome.org/Apps/Evolution"
 license=(GPL)
@@ -19,7 +19,7 @@
   ./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 --with-phonenumber=/usr \
       --enable-vala-bindings --disable-uoa \
       --enable-gtk-doc
 



More information about the arch-commits mailing list