GNU bug report logs -
#28579
gpa
Previous Next
Reported by: ng0 <ng0 <at> infotropique.org>
Date: Sun, 24 Sep 2017 15:56:01 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 26 Sep 2017 10:36:03 +0200
with message-id <87ing526x8.fsf <at> gnu.org>
and subject line Re: [bug#28579] gpa
has caused the debbugs.gnu.org bug report #28579,
regarding gpa
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
28579: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28579
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
A GUI for GnuPG.
Builds.
GUI works, Preferences pick up my $HOME/.gnupg settings.
More wasn't tested.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://krosos.org/dist/keys/
https://www.infotropique.org https://www.krosos.org
[0001-gnu-Add-gpa.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
ng0 <ng0 <at> infotropique.org> skribis:
> From 1dffbc335e3bad37d990f4a1fddc91f60aa25683 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0 <at> infotropique.org>
> Date: Sun, 24 Sep 2017 15:52:05 +0000
> Subject: [PATCH] gnu: Add gpa.
>
> * gnu/packages/gnupg.scm (gpa): New variable.
Applied with the cosmetic changes below.
Thanks to the two of you!
Ludo’.
[Message part 8 (text/x-patch, inline)]
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index f9233924b..2e00f9a0c 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -827,14 +827,13 @@ them to transform your existing public key into a secret key.")
(package
(name "gpa")
(version "0.9.10")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://gnupg/gpa/"
- name "-" version ".tar.bz2"))
- (sha256
- (base32
- "09xphbi2456qynwqq5n0yh0zdmdi2ggrj3wk4hsyh5lrzlvcrff3"))))
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnupg/gpa/"
+ name "-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "09xphbi2456qynwqq5n0yh0zdmdi2ggrj3wk4hsyh5lrzlvcrff3"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -844,9 +843,10 @@ them to transform your existing public key into a secret key.")
("libassuan" ,libassuan)
("libgpg-error" ,libgpg-error)
("gtk+-2" ,gtk+-2)))
- (home-page "https://gnupg.org/software/gpa/index.html")
- (synopsis "GUI for GnuPG")
+ (home-page "https://gnupg.org/software/gpa/")
+ (synopsis "Graphical user interface for GnuPG")
(description
- "GPA, the GNU Privacy Assistant, is a graphical user
-interface for GnuPG.")
+ "GPA, the GNU Privacy Assistant, is a graphical user interface for
+@uref{https://gnupg.org, GnuPG}. It can be used to encrypt, decrypt, and
+sign files, to verify signatures, and to manage the private and public keys.")
(license license:gpl3+)))
This bug report was last modified 7 years and 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.