Date: Thursday, June 11, 2015 @ 13:39:22 Author: heftig Revision: 240568
3.16.3 Modified: evolution-data-server/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-11 11:26:19 UTC (rev 240567) +++ PKGBUILD 2015-06-11 11:39:22 UTC (rev 240568) @@ -2,17 +2,17 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evolution-data-server -pkgver=3.16.2 +pkgver=3.16.3 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) +makedepends=(intltool gperf gobject-introspection vala gtk-doc) install=$pkgname.install url="https://wiki.gnome.org/Apps/Evolution" license=(GPL) source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('6e3da8a553b803571eb4ecf1e412da45bf4f2325e446fc23bffa2b2718d6b8b1') +sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5') build() { cd "$pkgname-$pkgver" @@ -20,7 +20,8 @@ --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 \ + --enable-gtk-doc 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
