From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1afi-0005et-KW for guix-patches@gnu.org; Thu, 29 Mar 2018 12:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1afe-0008Q1-MX for guix-patches@gnu.org; Thu, 29 Mar 2018 12:45:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51004) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1afe-0008Pf-7H for guix-patches@gnu.org; Thu, 29 Mar 2018 12:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f1afd-0006sp-VJ for guix-patches@gnu.org; Thu, 29 Mar 2018 12:45:01 -0400 Subject: bug#30971: Add package definition for fpm2 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Marius Bakke In-Reply-To: <20180329121325.5a428b6a@merlin.browniehive.net> References: <20180328160932.4674f3be@merlin.browniehive.net> <87r2o4m0gq.fsf@fastmail.com> <20180329121325.5a428b6a@merlin.browniehive.net> Date: Thu, 29 Mar 2018 18:44:38 +0200 Message-ID: <87a7uqn85l.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Ton Cc: 30971-done@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Ton writes: > Here is new patch changed as requested for fpm2. > From 02298195711674089ce5904c3aae71f7f74f1ccd Mon Sep 17 00:00:00 2001 > From: Tonton > Date: Thu, 29 Mar 2018 12:11:31 +0200 > Subject: [PATCH] * gnu/packages/password-utils.scm (fpm2): New variable Thank you! Applied with the cosmetic changes below. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=fpm2.diff Content-Transfer-Encoding: quoted-printable diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.= scm index 54369851b..eb2c276b3 100644 =2D-- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -664,14 +664,13 @@ by GnuPG's symmetrical encryption.") (arguments `(#:phases (modify-phases %standard-phases =2D (add-before =2D 'configure 'pre-configure + (add-before 'configure 'pre-configure ;; The file po/POTFILES.in ends up missing for some reason in ;; both nix and guix builds. Adding the file with contents ;; found during troubleshooting. (lambda _ =2D (let* ((port (open-output-file "po/POTFILES.in"))) =2D (begin + (call-with-output-file "po/POTFILES.in" + (lambda (port) (format port "data/fpm2.desktop.in data/fpm2.desktop.in.in fpm2.glade @@ -681,13 +680,13 @@ src/fpm_file.c src/interface.c src/support.c fpm2.glade =2D") =2D (close-port port)))))))) +"))) + #t))))) (synopsis "Manage, generate and store passwords encrypted") (description "FPM2 is GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements. =20 Upstream development seems to have stopped. It is therefore recommended =2Dto use a different password manager. ") +to use a different password manager.") (home-page "https://als.regnet.cz/fpm2/") =2D (license license:gpl2))) + (license license:gpl2+))) --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlq9F/YACgkQoqBt8qM6 VPpp8wgAzAurjeshGwYLKDlHbqfIvOgXjbQ7/xUfgjNxtcqn1RaSWlUgZpUWiXQs F/N7bEB6SU/vs/Z8gtaH4/1atqTt9kxdpg3v36lGSXQFgyZFXYxDyWouR92yq2ke jBOZ8Q0PqQUBFxZC+mtBm8xA1jcS75sz6e0v44Bqu2HLd2SpqjDxKCLFHPc3nzsn eF9oytGMVAd/MwWewS10jfKDNyUTKeadhulsqAgRys2uzUr9quOcMeZHOgyHYl3d riKUkqJEsXh9aBjLBsNwhk/OR60wHEYp7NmaUOS96SvoPZtv+sIVrr9kygpTSaOT I43FDxSQZfr2m1a5J/AZoeK3ZQAjeA== =8DAU -----END PGP SIGNATURE----- --==-=-=--