From 5ae9b925d1dad821c70e2d473474895b69f128b1 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 9 Apr 2016 18:44:04 -0300 Subject: evolution-data-server-3.20.0-2.nonprism1: updating version --- nonprism/evolution-data-server/PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'nonprism/evolution-data-server/PKGBUILD') diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index 6613f228d..ae804b37a 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 259318 2016-02-15 17:59:51Z heftig $ +# $Id: PKGBUILD 263828 2016-04-03 12:52:10Z foutrelis $ # Maintainer (Arch): Jan de Groot # Maintainer: Márcio Silva pkgname=evolution-data-server -pkgver=3.18.5 -pkgrel=1.nonprism1 +pkgver=3.20.0 +pkgrel=2.nonprism1 pkgdesc="Centralized access to appointments and contacts, without libgdata support" arch=(i686 x86_64) -depends=(gnome-online-accounts nss krb5 libgweather libical db libphonenumber) +depends=(gnome-online-accounts nss krb5 libgweather libical db libphonenumber webkitgtk) makedepends=(intltool gperf gobject-introspection vala gtk-doc boost) install=$pkgname.install url="https://wiki.gnome.org/Apps/Evolution" license=(GPL) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") conflicts=("${pkgname}-coherence" "${pkgname}-nonprism") -source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('a897c789925e86df31a1c78212b431cca13dc4d5a3d87e1fb3d507df3994e8e1') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('05f2e84fd5b02f9a526ffd549753af564f54c56047b5126aeecb28a8a0fa4f4b') build() { cd "$pkgname-$pkgver" @@ -27,8 +27,7 @@ build() { --disable-google \ --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 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } -- cgit v1.2.3-54-g00ecf