summaryrefslogtreecommitdiff
path: root/nonprism/evolution-data-server
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 16:28:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 16:28:40 -0300
commit3e508804172798e4eef503fc427782fae2ec5263 (patch)
treeeffc7e7b4c3d098f649d21c5f5b98ee7ef4dc7c1 /nonprism/evolution-data-server
parent86b4bae1770ceecde9cc2636a053b42a2d4ca85d (diff)
evolution-data-server-3.20.2-1.nonprism1: updating version
Diffstat (limited to 'nonprism/evolution-data-server')
-rw-r--r--nonprism/evolution-data-server/PKGBUILD14
-rw-r--r--nonprism/evolution-data-server/evolution-data-server.install11
2 files changed, 8 insertions, 17 deletions
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD
index 29f3afe2e..948e324b0 100644
--- a/nonprism/evolution-data-server/PKGBUILD
+++ b/nonprism/evolution-data-server/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 266669 2016-04-29 23:03:36Z heftig $
+# $Id: PKGBUILD 267267 2016-05-09 19:51:44Z heftig $
# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=evolution-data-server
-pkgver=3.20.1
-pkgrel=2.nonprism1
+pkgver=3.20.2
+pkgrel=1.nonprism1
pkgdesc="Centralized access to appointments and contacts, without libgdata support"
+url="https://wiki.gnome.org/Apps/Evolution"
arch=(i686 x86_64)
depends=(gnome-online-accounts nss krb5 libgweather libical db libphonenumber webkitgtk)
makedepends=(intltool gperf gobject-introspection vala gtk-doc boost)
-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=('1dfbf6b45656c202f3d68212afb11710e40188db84748d3e487a89ccd4874b53')
+sha256sums=('8cdc74b08f1404f5df4b8cf5ccc4999a3e70a1db9ce472f71b623266941ffad9')
build() {
cd "$pkgname-$pkgver"
+
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --with-openldap=yes \
--libexecdir=/usr/lib/evolution-data-server \
@@ -27,7 +27,9 @@ build() {
--disable-google \
--enable-vala-bindings --disable-uoa \
--enable-gtk-doc
+
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
make
}
diff --git a/nonprism/evolution-data-server/evolution-data-server.install b/nonprism/evolution-data-server/evolution-data-server.install
deleted file mode 100644
index e75920e11..000000000
--- a/nonprism/evolution-data-server/evolution-data-server.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install () {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove () {
- post_install
-} \ No newline at end of file