diff --git a/extra/evolution-data-server/PKGBUILD b/extra/evolution-data-server/PKGBUILD index 26cd7cd7a..1247e353d 100644 --- a/extra/evolution-data-server/PKGBUILD +++ b/extra/evolution-data-server/PKGBUILD @@ -1,16 +1,15 @@ # $Id$ # Maintainer: Jan de Groot -# ALARM: Kevin Mihelich -# - disable libphonenumber, FTBFS on ARM +# remove when bumped upstream pkgname=evolution-data-server pkgver=3.20.0 pkgrel=2 pkgdesc="Centralized access to appointments and contacts" arch=(i686 x86_64) -depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata webkitgtk) -makedepends=(intltool gperf gobject-introspection vala gtk-doc) +depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber webkitgtk) +makedepends=(intltool gperf gobject-introspection vala gtk-doc boost) install=$pkgname.install url="https://wiki.gnome.org/Apps/Evolution" license=(GPL) @@ -22,10 +21,9 @@ build() { ./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 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }