summaryrefslogtreecommitdiff
path: root/nonprism/evolution-data-server-nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-09 03:32:38 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-09 03:32:38 -0200
commit2e749183dc795779a172f7cb16f4c2298539dadb (patch)
tree6cb75241d429b72f82d16c1f49468318b30a56ca /nonprism/evolution-data-server-nonprism
parenta3628a8a55d8bb03559b0b421a96cfa61ec44e70 (diff)
evolution-data-server-nonprism-3.10.0-1: updating version
Diffstat (limited to 'nonprism/evolution-data-server-nonprism')
-rw-r--r--nonprism/evolution-data-server-nonprism/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/nonprism/evolution-data-server-nonprism/PKGBUILD b/nonprism/evolution-data-server-nonprism/PKGBUILD
index 96caee984..5d4cc25ea 100644
--- a/nonprism/evolution-data-server-nonprism/PKGBUILD
+++ b/nonprism/evolution-data-server-nonprism/PKGBUILD
@@ -1,12 +1,12 @@
_pkgname=evolution-data-server
pkgname=evolution-data-server-nonprism
-pkgver=3.8.5
+pkgver=3.10.0
pkgrel=1
-pkgdesc="Centralized access to appointments and contacts without libgdata support"
+pkgdesc="Centralized access to appointments and contacts, without libgdata support"
arch=(i686 x86_64)
-depends=(nss krb5 libical db libxml2 libsoup gtk3 libsecret gcr)
-makedepends=(intltool gperf gobject-introspection vala python2 gnome-common)
+depends=(gnome-online-accounts nss krb5 libgweather libical db)
+makedepends=(intltool gperf gobject-introspection vala python2)
options=('!libtool')
install=$_pkgname.install
url="http://www.gnome.org"
@@ -15,21 +15,17 @@ replaces=("$_pkgname" 'evolution-data-server-coherence')
conflicts=$_pkgname
provides=$_pkgname=$pkgver
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
-sha256sums=('73c4ecfed65651cc72966b90081d7b72f9b42573585bc89797efea65ccfdbd2a')
-
+sha256sums=('1c47a0e138e9a5ed630d6e3ab30761e74e5f26ed7bbc31debfe76c2bac058b27')
build() {
cd "$_pkgname-$pkgver"
- autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --with-openldap=yes \
--libexecdir=/usr/lib/evolution-data-server \
--with-krb5=/usr --with-libdb=/usr \
--without-libgdata \
- --disable-goa \
--disable-google \
- --disable-weather \
- --enable-vala-bindings --disable-uoa PYTHON=python2
+ --enable-vala-bindings --disable-uoa
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
}