From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: ng0 <ng0@infotropique.org>
Cc: 28579@debbugs.gnu.org
Subject: [bug#28579] gpa
Date: Sun, 24 Sep 2017 18:16:02 +0200 [thread overview]
Message-ID: <87fubc5ayl.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20170924155452.lsq7mbnbuwa6clei@abyayala> (ng0@infotropique.org's message of "Sun, 24 Sep 2017 15:54:52 +0000")
Hello,
ng0 <ng0@infotropique.org> writes:
> A GUI for GnuPG.
>
> Builds.
> GUI works, Preferences pick up my $HOME/.gnupg settings.
> More wasn't tested.
Thank you. I have some comments about your patch.
> +(define-public gpa
> + (package
> + (name "gpa")
> + (version "0.9.9")
version 0.9.10 is out since 2016. Would it make sense to package it instead?
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "ftp://ftp.gnupg.org/gcrypt/gpa/"
> + name "-" version ".tar.bz2"))
Guix lint reports:
URL should be "mirror://gnupg/gpa/gpa-0.9.9.tar.bz2"
> + (sha256
> + (base32
> + "0d235hcqai7m3qb7m9kvr2r4qg4714f87j9fdplwrlz1p4wdfa38"))))
> + (build-system gnu-build-system)
> + (native-inputs
> + `(("pkg-config" ,pkg-config)))
> + (inputs
> + `(("gnupg" ,gnupg)
> + ("gpgme" ,gpgme)
> + ("libassuan" ,libassuan)
> + ("libgpg-error" ,libgpg-error)
> + ("gtk+-2" ,gtk+-2)))
> + (home-page "https://gnupg.org/software/gpa/index.html")
> + (synopsis "GUI for GnuPG")
> + (description
> + "@defn{GNU Privacy Assistant} (GPA) is a graphical user
> +interface for the @defn{GNU Privacy Guard} (GnuPG).")
Guix lint reports an error about invalid Texinfo markup.
I'm not sure about what to do to fix it, if there is anything to do at
all. IMO, @defn is not adequate here.
> + (license license:gpl3)))
Every ".c" file I checked use "or any later version". I think this
should be "gpl3+". WDYT?
Regards,
--
Nicolas Goaziou 0x80A93738
next prev parent reply other threads:[~2017-09-24 16:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-24 15:54 [bug#28579] gpa ng0
2017-09-24 16:16 ` Nicolas Goaziou [this message]
2017-09-24 16:45 ` ng0
2017-09-24 21:05 ` Nicolas Goaziou
2017-09-24 21:42 ` ng0
2017-09-25 10:41 ` ng0
2017-09-25 10:44 ` ng0
2017-09-26 8:36 ` bug#28579: gpa Ludovic Courtès
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=87fubc5ayl.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=28579@debbugs.gnu.org \
--cc=ng0@infotropique.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.