GNU bug report logs -
#47527
[PATCH] gnu: Add abook.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47527 in the body.
You can then email your comments to 47527 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#47527
; Package
guix-patches
.
(Wed, 31 Mar 2021 18:15:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 31 Mar 2021 18:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mail.scm (abook): New variable.
---
This is not the latest version of the program, but was the latest stable on
that I could build. I'm having problems getting 0.6.1 building from git, but
this works fine.
gnu/packages/mail.scm | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index fdbbaf1784..97a81cab07 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -36,7 +36,7 @@
;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2020 Alexey Abramov <levenson <at> mmer.org>
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
-;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
+;;; Copyright © 2020, 2021 Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust <at> gmail.com>
;;; Copyright © 2020 B. Wilson <elaexuotee <at> wilsonb.com>
;;; Copyright © 2020 divoplade <d <at> divoplade.fr>
@@ -4296,3 +4296,25 @@ black lists. Each message is analysed by Rspamd and given a spam
score.")
(home-page "https://www.rspamd.com/")
(license license:asl2.0)))
+
+(define-public abook
+ (package
+ (name "abook")
+ (version "0.5.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://downloads.sourceforge.net/project/abook/abook/"
+ version "/abook-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0vkm8jgsw2lkn2jrsvnbsm27l2llb8mf2k9ah50k7bcl38qzcih6"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("ncurses" ,ncurses)
+ ("readline" ,readline)))
+ (synopsis "Text-based addressbook")
+ (description "Abook is a text-based addressbook program designed to use
+with mutt mail client.")
+ (home-page "https://abook.sourceforge.io/")
+ (license license:gpl2)))
--
2.31.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 11 Apr 2021 10:16:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
:
bug acknowledged by developer.
(Sun, 11 Apr 2021 10:16:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 47527-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Alexandru-Sergiu Marton <brown121407 <at> posteo.ro> writes:
> * gnu/packages/mail.scm (abook): New variable.
> ---
>
> This is not the latest version of the program, but was the latest stable on
> that I could build. I'm having problems getting 0.6.1 building from git, but
> this works fine.
I updated it to 0.6.1 and pushed. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 09 May 2021 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 36 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.