From 3e508804172798e4eef503fc427782fae2ec5263 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 12 May 2016 16:28:40 -0300 Subject: evolution-data-server-3.20.2-1.nonprism1: updating version --- nonprism/evolution-data-server/PKGBUILD | 14 ++++++++------ .../evolution-data-server/evolution-data-server.install | 11 ----------- 2 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 nonprism/evolution-data-server/evolution-data-server.install diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index 29f3afe2e..948e324b0 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 266669 2016-04-29 23:03:36Z heftig $ +# $Id: PKGBUILD 267267 2016-05-09 19:51:44Z heftig $ # Maintainer (Arch): Jan de Groot # Maintainer: Márcio Silva pkgname=evolution-data-server -pkgver=3.20.1 -pkgrel=2.nonprism1 +pkgver=3.20.2 +pkgrel=1.nonprism1 pkgdesc="Centralized access to appointments and contacts, without libgdata support" +url="https://wiki.gnome.org/Apps/Evolution" arch=(i686 x86_64) 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=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('1dfbf6b45656c202f3d68212afb11710e40188db84748d3e487a89ccd4874b53') +sha256sums=('8cdc74b08f1404f5df4b8cf5ccc4999a3e70a1db9ce472f71b623266941ffad9') build() { cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --with-openldap=yes \ --libexecdir=/usr/lib/evolution-data-server \ @@ -27,7 +27,9 @@ build() { --disable-google \ --enable-vala-bindings --disable-uoa \ --enable-gtk-doc + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } diff --git a/nonprism/evolution-data-server/evolution-data-server.install b/nonprism/evolution-data-server/evolution-data-server.install deleted file mode 100644 index e75920e11..000000000 --- a/nonprism/evolution-data-server/evolution-data-server.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install () { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade () { - post_install -} - -post_remove () { - post_install -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf