X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2e5c1c46ef20ccecb95974b4f08c2609fbd94fa4..38c15568528048ca144e5747d4eb76570319467b:/packages/notmuch/build.sh diff --git a/packages/notmuch/build.sh b/packages/notmuch/build.sh index fc2996aa..44030974 100644 --- a/packages/notmuch/build.sh +++ b/packages/notmuch/build.sh @@ -1,12 +1,16 @@ TERMUX_PKG_HOMEPAGE=https://notmuchmail.org TERMUX_PKG_DESCRIPTION="Thread-based email index, search and tagging system" -TERMUX_PKG_VERSION=0.24.2 +TERMUX_PKG_VERSION=0.26 +TERMUX_PKG_SHA256=d3e894ed2ad9d721a442663f07a6f2a241dc98be7cc4af681f16edf88e0d76df TERMUX_PKG_SRCURL=https://notmuchmail.org/releases/notmuch-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=aa76a96684d5c5918d940182b6fe40f7d6745f144476fdda57388479d586cc51 TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_DEPENDS="glib, libgmime, libtalloc, libxapian" termux_step_configure () { + # Use python3 so that the python3-sphinx package is + # found for man page generation. + export PYTHON=python3 + cd $TERMUX_PKG_SRCDIR XAPIAN_CONFIG=$TERMUX_PREFIX/bin/xapian-config ./configure \ --prefix=$TERMUX_PREFIX \