From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 75245@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#75245] [PATCH 3/3] gnu: Add pinentry-qt5.
Date: Wed, 1 Jan 2025 22:41:10 +0530 [thread overview]
Message-ID: <8501dd6366a3f04be75880128a18f0ef8fe4b186.1735750724.git.sughosha@disroot.org> (raw)
In-Reply-To: <cover.1735750724.git.sughosha@disroot.org>
* 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
next prev parent reply other threads:[~2025-01-01 17:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-01 17:05 [bug#75245] [PATCH 0/3] gnu: pinentry: Update to 1.3.1 Sughosha via Guix-patches via
2025-01-01 17:11 ` [bug#75245] [PATCH 1/3] gnu: pinentry-tty: " Sughosha via Guix-patches via
2025-01-01 17:11 ` [bug#75245] [PATCH 2/3] gnu: pinentry-qt: Switch to Qt6 Sughosha via Guix-patches via
2025-01-01 17:11 ` Sughosha via Guix-patches via [this message]
2025-01-12 4:42 ` bug#75245: [PATCH 0/3] gnu: pinentry: Update to 1.3.1 Zheng Junjie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8501dd6366a3f04be75880128a18f0ef8fe4b186.1735750724.git.sughosha@disroot.org \
--to=guix-patches@gnu.org \
--cc=75245@debbugs.gnu.org \
--cc=sughosha@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.