From fb732f7afd7814916a12deb018ffa7e908b1da1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 30 Jul 2015 01:44:45 -0300 Subject: evolution-data-server-3.16.4-3.nonprism1: update to build from official tarball version --- nonprism/evolution-data-server/PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index 80bd525d7..b938445da 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 241746 2015-07-03 11:10:49Z jgc $ +# $Id: PKGBUILD 242829 2015-07-29 10:18:37Z jgc $ # Maintainer (Arch): Jan de Groot pkgname=evolution-data-server pkgver=3.16.4 -pkgrel=2.nonprism1 +pkgrel=3.nonprism1 pkgdesc="Centralized access to appointments and contacts, without libgdata support" arch=(i686 x86_64) depends=(gnome-online-accounts nss krb5 libgweather libical db) @@ -13,14 +13,11 @@ url="https://wiki.gnome.org/Apps/Evolution" license=(GPL) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") conflicts=("${pkgname}-coherence" "${pkgname}-nonprism") -source=(git://git.gnome.org/evolution-data-server#commit=d3587d1e064ff46406a3bd137ebdd3625c339001) -sha256sums=('SKIP') -#source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -#sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('62af92dd5563d58a2f13eceeee99cbb7201c15a60eb9e6f4f2bf69688aa07a06') build() { - cd "$pkgname" - NOCONFIGURE=1 ./autogen.sh + cd "$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --with-openldap=yes \ --libexecdir=/usr/lib/evolution-data-server \ @@ -35,6 +32,6 @@ build() { } package() { - cd "$pkgname" + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -- cgit v1.1-4-g5e80