From 7f0aa1cf1c58b49a88977fb74ca88e49df10df51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 24 Jun 2015 04:32:06 -0300 Subject: evolution-data-server-3.16.4-1.nonprism1: updating version --- nonprism/evolution-data-server/PKGBUILD | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'nonprism/evolution-data-server') diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index f81877d0a..88280f9dd 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -1,23 +1,26 @@ -# $Id: PKGBUILD 240568 2015-06-11 11:39:22Z heftig $ +# $Id: PKGBUILD 241228 2015-06-23 13:30:43Z jgc $ # Maintainer (Arch): Jan de Groot pkgname=evolution-data-server -pkgver=3.16.3 +pkgver=3.16.4 pkgrel=1.nonprism1 pkgdesc="Centralized access to appointments and contacts, without libgdata support" arch=(i686 x86_64) depends=(gnome-online-accounts nss krb5 libgweather libical db) -makedepends=(intltool gperf gobject-introspection vala gtk-doc) +makedepends=(intltool gperf gobject-introspection vala gtk-doc git gnome-common) 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=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5') +source=(git://git.gnome.org/evolution-data-server#commit=79dbb273a37623a1e667b82788e7f05e2746b444) +sha256sums=('SKIP') +#source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +#sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5') build() { - cd "$pkgname-$pkgver" + cd "$pkgname" + NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --with-openldap=yes \ --libexecdir=/usr/lib/evolution-data-server \ @@ -32,6 +35,6 @@ build() { } package() { - cd "$pkgname-$pkgver" + cd "$pkgname" make DESTDIR="$pkgdir" install } -- cgit v1.2.2