mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/evolution-data-server update
This commit is contained in:
parent
364b47119b
commit
f24d9743e2
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue