diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-01 15:50:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-01 15:50:31 +0000 |
commit | a518ba1bdc67573a0ecce18bf9b703a25d4aacb8 (patch) | |
tree | f81e6b977a14b927f32f260a0cee10b1c0a40286 /testing | |
parent | 2832259232f2a6f05117a79db00396a8945acd05 (diff) | |
download | aports-a518ba1bdc67573a0ecce18bf9b703a25d4aacb8.tar.bz2 aports-a518ba1bdc67573a0ecce18bf9b703a25d4aacb8.tar.xz |
testing/evolution-ews: upgrade to 3.30.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/evolution-ews/APKBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/testing/evolution-ews/APKBUILD b/testing/evolution-ews/APKBUILD index f547199a74..5c8f99c10e 100644 --- a/testing/evolution-ews/APKBUILD +++ b/testing/evolution-ews/APKBUILD @@ -1,8 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=evolution-ews -_pkgname="EVOLUTION_EWS" -pkgver=3.26.0 +pkgver=3.30.1 pkgrel=0 pkgdesc="MS Exchange integration through Exchange Web Services" url="https://wiki.gnome.org/Apps/Evolution/EWS" @@ -13,19 +12,18 @@ makedepends="cmake gtk-doc intltool glib-dev gettext-dev gnome-common evolution-data-server-dev evolution-dev libmspack-dev" subpackages="$pkgname-lang" -source="$pkgname-$pkgver.tar.gz::https://github.com/GNOME/$pkgname/archive/${_pkgname}_${pkgver//./_}.tar.gz" -builddir="$srcdir/$pkgname-${_pkgname}_${pkgver//./_}" +source="https://download.gnome.org/sources/evolution-ews/${pkgver%.*}/evolution-ews-$pkgver.tar.xz" +builddir="$srcdir/$pkgname-$pkgver" build() { mkdir -p "$builddir"/build cd "$builddir"/build - CFLAGS="$CFLAGS -I/usr/include/gnu-libiconv" \ +# CFLAGS="$CFLAGS -I/usr/include/gnu-libiconv" \ cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ - .. \ - || return 1 - make || return 1 + .. + make } package() { @@ -33,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="cdfe368a02985cfb6b86b1f282cc09ec4ed6652d9535c38926284fd2310099f36f9add01894a1d411651d0a62c3ecfc5862a794a4cc9736261694486614e872b evolution-ews-3.26.0.tar.gz" +sha512sums="f7c8213193b963680502dc8d64a4cfe5a85c64f91a39d659a7a9b25bb672470969f2bc829f46dc00e837651b4ae2fd923dd7bcbbcd081dab0303cf7a91f02a05 evolution-ews-3.30.1.tar.xz" |