Skip to content

Commit 24a87a6

Browse files
committed
himalaya: use default pkgsrc shell completion directories
Bump PKGREVISION.
1 parent 5530b2d commit 24a87a6

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

mail/himalaya/Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# $NetBSD: Makefile,v 1.8 2025/04/10 13:19:49 pin Exp $
1+
# $NetBSD: Makefile,v 1.9 2025/08/04 09:07:26 wiz Exp $
22

33
DISTNAME= himalaya-1.1.0
4+
PKGREVISION= 1
45
CATEGORIES= mail
56
MASTER_SITES= ${MASTER_SITE_GITHUB:=pimalaya/}
67
GITHUB_TAG= v${PKGVERSION_NOREV}
78

89
MAINTAINER= pkgsrc-users@NetBSD.org
9-
HOMEPAGE= https://pimalaya.org/himalaya/
10+
HOMEPAGE= https://github.com/pimalaya/himalaya
1011
COMMENT= Command-line interface for email management
1112
LICENSE= mit
1213

@@ -23,10 +24,9 @@ USE_LANGUAGES+= c c++
2324

2425
INSTALLATION_DIRS= bin
2526
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
26-
INSTALLATION_DIRS+= share/examples/himalaya/completion
2727
INSTALLATION_DIRS+= share/bash-completion/completions
28-
INSTALLATION_DIRS+= share/fish/completions
29-
28+
INSTALLATION_DIRS+= share/fish/vendor_completions.d
29+
INSTALLATION_DIRS+= share/zsh/site-functions
3030

3131
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl}
3232

@@ -42,9 +42,9 @@ pre-install:
4242

4343
do-install:
4444
${INSTALL_PROGRAM} ${BIN_CMD} ${DESTDIR}${PREFIX}/bin
45-
${INSTALL_DATA} ${WRKSRC}/himalaya.bash ${DESTDIR}${PREFIX}/share/bash-completion/completions/
46-
${INSTALL_DATA} ${WRKSRC}/himalaya.fish ${DESTDIR}${PREFIX}/share/fish/completions/
47-
${INSTALL_DATA} ${WRKSRC}/himalaya.zsh ${DESTDIR}${PREFIX}/share/examples/himalaya/completion/
45+
${INSTALL_DATA} ${WRKSRC}/himalaya.bash ${DESTDIR}${PREFIX}/share/bash-completion/completions/himalaya
46+
${INSTALL_DATA} ${WRKSRC}/himalaya.fish ${DESTDIR}${PREFIX}/share/fish/vendor_completions.d/himalaya.fish
47+
${INSTALL_DATA} ${WRKSRC}/himalaya.zsh ${DESTDIR}${PREFIX}/share/zsh/site-functions/_himalaya
4848

4949
.include "../../lang/rust/cargo.mk"
5050
.include "../../security/openssl/buildlink3.mk"

mail/himalaya/PLIST

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.2 2024/12/11 09:51:18 pin Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2025/08/04 09:07:26 wiz Exp $
22
bin/himalaya
33
man/man1/himalaya-account.1
44
man/man1/himalaya-attachment.1
@@ -10,6 +10,6 @@ man/man1/himalaya-manual.1
1010
man/man1/himalaya-message.1
1111
man/man1/himalaya-template.1
1212
man/man1/himalaya.1
13-
share/bash-completion/completions/himalaya.bash
14-
share/examples/himalaya/completion/himalaya.zsh
15-
share/fish/completions/himalaya.fish
13+
share/bash-completion/completions/himalaya
14+
share/fish/vendor_completions.d/himalaya.fish
15+
share/zsh/site-functions/_himalaya

0 commit comments

Comments
 (0)