Browse Source

notmuch: Update from 0.29.1 to 0.29.2

android-5
Fredrik Fornwall 5 years ago
parent
commit
7e6bcb46f1
  1. 5
      packages/notmuch/build.sh
  2. 15
      packages/notmuch/configure.patch

5
packages/notmuch/build.sh

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

15
packages/notmuch/configure.patch

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

Loading…
Cancel
Save