emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45190: closed ([PATCH 0/1] Add pinentry-rofi)


From: GNU bug Tracking System
Subject: bug#45190: closed ([PATCH 0/1] Add pinentry-rofi)
Date: Wed, 13 Jan 2021 15:27:02 +0000

Your message dated Wed, 13 Jan 2021 16:26:22 +0100
with message-id <871reo97tt.fsf_-_@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@gnu.org.)


-- 
45190: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45190
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#45190: [PATCH 0/1] Add pinentry-rofi Date: Wed, 13 Jan 2021 16:26:22 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Fredrik Salomonsson <plattfot@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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]