summaryrefslogtreecommitdiff
path: root/nonprism/evolution-data-server
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-24 04:32:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-24 22:21:04 -0300
commit7f0aa1cf1c58b49a88977fb74ca88e49df10df51 (patch)
treeabefa0779bc172c56c8fb8238c7862fb697e89e3 /nonprism/evolution-data-server
parent7aceec50dfbe0e90cf17def61c58c7e62aa946a4 (diff)
evolution-data-server-3.16.4-1.nonprism1: updating version
Diffstat (limited to 'nonprism/evolution-data-server')
-rw-r--r--nonprism/evolution-data-server/PKGBUILD17
1 files changed, 10 insertions, 7 deletions
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 <jgc@archlinux.org>
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
}