emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47527: closed ([PATCH] gnu: Add abook.)


From: GNU bug Tracking System
Subject: bug#47527: closed ([PATCH] gnu: Add abook.)
Date: Sun, 11 Apr 2021 10:16:02 +0000

Your message dated Sun, 11 Apr 2021 12:14:54 +0200
with message-id <87blalqg9t.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#47527] [PATCH] gnu: Add abook.
has caused the debbugs.gnu.org bug report #47527,
regarding [PATCH] gnu: Add abook.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
47527: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47527
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add abook. Date: Wed, 31 Mar 2021 21:14:28 +0300
* 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@rohleder.de>
 ;;; Copyright © 2020 Alexey Abramov <levenson@mmer.org>
 ;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
-;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
+;;; Copyright © 2020, 2021 Alexandru-Sergiu Marton <brown121407@posteo.ro>
 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
 ;;; Copyright © 2020 divoplade <d@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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#47527] [PATCH] gnu: Add abook. Date: Sun, 11 Apr 2021 12:14:54 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Alexandru-Sergiu Marton <brown121407@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]