GNU bug report logs -
#30971
Add package definition for fpm2
Previous Next
Reported by: Ton <tonton <at> riseup.net>
Date: Wed, 28 Mar 2018 14:55:02 UTC
Severity: normal
Done: Marius Bakke <mbakke <at> fastmail.com>
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 Thu, 29 Mar 2018 18:44:38 +0200
with message-id <87a7uqn85l.fsf <at> fastmail.com>
and subject line Re: [bug#30971] Add package definition for fpm2
has caused the debbugs.gnu.org bug report #30971,
regarding Add package definition for fpm2
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
30971: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30971
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Here is the package definition for figaros password manager, or fpm2. It is a
simple password manager. Development has seized and the package should be
considered dead. I had use for it personally and thought I'd share it. There
is a warning in the description.
Built and tested on GuixSD Linux merlin 4.15.8-gnu #1 SMP 1 x86_64 GNU/Linux.
It passes guix lint without errors.
It builds 5 times deterministicly.
Guix size says "total: 486.5 MiB"
[0001-Add-package-definition-screen-message.patch (text/x-patch, attachment)]
[Message part 5 (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
Ton <tonton <at> riseup.net> writes:
> Here is new patch changed as requested for fpm2.
> From 02298195711674089ce5904c3aae71f7f74f1ccd Mon Sep 17 00:00:00 2001
> From: Tonton <tonton <at> riseup.net>
> 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.
[fpm2.diff (text/x-patch, inline)]
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 54369851b..eb2c276b3 100644
--- 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
- (add-before
- '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 _
- (let* ((port (open-output-file "po/POTFILES.in")))
- (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
-")
- (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.
Upstream development seems to have stopped. It is therefore recommended
-to use a different password manager. ")
+to use a different password manager.")
(home-page "https://als.regnet.cz/fpm2/")
- (license license:gpl2)))
+ (license license:gpl2+)))
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 105 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.