pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/notmuch Fix mimeinfo.cache handlinkg of notmuch-e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c5bf8648ad5
branches:  trunk
changeset: 321955:3c5bf8648ad5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Apr 05 09:59:01 2019 +0000

description:
Fix mimeinfo.cache handlinkg of notmuch-emacs option

* Handle mimeinfo.cache automatically
* Bump PKGREVISION

diffstat:

 mail/notmuch/Makefile   |  4 ++--
 mail/notmuch/PLIST      |  3 +--
 mail/notmuch/options.mk |  3 ++-
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r e00d7960a9fe -r 3c5bf8648ad5 mail/notmuch/Makefile
--- a/mail/notmuch/Makefile     Fri Apr 05 09:18:54 2019 +0000
+++ b/mail/notmuch/Makefile     Fri Apr 05 09:59:01 2019 +0000
@@ -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 -r e00d7960a9fe -r 3c5bf8648ad5 mail/notmuch/PLIST
--- a/mail/notmuch/PLIST        Fri Apr 05 09:18:54 2019 +0000
+++ b/mail/notmuch/PLIST        Fri Apr 05 09:59:01 2019 +0000
@@ -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/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 -r e00d7960a9fe -r 3c5bf8648ad5 mail/notmuch/options.mk
--- a/mail/notmuch/options.mk   Fri Apr 05 09:18:54 2019 +0000
+++ b/mail/notmuch/options.mk   Fri Apr 05 09:59:01 2019 +0000
@@ -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 @@
 ###
 ### 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



Home | Main Index | Thread Index | Old Index