[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Mar 21 10:59:39 UTC 2016


    Date: Monday, March 21, 2016 @ 11:59:39
  Author: jgc
Revision: 262152

upgpkg: evolution-data-server 3.20.0-1

Modified:
  evolution-data-server/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-21 10:15:51 UTC (rev 262151)
+++ PKGBUILD	2016-03-21 10:59:39 UTC (rev 262152)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evolution-data-server
-pkgver=3.18.5
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber)
+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)
-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"
@@ -22,8 +22,7 @@
       --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' -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
 }
 



More information about the arch-commits mailing list