notmuch: Update from 0.29.1 to 0.29.2

This commit is contained in:
Fredrik Fornwall 2019-10-23 10:07:54 +02:00
parent ce9e0e9b27
commit d491fae2cc
2 changed files with 9 additions and 11 deletions

View File

@ -1,9 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://notmuchmail.org
TERMUX_PKG_DESCRIPTION="Thread-based email index, search and tagging system"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=0.29.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=9846fc8e32d415cee41f6644581a4de7b0d2e6bc98e1ba86db918f061fcfe365
TERMUX_PKG_VERSION=0.29.2
TERMUX_PKG_SHA256=1bda6149b2fb0840f4d146391cab89e541d30a778f1f6e6fa95b456097cd55de
TERMUX_PKG_SRCURL=https://notmuchmail.org/releases/notmuch-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_DEPENDS="glib, libc++, libgmime, libtalloc, libxapian, zlib"
TERMUX_PKG_BREAKS="notmuch-dev"

View File

@ -1,6 +1,6 @@
diff -u -r ../notmuch-0.29.1/configure ./configure
--- ../notmuch-0.29.1/configure 2019-06-11 23:16:48.000000000 +0000
+++ ./configure 2019-06-23 22:28:21.585112000 +0000
diff -u -r ../notmuch-0.29.2/configure ./configure
--- ../notmuch-0.29.2/configure 2019-10-19 10:37:37.000000000 +0000
+++ ./configure 2019-10-23 07:21:43.909655362 +0000
@@ -380,7 +380,7 @@
return 0;
}
@ -10,11 +10,10 @@ diff -u -r ../notmuch-0.29.1/configure ./configure
&& ./_libversion > _libversion.sh && . ./_libversion.sh
then
printf "OK.\n"
@@ -497,68 +497,6 @@
have_gmime=1
@@ -498,67 +498,6 @@
gmime_cflags=$(pkg-config --cflags gmime-3.0)
gmime_ldflags=$(pkg-config --libs gmime-3.0)
-
- printf "Checking for GMime session key extraction support... "
-
- cat > _check_session_keys.c <<EOF
@ -46,7 +45,7 @@ diff -u -r ../notmuch-0.29.1/configure ./configure
- return 0;
-}
-EOF
- if ! TEMP_GPG=$(mktemp -d); then
- if ! TEMP_GPG=$(mktemp -d "${TMPDIR:-/tmp}/notmuch.XXXXXX"); then
- printf 'No.\nCould not make tempdir for testing session-key support.\n'
- errors=$((errors + 1))
- elif ${CC} ${CFLAGS} ${gmime_cflags} _check_session_keys.c ${gmime_ldflags} -o _check_session_keys \
@ -79,7 +78,7 @@ diff -u -r ../notmuch-0.29.1/configure ./configure
else
have_gmime=0
printf "No.\n"
@@ -662,12 +600,7 @@
@@ -662,12 +601,7 @@
fi
printf "Checking for bash-completion (>= 1.90)... "