From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwQpy-00037L-0a for guix-patches@gnu.org; Mon, 25 Sep 2017 06:42:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwQpu-0003zL-3M for guix-patches@gnu.org; Mon, 25 Sep 2017 06:42:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48644) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dwQpt-0003z6-Uv for guix-patches@gnu.org; Mon, 25 Sep 2017 06:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dwQpt-000698-Ik for guix-patches@gnu.org; Mon, 25 Sep 2017 06:42:01 -0400 Subject: [bug#28579] gpa Resent-Message-ID: Date: Mon, 25 Sep 2017 10:41:27 +0000 From: ng0 Message-ID: <20170925104127.dprqjpyfmexfer2i@abyayala> References: <20170924155452.lsq7mbnbuwa6clei@abyayala> <87fubc5ayl.fsf@nicolasgoaziou.fr> <20170924164556.jkqzdlnoqqdvdqbu@abyayala> <87377b6c3z.fsf@nicolasgoaziou.fr> <20170924214200.tssj45xcmo2nxdpx@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yitu3vqrhsmokxce" Content-Disposition: inline In-Reply-To: <20170924214200.tssj45xcmo2nxdpx@abyayala> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nicolas Goaziou Cc: 28579@debbugs.gnu.org --yitu3vqrhsmokxce Content-Type: multipart/mixed; boundary="yimgg3pcfqll2nbb" Content-Disposition: inline --yimgg3pcfqll2nbb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ng0 transcribed 1.9K bytes: > Nicolas Goaziou transcribed 0.5K bytes: > > ng0 writes: > >=20 > > > Why? It is a definition being used. > > > Although I have to admit it looks unusual compared to the rest of the > > > file. > >=20 > > It is a package name. By that rule, every package name is a definition, > > since you "define" it in the description. It doesn't sound right to put > > @dfn in every description, including this one, IMO. > >=20 > > Obviously, I'm nitpicking here. >=20 > Ok, I agree. If no one commits this in the next 12 hours I'll send > an update removing the @dfn{}, Appended is the update, the only change is the description. > > > Thanks for finding the mistakes. Correction appended. > >=20 > > Thank you. > >=20 > > FWIW, I have no other comment about your patch. > >=20 > > Regards, > >=20 >=20 > --=20 > ng0 > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > GnuPG: https://krosos.org/dist/keys/ > https://www.infotropique.org https://www.krosos.org --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://krosos.org/dist/keys/ https://www.infotropique.org https://krosos.org --yimgg3pcfqll2nbb Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-gpa.patch" Content-Transfer-Encoding: quoted-printable =46rom 2356006fc61874190e578425c2a3911d23aed8c2 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sun, 24 Sep 2017 15:52:05 +0000 Subject: [PATCH] gnu: Add gpa. * gnu/packages/gnupg.scm (gpa): New variable. --- gnu/packages/gnupg.scm | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index c6af5caa4..eb1feffcd 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -7,7 +7,7 @@ ;;; Copyright =C2=A9 2015, 2016, 2017 Efraim Flashner ;;; Copyright =C2=A9 2015, 2016 Ricardo Wurmus ;;; Copyright =C2=A9 2016 Christopher Allan Webber -;;; Copyright =C2=A9 2016 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2016 Christopher Baines ;;; Copyright =C2=A9 2016 Mike Gerwitz ;;; Copyright =C2=A9 2016 Troy Sankey @@ -822,3 +822,31 @@ qualities. To reconstruct a secret key, you re-enter = those bytes (whether by hand, OCR, QR code, or the like) and paperkey can use them to transform your existing public key into a secret key.") (license license:gpl2+))) + +(define-public gpa + (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")))) + (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 + "GPA, the GNU Privacy Assistant, is a graphical user +interface for the GnuPG.") + (license license:gpl3+))) --=20 2.14.1 --yimgg3pcfqll2nbb-- --yitu3vqrhsmokxce Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlnI3VcACgkQ4i+bv+40 hYg6LRAAtt3lJHGMftNuNu7GDLAegcSeCml1Xyb0MJP+sq24jDbpZjeRWFk/BqaO +4k5EB1H4HvNfOLVxZMz637Oofu/KfO9DbViRkJdRJPtJyTXDHp/RzCT1iXwQov7 vC/RHjal/AJvQTc/XI7x0yWY67S2e+FV1qfqA9YOj9Be6ZfGUp0VonlTH/kg5ZYn USlzSre1mpyLyItDXWYLo63ig4F2OjskbiKa3Roa/DgkVoxFgdMMWqWXTJ/Cz9Iy 539ppKHowkhxGqzBaLy136yuHi7K7cb5/3KUvkmagBoIFJZzXMbR4MMYclqBuqgg gMXQtEJA/E0I02bQvRxvPfNRzDUtR/SGNahh+Ai/0+oWL8ZxlNB8yVnq7gm3VHnL tOGm/kMuOh0oBEv0a7yaMLCfuJilh8CjwVqpuWRKxX/cAwoHeXZASquLNXgbSjo8 ugwg1afjiZQ4QMQHBapiLQ0SAX5FpSrtiRIVmjh45DW/mwJiXWtbKNi6oLjcn7FL Ab2UlSKs+X9NFE7fcleKHSZiJIclq36MdcLmKpaz/Szt/UXjWKxFsKVihZ8i5RKg hWZrmnKhvkwZm94K7TNT+Ala4SoHi56LEgOnVqV5dJSM3bEA+VClEJehW14K3i6s gS395rCQ1GR+gBad8D7ZDx/qzOTtWHPJzJXqiNRvhuX2xxc4Xp8= =IYWK -----END PGP SIGNATURE----- --yitu3vqrhsmokxce--