~alpine/aports

testing/evolution: upgrade to 3.32.4 v1 PROPOSED

Paul Bredbury: 1
 testing/evolution: upgrade to 3.32.4

 1 files changed, 3 insertions(+), 5 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2854/mbox | git am -3
Learn more about email & git

[PATCH] testing/evolution: upgrade to 3.32.4 Export this patch

Fixed cmake options, removing unknown options.
---
 testing/evolution/APKBUILD | 8 +++-----
 1 file 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"
-- 
2.22.0