Date: Friday, April 14, 2017 @ 11:20:00 Author: jgc Revision: 292919 upgpkg: evolution-ews 3.24.1-1
Modified: evolution-ews/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-14 10:45:29 UTC (rev 292918) +++ PKGBUILD 2017-04-14 11:20:00 UTC (rev 292919) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=evolution-ews -pkgver=3.22.6 +pkgver=3.24.1 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) +makedepends=(intltool gnome-common git cmake) options=(!emptydirs) -_commit=38b969cc16281f436be73c988358ced41730c498 # tags/EVOLUTION_EWS_3_22_6^0 +_commit=cc72e27bedccf36f22eeb1be92e1408aae88128a # tags/EVOLUTION_EWS_3_24_1^0 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit") sha256sums=('SKIP') @@ -20,16 +20,9 @@ git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g' } -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - build() { cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/evolution --disable-static - 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 + cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBEXEC_INSTALL_DIR=/usr/lib/evolution -DSYSCONF_INSTALL_DIR=/etc make }
