Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b3b60722d4a24a80cb6a2859b993d79666e46035)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b3b60722d4a24a80cb6a2859b993d79666e46035)
  • Date: Thu, 9 Mar 2023 13:54:29 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

shell-term-fm/zellij/FINAL | 2 +-
shell-term-fm/zellij/HISTORY | 3 +++
shell-term-fm/zellij/INSTALL | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit b3b60722d4a24a80cb6a2859b993d79666e46035
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

shell-term-fm/zellij: fixed zsh completion file installation

diff --git a/shell-term-fm/zellij/FINAL b/shell-term-fm/zellij/FINAL
index daf8eca..69f2b3a 100755
--- a/shell-term-fm/zellij/FINAL
+++ b/shell-term-fm/zellij/FINAL
@@ -9,6 +9,6 @@ if is_depends_enabled "${SPELL}" "fish"; then
chmod 0644
"${INSTALL_ROOT}/usr/share/fish/vendor_completions.d/${SPELL}.fish"
fi &&

-if is_depends_enabled "${SPELL}" "fish"; then
+if is_depends_enabled "${SPELL}" "zsh"; then
chmod 0644 "${INSTALL_ROOT}/usr/share/zsh/site-functions/_${SPELL}"
fi
diff --git a/shell-term-fm/zellij/HISTORY b/shell-term-fm/zellij/HISTORY
index 49fbfec..a0c9183 100644
--- a/shell-term-fm/zellij/HISTORY
+++ b/shell-term-fm/zellij/HISTORY
@@ -1,3 +1,6 @@
+2023-03-09 Pavel Vinogradov <public AT sourcemage.org>
+ * FINAL, INSTALL: fixed zsh completion file installation
+
2023-03-08 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, FINAL, INSTALL, PREPARE: new spell,
version 0.35.1

diff --git a/shell-term-fm/zellij/INSTALL b/shell-term-fm/zellij/INSTALL
index ed64045..b813fb8 100755
--- a/shell-term-fm/zellij/INSTALL
+++ b/shell-term-fm/zellij/INSTALL
@@ -11,7 +11,7 @@ if is_depends_enabled "${SPELL}" "fish"; then
install -D "target/${SPELL}.fish"
"${INSTALL_ROOT}/usr/share/fish/vendor_completions.d/${SPELL}.fish"
fi &&

-if is_depends_enabled "${SPELL}" "fish"; then
+if is_depends_enabled "${SPELL}" "zsh"; then
./target/release/${SPELL} setup --generate-completion zsh >
"target/${SPELL}.zsh" &&
install -D "target/${SPELL}.zsh"
"${INSTALL_ROOT}/usr/share/zsh/site-functions/_${SPELL}"
fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b3b60722d4a24a80cb6a2859b993d79666e46035), Pavel Vinogradov, 03/09/2023

Archive powered by MHonArc 2.6.24.

Top of Page