GNU bug report logs - #45190
[PATCH 0/1] Add pinentry-rofi

Previous Next

Package: guix-patches;

Reported by: Fredrik Salomonsson <plattfot <at> posteo.net>

Date: Sat, 12 Dec 2020 02:21:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45190: closed ([PATCH 0/1] Add pinentry-rofi)
Date: Wed, 13 Jan 2021 15:27:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 13 Jan 2021 16:26:22 +0100
with message-id <871reo97tt.fsf_-_ <at> gnu.org>
and subject line Re: bug#45190: [PATCH 0/1] Add pinentry-rofi
has caused the debbugs.gnu.org bug report #45190,
regarding [PATCH 0/1] Add pinentry-rofi
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
45190: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45190
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 0/1] Add pinentry-rofi
Date: Fri, 11 Dec 2020 18:19:54 -0800
Add pinentry program that is using rofi to input the passphrase.

Fredrik Salomonsson (1):
  gnu: Add pinentry-rofi.

 gnu/packages/gnupg.scm | 81 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 81 insertions(+)

-- 
2.29.2



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Fredrik Salomonsson <plattfot <at> posteo.net>
Cc: 45190-done <at> debbugs.gnu.org
Subject: Re: bug#45190: [PATCH 0/1] Add pinentry-rofi
Date: Wed, 13 Jan 2021 16:26:22 +0100
Fredrik Salomonsson <plattfot <at> posteo.net> skribis:

> * gnu/packages/gnupg.scm (pinentry-rofi): New variable.

Applied, thanks!

> +               (match (scandir site)
> +                 (("." ".." version)
> +                  (for-each
> +                   (lambda (file)
> +                     (wrap-program
> +                         (string-append bin file)
> +                       (dep-path
> +                        "PATH"
> +                        (string-append (assoc-ref inputs "rofi") "/bin"))
> +                       (dep-path
> +                        "GUILE_LOAD_PATH"
> +                        (uncompiled-dir out version))
> +                       (dep-path
> +                        "GUILE_LOAD_COMPILED_PATH"
> +                        (compiled-dir out version))))
> +                   ,''("pinentry-rofi"))

As I wrote, it’ll be nicer when this is handled upstream, but we can
adjust it on the next release.

Ludo’.


This bug report was last modified 4 years and 183 days ago.

Previous Next


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