offlineimap: update to 6.5.7
This commit is contained in:
parent
745e94870f
commit
e8e70c81af
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'offlineimap'
|
# Template file for 'offlineimap'
|
||||||
pkgname=offlineimap
|
pkgname=offlineimap
|
||||||
version=6.5.6
|
version=6.5.7
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python-docutils"
|
hostmakedepends="python-setuptools asciidoc"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="offlineimap"
|
pycompile_module="offlineimap"
|
||||||
short_desc="ISO 8601 date/time/duration parser and formatter (Python2)"
|
short_desc="Powerful IMAP/Maildir synchronization and reader support"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://offlineimap.org/"
|
homepage="http://offlineimap.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
|
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
|
||||||
checksum=c23219cdbbae7fe12346ece94c427737fd4083720a124fff6f95a26c56f728c3
|
checksum=b7de52c7d8995e0657bb55da13531c8d6f96d828217159477c685ae408e390a3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rst2man docs/MANUAL.rst offlineimap.1
|
make -C docs man
|
||||||
vman offlineimap.1
|
vman docs/offlineimap.1
|
||||||
vsconf offlineimap.conf
|
vman docs/offlineimapui.7
|
||||||
vsconf offlineimap.conf.minimal
|
vsconf offlineimap.conf
|
||||||
|
vsconf offlineimap.conf.minimal
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue