summaryrefslogtreecommitdiff
path: root/nonprism/evolution-data-server
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-12 02:49:35 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-12 03:04:20 -0300
commitd3a1d36e6cb778b8989718bb01c2ade5be494613 (patch)
treec7abd3b38d813b9dd14b8b9d21c2bb30761cb0f3 /nonprism/evolution-data-server
parent2e4110757f8cd005bbd35aae7cc96b31322374f7 (diff)
evolution-data-server-3.16.3-1.nonprism1: updating version
Diffstat (limited to 'nonprism/evolution-data-server')
-rw-r--r--nonprism/evolution-data-server/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD
index e47c69cad..f81877d0a 100644
--- a/nonprism/evolution-data-server/PKGBUILD
+++ b/nonprism/evolution-data-server/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 239203 2015-05-12 19:58:49Z heftig $
+# $Id: PKGBUILD 240568 2015-06-11 11:39:22Z heftig $
# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
pkgname=evolution-data-server
-pkgver=3.16.2
+pkgver=3.16.3
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)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc)
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=('6e3da8a553b803571eb4ecf1e412da45bf4f2325e446fc23bffa2b2718d6b8b1')
+sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5')
build() {
cd "$pkgname-$pkgver"
@@ -24,7 +24,8 @@ build() {
--with-krb5=/usr --with-libdb=/usr \
--without-libgdata \
--disable-google \
- --enable-vala-bindings --disable-uoa
+ --enable-vala-bindings --disable-uoa \
+ --enable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
make