extra/evolution-data-server update

This commit is contained in:
Kevin Mihelich 2016-04-10 01:52:26 +00:00
parent 364b47119b
commit f24d9743e2

View file

@ -1,16 +1,15 @@
# $Id$
# Maintainer: Jan de Groot <jgc@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - 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
}