neomutt: update to 20160808.
This commit is contained in:
parent
ba182677e0
commit
dc92f5b522
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'neomutt'
|
# Template file for 'neomutt'
|
||||||
pkgname=neomutt
|
pkgname=neomutt
|
||||||
version=20160723
|
version=20160808
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,13 +11,14 @@ hostmakedepends="automake"
|
||||||
makedepends="ncurses-devel gpgme-devel libidn-devel libressl-devel libsasl-devel
|
makedepends="ncurses-devel gpgme-devel libidn-devel libressl-devel libsasl-devel
|
||||||
gdbm-devel aspell-devel libnotmuch-devel"
|
gdbm-devel aspell-devel libnotmuch-devel"
|
||||||
depends="mime-types"
|
depends="mime-types"
|
||||||
conf_files="/etc/$pkgname/Muttrc"
|
conf_files="/etc/$pkgname/Muttrc
|
||||||
|
/etc/NeoMuttrc"
|
||||||
short_desc="Mutt with misc fixes and feature patches"
|
short_desc="Mutt with misc fixes and feature patches"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.neomutt.org"
|
homepage="http://www.neomutt.org"
|
||||||
distfiles="https://github.com/neomutt/neomutt/archive/neomutt-${version}.tar.gz"
|
distfiles="https://github.com/neomutt/neomutt/archive/neomutt-${version}.tar.gz"
|
||||||
checksum=d0eefe9e3b0e6b97f5a40bebb798ee5e19ce02e82f19dc6b67692d0ec73b0e0d
|
checksum=d357c50f019cb7ae56866d6edca37ac2664f681c75e0add41e07f385beee183e
|
||||||
|
|
||||||
provides="mutt-0_1"
|
provides="mutt-0_1"
|
||||||
# Begin alternatives:
|
# Begin alternatives:
|
||||||
|
@ -69,3 +70,6 @@ post_install() {
|
||||||
# dir as sysconfdir. Thus a symlink is created to deal with this.
|
# dir as sysconfdir. Thus a symlink is created to deal with this.
|
||||||
# /etc/Muttrc is not currently in alternatives to prevent inadvertently
|
# /etc/Muttrc is not currently in alternatives to prevent inadvertently
|
||||||
# overwriting configuration.
|
# overwriting configuration.
|
||||||
|
# In version 20160808 keybase integration was added, and lots of new
|
||||||
|
# documentation now gets installed. Rumors of an /etc/NeoMuttrc are in the
|
||||||
|
# release notes but not currently installed for unknown reasons.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue