pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wezterm
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 9 18:51:49 UTC 2026
Modified Files:
pkgsrc/x11/wezterm: Makefile PLIST
Log Message:
wezterm: adapt to fish4 default completion path
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/wezterm/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/wezterm/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/wezterm/Makefile
diff -u pkgsrc/x11/wezterm/Makefile:1.12 pkgsrc/x11/wezterm/Makefile:1.13
--- pkgsrc/x11/wezterm/Makefile:1.12 Sat Apr 18 15:00:16 2026
+++ pkgsrc/x11/wezterm/Makefile Sun Aug 9 18:51:48 2026
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2026/04/18 15:00:16 ktnb Exp $
+# $NetBSD: Makefile,v 1.13 2026/08/09 18:51:48 wiz Exp $
# VERSION must match the output of:
# git -c "core.abbrev=8" show -s "--format=%cd-%h" "--date=format:%Y%m%d-%H%M%S"
DISTNAME= wezterm-20260117.154428
VERSION= ${PKGVERSION_NOREV:S/./-/}-${GITHUB_TAG:C/(........).*/\1/}
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=wezterm/}
GITHUB_TAG= 05343b387085842b434d267f91b6b0ec157e4331
@@ -43,7 +44,7 @@ INSTALLATION_DIRS+= bin
INSTALLATION_DIRS+= share/applications
INSTALLATION_DIRS+= share/bash-completion/completions
INSTALLATION_DIRS+= share/examples/wezterm
-INSTALLATION_DIRS+= share/fish/completions
+INSTALLATION_DIRS+= share/fish/vendor_completions.d
INSTALLATION_DIRS+= share/icons/hicolor/symbolic/apps
INSTALLATION_DIRS+= share/metainfo
INSTALLATION_DIRS+= share/zsh/site-functions
@@ -81,7 +82,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/assets/shell-completion/bash \
${DESTDIR}${PREFIX}/share/bash-completion/completions/wezterm
${INSTALL_DATA} ${WRKSRC}/assets/shell-completion/fish \
- ${DESTDIR}${PREFIX}/share/fish/completions/wezterm.fish
+ ${DESTDIR}${PREFIX}/share/fish/vendor_completions.d/wezterm.fish
${INSTALL_DATA} ${WRKSRC}/assets/shell-completion/zsh \
${DESTDIR}${PREFIX}/share/zsh/site-functions/_wezterm
${INSTALL_DATA} ${WRKSRC}/assets/icon/wezterm-icon.svg \
Index: pkgsrc/x11/wezterm/PLIST
diff -u pkgsrc/x11/wezterm/PLIST:1.1 pkgsrc/x11/wezterm/PLIST:1.2
--- pkgsrc/x11/wezterm/PLIST:1.1 Mon Feb 17 10:39:47 2025
+++ pkgsrc/x11/wezterm/PLIST Sun Aug 9 18:51:48 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2025/02/17 10:39:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/08/09 18:51:48 wiz Exp $
bin/open-wezterm-here
bin/strip-ansi-escapes
bin/wezterm
@@ -7,7 +7,7 @@ bin/wezterm-mux-server
share/applications/wezterm.desktop
share/bash-completion/completions/wezterm
share/examples/wezterm/wezterm.sh
-share/fish/completions/wezterm.fish
+share/fish/vendor_completions.d/wezterm.fish
share/icons/hicolor/symbolic/apps/org.wezfurlong.wezterm.svg
share/metainfo/wezterm.appdata.xml
share/zsh/site-functions/_wezterm
Home |
Main Index |
Thread Index |
Old Index