[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Jul 17 14:10:57 UTC 2017
Date: Monday, July 17, 2017 @ 14:10:56
Author: heftig
Revision: 300691
3.24.4-1
Modified:
evolution-ews/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-17 14:10:43 UTC (rev 300690)
+++ PKGBUILD 2017-07-17 14:10:56 UTC (rev 300691)
@@ -2,7 +2,7 @@
# Contributor: Ionut Biru <ibiru at archlinux.org>
pkgname=evolution-ews
-pkgver=3.24.3
+pkgver=3.24.4
pkgrel=1
pkgdesc="MS Exchange integration through Exchange Web Services"
url="https://wiki.gnome.org/Apps/Evolution/EWS"
@@ -9,9 +9,9 @@
arch=(i686 x86_64)
license=(LGPL2.1)
depends=(libmspack evolution)
-makedepends=(intltool gnome-common git cmake)
+makedepends=(intltool gnome-common git cmake ninja)
options=(!emptydirs)
-_commit=1f106e9003f6f375cce92585b6bb5f2facc78f44 # tags/EVOLUTION_EWS_3_24_3^0
+_commit=3a75aa8c1f1f0e8cc27826d979d304e63d98a5e5 # tags/EVOLUTION_EWS_3_24_4^0
source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit")
sha256sums=('SKIP')
@@ -22,11 +22,14 @@
build() {
cd $pkgname
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution -DSYSCONF_INSTALL_DIR=/etc
- make
+ cmake . -G Ninja \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+ -DSYSCONF_INSTALL_DIR=/etc
+ ninja
}
package() {
cd $pkgname
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" ninja install
}
More information about the arch-commits
mailing list