neomutt: update to 20191207 and add missing hostmakedepends
This commit is contained in:
parent
297ec49139
commit
8e0b13221f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'neomutt'
|
# Template file for 'neomutt'
|
||||||
pkgname=neomutt
|
pkgname=neomutt
|
||||||
version=20191129
|
version=20191207
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="neomutt-${version}"
|
wrksrc="neomutt-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -8,7 +8,7 @@ configure_args="--ssl --gpgme --notmuch --gdbm --lua --sasl"
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
conf_files="/etc/neomuttrc"
|
conf_files="/etc/neomuttrc"
|
||||||
# neomutt needs either w3m/lynx/elinks to build manual.html
|
# neomutt needs either w3m/lynx/elinks to build manual.html
|
||||||
hostmakedepends="docbook-xsl libxslt tcl perl w3m"
|
hostmakedepends="docbook-xsl gettext libxslt perl tcl w3m"
|
||||||
makedepends="aspell-devel gdbm-devel gettext-devel gpgme-devel libidn-devel
|
makedepends="aspell-devel gdbm-devel gettext-devel gpgme-devel libidn-devel
|
||||||
libnotmuch-devel libressl-devel libsasl-devel lua-devel"
|
libnotmuch-devel libressl-devel libsasl-devel lua-devel"
|
||||||
depends="mime-types"
|
depends="mime-types"
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://neomutt.org/"
|
homepage="https://neomutt.org/"
|
||||||
distfiles="https://github.com/neomutt/neomutt/archive/${version}.tar.gz"
|
distfiles="https://github.com/neomutt/neomutt/archive/${version}.tar.gz"
|
||||||
checksum=c339e17b676d0a9a8db6dd1c9acac3db4b217c6b19050e5a1eec99b1b0b59a2f
|
checksum=1618873bd43915d437c5957f19ec2c4ecef6954a5aa647009b98f574ec63410e
|
||||||
|
|
||||||
# fix:
|
# fix:
|
||||||
if [ "${XBPS_CROSS_BASE}" ]; then
|
if [ "${XBPS_CROSS_BASE}" ]; then
|
||||||
|
|
Loading…
Reference in a new issue