aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-09 22:33:07 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-09 18:16:03 -0300
commit165be5c52805c5a5e68c04c86ec736a60853f217 (patch)
treef6f959ed0026d77cc87965ab976e9f062162558a /testing
parentf0ed9666facc46d64a419efe0832f3ba0634affa (diff)
downloadaports-165be5c52805c5a5e68c04c86ec736a60853f217.tar.bz2
aports-165be5c52805c5a5e68c04c86ec736a60853f217.tar.xz
testing/evolution-ews: upgrade to 3.34.0
Diffstat (limited to 'testing')
-rw-r--r--testing/evolution-ews/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/testing/evolution-ews/APKBUILD b/testing/evolution-ews/APKBUILD
index 17722a457e..38c1b691cc 100644
--- a/testing/evolution-ews/APKBUILD
+++ b/testing/evolution-ews/APKBUILD
@@ -1,24 +1,22 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=evolution-ews
-pkgver=3.32.2
+pkgver=3.34.0
pkgrel=0
pkgdesc="MS Exchange integration through Exchange Web Services"
url="https://wiki.gnome.org/Apps/Evolution/EWS"
-arch="x86 x86_64 ppc64le"
-license="LGPL-2.1"
+arch="all"
+license="LGPL-2.1-or-later"
depends="evolution"
makedepends="cmake
gtk-doc intltool glib-dev gettext-dev gnome-common
evolution-data-server-dev evolution-dev libmspack-dev"
subpackages="$pkgname-lang"
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" \
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
@@ -31,4 +29,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="5696ea660d0b52c0083664ad203eaed372fb9653399152ccbca0f6360a3e0c4503b5dacf4f9bf5650b1b64696c0fe06e2383bb408bed604ea0312660b4639388 evolution-ews-3.32.2.tar.xz"
+sha512sums="c9c12fd92c4c977d0ee87e2196b3a25481a50bcf385c410092f14969e47772cd2dda65cf725a09c1f45e346919af8bddbf2700f8f3a27ed759f038e10fa61ba9 evolution-ews-3.34.0.tar.xz"