diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 05:58:01 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 06:09:27 +0100 |
commit | 01fe1e237b33bbd3ce7a87b66467acdc947de192 (patch) | |
tree | ef6d80be8477e9d51784cc81fd0dd16f62552e86 /nonprism/evolution-data-server | |
parent | 86f678b7d6e0f205b3c51434f233ace633cc2f74 (diff) | |
download | abslibre-01fe1e237b33bbd3ce7a87b66467acdc947de192.tar.gz abslibre-01fe1e237b33bbd3ce7a87b66467acdc947de192.tar.bz2 abslibre-01fe1e237b33bbd3ce7a87b66467acdc947de192.zip |
nonprism/evolution-data-server: updated to 3.26.4
Diffstat (limited to 'nonprism/evolution-data-server')
-rw-r--r-- | nonprism/evolution-data-server/PKGBUILD | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index bee347817..af61d3aad 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -1,24 +1,22 @@ -# Maintainer: Andreas Grapentin <andreas@grapentin.org> +# $Id$ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> +# Contributor: Andreas Grapentin <andreas@grapentin.org> # Contributor: Márcio Silva <coadde@hyperbola.info> # Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info> -pkgname=evolution-data-server - -pkgver=3.26.2.1 -pkgrel=3.nonprism2 -_commit=7149f838ab4a908c1a8fc71fcac3a769b3043895 # tags/EVOLUTION_DATA_SERVER_3_26_2_1^0 -arch=(i686 x86_64) +# parabola changes and rationale: +# - removed libgdata support +pkgname=evolution-data-server +pkgver=3.26.4 +pkgrel=1.nonprism1 pkgdesc="Centralized access to appointments and contacts, without libgdata support" url="https://wiki.gnome.org/Apps/Evolution" -license=(GPL) - +arch=(x86_64 i686 armv7h) depends=(gnome-online-accounts nss krb5 libgweather libical db libphonenumber) makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake ninja) -replaces=("${pkgname}-coherence" "${pkgname}-nonprism") -conflicts=("${pkgname}-coherence" "${pkgname}-nonprism") - +license=(GPL) +_commit=24e636756ef38f485798e47e32bc4c12dd8ec0ad # tags/3.26.4^0 source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit") sha256sums=('SKIP') @@ -27,6 +25,10 @@ pkgver() { git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g' } +prepare() { + cd $pkgname +} + build() { cd $pkgname |