diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-04-05 09:59:01 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-04-05 09:59:01 +0000 |
commit | 487f16cdbe135ca646fc411658770ff91e6d3ddc (patch) | |
tree | caee78ddbb5b4140df113b2f66b4b4907570a7b9 /mail | |
parent | bce070d05568eb0965f12b531b291da411b437bf (diff) | |
download | pkgsrc-487f16cdbe135ca646fc411658770ff91e6d3ddc.tar.gz |
Fix mimeinfo.cache handlinkg of notmuch-emacs option
* Handle mimeinfo.cache automatically
* Bump PKGREVISION
Diffstat (limited to 'mail')
-rw-r--r-- | mail/notmuch/Makefile | 4 | ||||
-rw-r--r-- | mail/notmuch/PLIST | 3 | ||||
-rw-r--r-- | mail/notmuch/options.mk | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index b22515c8eb8..1072e85f827 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2019/04/05 08:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2019/04/05 09:59:01 ryoon Exp $ DISTNAME= notmuch-0.28.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= https://notmuchmail.org/releases/ diff --git a/mail/notmuch/PLIST b/mail/notmuch/PLIST index 9a35d4f748e..4342efb1502 100644 --- a/mail/notmuch/PLIST +++ b/mail/notmuch/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2019/04/05 08:23:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2019/04/05 09:59:01 ryoon Exp $ bin/notmuch ${PLIST.emacs}bin/notmuch-emacs-mua include/notmuch.h @@ -43,7 +43,6 @@ ${PLIST.doc}man/man1/notmuch.1 ${PLIST.doc}man/man5/notmuch-hooks.5 ${PLIST.doc}man/man7/notmuch-properties.7 ${PLIST.doc}man/man7/notmuch-search-terms.7 -${PLIST.emacs}share/applications/mimeinfo.cache ${PLIST.emacs}share/applications/notmuch-emacs-mua.desktop ${PLIST.emacs}share/emacs/site-lisp/coolj.el ${PLIST.emacs}share/emacs/site-lisp/coolj.elc diff --git a/mail/notmuch/options.mk b/mail/notmuch/options.mk index 01a5bec3529..d7438aafd46 100644 --- a/mail/notmuch/options.mk +++ b/mail/notmuch/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2019/04/03 14:50:35 ryoon Exp $ +# $NetBSD: options.mk,v 1.3 2019/04/05 09:59:01 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.notmuch PKG_SUPPORTED_OPTIONS= notmuch-emacs doc @@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS+= doc ### ### emacs support ### +.include "../../sysutils/desktop-file-utils/desktopdb.mk" PLIST_VARS+= emacs .if !empty(PKG_OPTIONS:Mnotmuch-emacs) BUILD_DEPENDS+= emacs>=24.0:../../editors/emacs |