pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/himalaya
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 4 09:07:26 UTC 2025
Modified Files:
pkgsrc/mail/himalaya: Makefile PLIST
Log Message:
himalaya: use default pkgsrc shell completion directories
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/himalaya/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/himalaya/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/himalaya/Makefile
diff -u pkgsrc/mail/himalaya/Makefile:1.8 pkgsrc/mail/himalaya/Makefile:1.9
--- pkgsrc/mail/himalaya/Makefile:1.8 Thu Apr 10 13:19:49 2025
+++ pkgsrc/mail/himalaya/Makefile Mon Aug 4 09:07:26 2025
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2025/04/10 13:19:49 pin Exp $
+# $NetBSD: Makefile,v 1.9 2025/08/04 09:07:26 wiz Exp $
DISTNAME= himalaya-1.1.0
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=pimalaya/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pimalaya.org/himalaya/
+HOMEPAGE= https://github.com/pimalaya/himalaya
COMMENT= Command-line interface for email management
LICENSE= mit
@@ -23,10 +24,9 @@ USE_LANGUAGES+= c c++
INSTALLATION_DIRS= bin
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-INSTALLATION_DIRS+= share/examples/himalaya/completion
INSTALLATION_DIRS+= share/bash-completion/completions
-INSTALLATION_DIRS+= share/fish/completions
-
+INSTALLATION_DIRS+= share/fish/vendor_completions.d
+INSTALLATION_DIRS+= share/zsh/site-functions
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl}
@@ -42,9 +42,9 @@ pre-install:
do-install:
${INSTALL_PROGRAM} ${BIN_CMD} ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/himalaya.bash ${DESTDIR}${PREFIX}/share/bash-completion/completions/
- ${INSTALL_DATA} ${WRKSRC}/himalaya.fish ${DESTDIR}${PREFIX}/share/fish/completions/
- ${INSTALL_DATA} ${WRKSRC}/himalaya.zsh ${DESTDIR}${PREFIX}/share/examples/himalaya/completion/
+ ${INSTALL_DATA} ${WRKSRC}/himalaya.bash ${DESTDIR}${PREFIX}/share/bash-completion/completions/himalaya
+ ${INSTALL_DATA} ${WRKSRC}/himalaya.fish ${DESTDIR}${PREFIX}/share/fish/vendor_completions.d/himalaya.fish
+ ${INSTALL_DATA} ${WRKSRC}/himalaya.zsh ${DESTDIR}${PREFIX}/share/zsh/site-functions/_himalaya
.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
Index: pkgsrc/mail/himalaya/PLIST
diff -u pkgsrc/mail/himalaya/PLIST:1.2 pkgsrc/mail/himalaya/PLIST:1.3
--- pkgsrc/mail/himalaya/PLIST:1.2 Wed Dec 11 09:51:18 2024
+++ pkgsrc/mail/himalaya/PLIST Mon Aug 4 09:07:26 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/12/11 09:51:18 pin Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/08/04 09:07:26 wiz Exp $
bin/himalaya
man/man1/himalaya-account.1
man/man1/himalaya-attachment.1
@@ -10,6 +10,6 @@ man/man1/himalaya-manual.1
man/man1/himalaya-message.1
man/man1/himalaya-template.1
man/man1/himalaya.1
-share/bash-completion/completions/himalaya.bash
-share/examples/himalaya/completion/himalaya.zsh
-share/fish/completions/himalaya.fish
+share/bash-completion/completions/himalaya
+share/fish/vendor_completions.d/himalaya.fish
+share/zsh/site-functions/_himalaya
Home |
Main Index |
Thread Index |
Old Index