mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
neomutt: Autocrypt support added
This commit is contained in:
parent
9534ff74a5
commit
1befa0f330
1 changed files with 3 additions and 10 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'neomutt'
|
# Template file for 'neomutt'
|
||||||
pkgname=neomutt
|
pkgname=neomutt
|
||||||
version=20231023
|
version=20231023
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=true
|
create_wrksrc=true
|
||||||
build_wrksrc="${pkgname}-${version}"
|
build_wrksrc="${pkgname}-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--ssl --gpgme --notmuch --gdbm --lua --sasl --zlib --tdb
|
configure_args="--ssl --gpgme --notmuch --gdbm --lua --sasl --zlib --tdb
|
||||||
--rocksdb"
|
--rocksdb --autocrypt --sqlite"
|
||||||
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 gettext libxslt perl tcl w3m pkg-config"
|
hostmakedepends="docbook-xsl gettext libxslt perl tcl w3m pkg-config"
|
||||||
makedepends="aspell-devel gdbm-devel gettext-devel gpgme-devel
|
makedepends="aspell-devel gdbm-devel gettext-devel gpgme-devel
|
||||||
rocksdb-devel tdb-devel ncurses-devel libidn2-devel libnotmuch-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"
|
depends="mime-types"
|
||||||
short_desc="Mutt with misc fixes and feature patches"
|
short_desc="Mutt with misc fixes and feature patches"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
|
@ -33,13 +33,6 @@ if [ "${XBPS_CROSS_BASE}" ]; then
|
||||||
configure_args="${configure_args} --with-sysroot=$XBPS_CROSS_BASE"
|
configure_args="${configure_args} --with-sysroot=$XBPS_CROSS_BASE"
|
||||||
fi
|
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() {
|
post_install() {
|
||||||
# move dist to examples dir
|
# move dist to examples dir
|
||||||
vsconf contrib/oauth2/mutt_oauth2.py Muttrc.mutt_oauth2.dist
|
vsconf contrib/oauth2/mutt_oauth2.py Muttrc.mutt_oauth2.dist
|
||||||
|
|
Loading…
Add table
Reference in a new issue