mu4e: update to 1.10.3

This commit is contained in:
Pascal Huber 2023-03-30 16:02:31 +02:00 committed by Duncan Overbruck
parent 768621c976
commit 0e4467dd22
2 changed files with 25 additions and 11 deletions

View file

@ -0,0 +1,20 @@
Remove a test which fails when run as root.
diff --git a/lib/tests/test-mu-store.cc b/lib/tests/test-mu-store.cc
index 872c56e3..c4e7eeb2 100644
--- a/lib/tests/test-mu-store.cc
+++ b/lib/tests/test-mu-store.cc
@@ -470,13 +470,6 @@ test_store_fail()
const auto store = Store::make("/root/non-existent-path/12345");
g_assert_false(!!store);
}
-
- {
- const auto store = Store::make_new("/../../root/non-existent-path/12345",
- "/../../root/non-existent-path/54321",
- {}, {});
- g_assert_false(!!store);
- }
}
int

View file

@ -1,22 +1,16 @@
# Template file for 'mu4e'
pkgname=mu4e
version=1.8.14
version=1.10.3
revision=1
build_style=gnu-configure
configure_args="--enable-mu4e $(vopt_if guile --enable-guile)"
hostmakedepends="automake emacs libtool pkg-config texinfo glib-devel"
makedepends="xapian-core-devel gmime3-devel libuuid-devel $(vopt_if guile guile)"
build_style=meson
hostmakedepends="emacs libtool pkg-config texinfo glib-devel"
makedepends="xapian-core-devel gmime3-devel"
short_desc="Maildir-utils indexer/searcher and associated Emacs client"
maintainer="Benjamin Slade <slade@lambda-y.net>"
license="GPL-3.0-or-later"
homepage="https://www.djcbsoftware.nl/code/mu/"
changelog="https://github.com/djcb/mu/raw/master/NEWS.org"
distfiles="https://github.com/djcb/mu/releases/download/v${version}/mu-${version}.tar.xz"
checksum=1a9c5e15b5e8b67622f7e58dfadd453abf232c0b715bd5f89b955e704455219c
checksum=c83970fcb6163c27d135c207d1a5eb6f38a5732161741a4a88da2ae894e0245f
replaces="mu<${version}"
provides="mu-${version}_${revision}"
pre_configure() {
sed -i 's,-I${prefix}/include,,' contrib/Makefile.am
autoreconf -fi
}