GNU bug report logs - #75245
[PATCH 0/3] gnu: pinentry: Update to 1.3.1.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Wed, 1 Jan 2025 17:07:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 75245 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 75245 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 3/3] gnu: Add pinentry-qt5.
Date: Wed,  1 Jan 2025 22:41:10 +0530
* gnu/packages/gnupg.scm (pinentry-qt5): New variable.

Change-Id: Ia70f00002305ab8e1bd6b0edb0ee6ee84007bf8c
---
 gnu/packages/gnupg.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 4f1914d99d..ad7b1e2e9e 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -944,6 +944,15 @@ (define-public pinentry-qt
    "Pinentry provides a console and a Qt GUI that allows users to enter a
 passphrase when @code{gpg} is run and needs it.")))
 
+(define-public pinentry-qt5
+  (package
+    (inherit pinentry-qt)
+    (name "pinentry-qt5")
+    (inputs
+     (modify-inputs (package-inputs pinentry-qt)
+       (replace "qtbase" qtbase-5)
+       (replace "qtwayland" qtwayland-5)))))
+
 (define-public pinentry-efl
   (package
     (inherit pinentry-tty)
-- 
2.47.1





This bug report was last modified 132 days ago.

Previous Next


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