[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33352] [PATCH]: Add pinentry-efl
From: |
Ludovic Courtès |
Subject: |
[bug#33352] [PATCH]: Add pinentry-efl |
Date: |
Mon, 19 Nov 2018 22:43:52 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello!
Efraim Flashner <address@hidden> skribis:
> From 27e2e32b961764a4cc92cba5988f68543363abc8 Mon Sep 17 00:00:00 2001
> From: Efraim Flashner <address@hidden>
> Date: Mon, 12 Nov 2018 15:55:05 +0200
> Subject: [PATCH] gnu: Add pinentry-efl.
>
> * gnu/packages/gnupg.scm (pinentry-efl): New variable.
> * gnu/packages/patches/pinentry-efl.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Register it.
[...]
> + (inputs
> + `(("efl" ,efl)
> + ,@(package-inputs pinentry-tty)))
> + (description
> + "Pinentry provides a console and an EFL GUI that allows users to enter a
> +passphrase when @code{gpg} is run and needs it.")))
s/an EFL GUI/a graphical interface for the Enlightenment Foundation
Libraries (EFL)/
Otherwise LGTM!
Ludo’.