notmuch: don't package mimeinfo.cache
This commit is contained in:
parent
bd5ccdf410
commit
6a93cb9415
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'notmuch'
|
||||
pkgname=notmuch
|
||||
version=0.29.3
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel texinfo"
|
||||
makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel"
|
||||
short_desc="Thread-based email index, search, and tagging"
|
||||
|
@ -51,6 +51,10 @@ do_install() {
|
|||
fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/share/applications/mimeinfo.cache
|
||||
}
|
||||
|
||||
libnotmuch_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue