diff options
author | Paul Bredbury <brebs@sent.com> | 2019-07-17 19:57:10 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-17 16:35:25 -0300 |
commit | 486804c1fdfb1e1ba7550f6ff783e0f6359c2f58 (patch) | |
tree | c28ea60db9e176de4f5d56beda348741eb4da0c3 /testing | |
parent | 07c353c7c0e8942c5d293e54707c24552be60d23 (diff) | |
download | aports-486804c1fdfb1e1ba7550f6ff783e0f6359c2f58.tar.bz2 aports-486804c1fdfb1e1ba7550f6ff783e0f6359c2f58.tar.xz |
testing/evolution: upgrade to 3.32.4
Fixed cmake options, removing unknown options.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/evolution/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index 9e9c6a38cd..7bfdf795ad 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=evolution -pkgver=3.32.3 +pkgver=3.32.4 pkgrel=0 pkgdesc="evolution mail client" url="https://projects.gnome.org/evolution" @@ -21,14 +21,12 @@ build() { cd "$builddir"/build cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DSYSCONF_INSTALL_DIR=/etc \ -DCMAKE_BUILD_TYPE=Release \ -DENABLE_GNOME_DESKTOP=OFF \ -DENABLE_AUTOAR=OFF \ - -DENABLE_LIBCRYPTUI=OFF \ -DENABLE_YTNEF=OFF \ -DENABLE_PST_IMPORT=OFF \ - -DENABLE_NSS=ON \ -DENABLE_SMIME=ON \ .. make @@ -44,4 +42,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="35c4152501e0341632792dff8304b984658734778a3dfcb556b586c46ed752a22b0b15348af6b324cf9ac7a4d51f761530283a06f1e6542941cd85c430ce2df8 evolution-3.32.3.tar.xz" +sha512sums="a09ef7e39a73449a8a897c430fb97aadac01790d350b21e456d86cc785b67bdc2b542771ef9c6daa160fc0c1946b4a4e3eb9429a8ad1d69284698cbdb0ac4931 evolution-3.32.4.tar.xz" |