neomutt: Autocrypt support added
This commit is contained in:
parent
9534ff74a5
commit
1befa0f330
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'neomutt'
|
||||
pkgname=neomutt
|
||||
version=20231023
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=true
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_style=configure
|
||||
configure_args="--ssl --gpgme --notmuch --gdbm --lua --sasl --zlib --tdb
|
||||
--rocksdb"
|
||||
--rocksdb --autocrypt --sqlite"
|
||||
make_check_target=test
|
||||
conf_files="/etc/neomuttrc"
|
||||
# neomutt needs either w3m/lynx/elinks to build manual.html
|
||||
hostmakedepends="docbook-xsl gettext libxslt perl tcl w3m pkg-config"
|
||||
makedepends="aspell-devel gdbm-devel gettext-devel gpgme-devel
|
||||
rocksdb-devel tdb-devel ncurses-devel libidn2-devel libnotmuch-devel
|
||||
openssl-devel libsasl-devel lua54-devel zlib-devel"
|
||||
openssl-devel libsasl-devel lua54-devel zlib-devel sqlite-devel"
|
||||
depends="mime-types"
|
||||
short_desc="Mutt with misc fixes and feature patches"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
|
@ -33,13 +33,6 @@ if [ "${XBPS_CROSS_BASE}" ]; then
|
|||
configure_args="${configure_args} --with-sysroot=$XBPS_CROSS_BASE"
|
||||
fi
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64-musl)
|
||||
CFLAGS="-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1"
|
||||
;;
|
||||
# Inquiry: Do we have largefile support on everywhere?
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
# move dist to examples dir
|
||||
vsconf contrib/oauth2/mutt_oauth2.py Muttrc.mutt_oauth2.dist
|
||||
|
|
Loading…
Reference in New Issue