guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add pinentry-gnome3.


From: Ludovic Courtès
Subject: 02/03: gnu: Add pinentry-gnome3.
Date: Sun, 9 Oct 2016 22:06:32 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 41edb23f5e13472309b5fdc0eb0e5730ec90e9ab
Author: Christopher Baines <address@hidden>
Date:   Sun Oct 9 21:27:11 2016 +0100

    gnu: Add pinentry-gnome3.
    
    * gnu/packages/gnupg.scm (pinentry-gnome3): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gnupg.scm |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index b4b4f75..5fcc03a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2016 Nils Gillmann <address@hidden>
+;;; Copyright © 2016 Christopher Baines <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -637,6 +638,22 @@ including tools for signing keys, keyring analysis, and 
party preparation.
      "Pinentry provides a console and a GTK+ GUI that allows users to enter a
 passphrase when @code{gpg} is run and needs it.")))
 
+(define-public pinentry-gnome3
+  (package
+    (inherit pinentry-tty)
+    (name "pinentry-gnome3")
+    (inputs
+     `(("gtk+" ,gtk+-2)
+       ("gcr" ,gcr)
+       ("glib" ,glib)
+       ,@(package-inputs pinentry-tty)))
+    (arguments
+     `(#:configure-flags '("--enable-pinentry-gnome3")))
+    (description
+     "Pinentry provides a console and a GUI designed for use with 
address@hidden
+that allows users to enter a passphrase when required by @code{gpg} or other
+software.")))
+
 (define-public pinentry-qt
   (package
     (inherit pinentry-tty)



reply via email to

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