diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-04-03 21:46:18 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-04-03 21:46:25 +0200 |
commit | ff3384a1fb886c083d992e40405fb8e184e22438 (patch) | |
tree | ff6b75e74b4d64c2ef31b604e8776e9c1a638395 /nonprism | |
parent | 1dbe5a9d0fbdb6bdb515e6e9fb3472209dbec221 (diff) | |
download | abslibre-ff3384a1fb886c083d992e40405fb8e184e22438.tar.gz abslibre-ff3384a1fb886c083d992e40405fb8e184e22438.tar.bz2 abslibre-ff3384a1fb886c083d992e40405fb8e184e22438.zip |
nonprism/evolution-data-server: updated to 3.28.0+6+g501f51b1c
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/evolution-data-server/PKGBUILD | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index af61d3aad..838398a57 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -8,15 +8,18 @@ # - removed libgdata support pkgname=evolution-data-server -pkgver=3.26.4 -pkgrel=1.nonprism1 -pkgdesc="Centralized access to appointments and contacts, without libgdata support" +pkgver=3.28.0+6+g501f51b1c +pkgrel=2 +pkgrel+=.nonprism1 +pkgdesc="Centralized access to appointments and contacts" +pkgdesc+=", without libgdata support" url="https://wiki.gnome.org/Apps/Evolution" -arch=(x86_64 i686 armv7h) +arch=(x86_64) +arch+=(i686 armv7h) depends=(gnome-online-accounts nss krb5 libgweather libical db libphonenumber) makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake ninja) license=(GPL) -_commit=24e636756ef38f485798e47e32bc4c12dd8ec0ad # tags/3.26.4^0 +_commit=501f51b1c6c5ae8d916bf86110d13b6bbf7f974c # gnome-3-28 source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit") sha256sums=('SKIP') @@ -32,9 +35,12 @@ prepare() { build() { cd $pkgname + # http://site.icu-project.org/download/61#TOC-Migration-Issues + CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1' + cmake . -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIBEXEC_INSTALL_DIR=/usr/lib/$pkgname \ + -DLIBEXEC_INSTALL_DIR=/usr/lib \ -DSYSCONF_INSTALL_DIR=/etc \ -DENABLE_INTROSPECTION=ON \ -DENABLE_VALA_BINDINGS=ON \ |