GNU bug report logs - #73208
[PATCH] gnu: pass-age: Update shell completion directories.

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Thu, 12 Sep 2024 18:44:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Efraim Flashner <efraim <at> flashner.co.il>
Subject: bug#73208: closed (Re: bug#73208: Acknowledgement ([PATCH] gnu:
 pass-age: Update shell completion directories.))
Date: Thu, 26 Sep 2024 15:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73208: [PATCH] gnu: pass-age: Update shell completion directories.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73208 <at> debbugs.gnu.org.

-- 
73208: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73208
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: 73208-done <at> debbugs.gnu.org
Subject: Re: bug#73208: Acknowledgement ([PATCH] gnu: pass-age: Update shell
 completion directories.)
Date: Thu, 26 Sep 2024 18:15:51 +0300
[Message part 3 (text/plain, inline)]
Patch pushed.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: guix-patches <at> gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>
Subject: [PATCH] gnu: pass-age: Update shell completion directories.
Date: Thu, 12 Sep 2024 21:43:21 +0300
* gnu/packages/password-utils.scm (pass-age)[arguments]: Adjust the
install-plan to adjust the shell completion directories.

Change-Id: I5153dd4c9e88d05c22f4ddda135704a7bfe3cc81
---
 gnu/packages/password-utils.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index bba99476386..dcd155835ad 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -795,9 +795,11 @@ (define-public pass-age
        #:install-plan
        '(("src/passage" "/bin/")
          ("src/completion/pass.bash-completion"
-          "/share/bash-completion/completions/")
+          "/etc/bash-completion.d/passage")
+         ("src/completion/pass.fish-completion"
+          "/share/fish/vendor_completions.d/passage")
          ("src/completion/pass.zsh-completion"
-          "/share/zsh/site-functions/"))))
+          "/share/zsh/site-functions/_passage"))))
     (inputs
      (list age age-keygen coreutils-minimal git-minimal
            procps qrencode sed tree util-linux))

base-commit: 17bf4b1e80293864be329f553fb672c72a53e7fc
-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted




This bug report was last modified 235 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.