[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Apr 3 21:32:21 UTC 2017
Date: Monday, April 3, 2017 @ 21:32:21
Author: jgc
Revision: 292062
upgpkg: evolution-data-server 3.24.0+7+g4c598a652-1
Modified:
evolution-data-server/trunk/PKGBUILD
----------+
PKGBUILD | 23 +++++------------------
1 file changed, 5 insertions(+), 18 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-03 21:29:57 UTC (rev 292061)
+++ PKGBUILD 2017-04-03 21:32:21 UTC (rev 292062)
@@ -2,15 +2,15 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=evolution-data-server
-pkgver=3.22.6
+pkgver=3.24.0+7+g4c598a652
pkgrel=1
pkgdesc="Centralized access to appointments and contacts"
url="https://wiki.gnome.org/Apps/Evolution"
arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git gnome-common)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake)
license=(GPL)
-_commit=994c96a5d6dbcc967fb8aeae358f7a209df9be96 # tags/EVOLUTION_DATA_SERVER_3_22_6^0
+_commit=4c598a65295a9c828438c8ddc5219a48ce4a3dc7 # gnome-3-24
source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit")
sha256sums=('SKIP')
@@ -19,23 +19,10 @@
git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
}
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
build() {
cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --with-openldap=yes \
- --libexecdir=/usr/lib/evolution-data-server \
- --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
- --enable-vala-bindings --disable-uoa \
- --enable-gtk-doc
-
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution-data-server -DSYSCONF_INSTALL_DIR=/etc -DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON -DENABLE_UOA=OFF -DENABLE_GOOGLE_AUTH=ON -DENABLE_GTK_DOC=ON .
make
}
More information about the arch-commits
mailing list