GNU bug report logs - #40724
sylpheed: New package

Previous Next

Package: guix-patches;

Reported by: Eric Brown <ecbrown <at> ericcbrown.com>

Date: Sun, 19 Apr 2020 20:22:01 UTC

Severity: normal

Done: Mathieu Othacehe <m.othacehe <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40724 in the body.
You can then email your comments to 40724 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#40724; Package guix-patches. (Sun, 19 Apr 2020 20:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eric Brown <ecbrown <at> ericcbrown.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 19 Apr 2020 20:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eric Brown <ecbrown <at> ericcbrown.com>
To: guix-patches <at> gnu.org
Subject: sylpheed: New package
Date: Sun, 19 Apr 2020 14:57:35 -0500
[Message part 1 (text/plain, inline)]
Dear Guix,

Attached is a diff for Syplheed, a graphical email client.

Best regards,
Eric


[0001-gnu-Add-sylpheed.patch (text/x-patch, inline)]
From cb1b5e6af8f118801e00c30a9cee3e76b2a5aa6c Mon Sep 17 00:00:00 2001
From: Eric Brown <ecbrown <at> ericcbrown.com>
Date: Sun, 19 Apr 2020 14:54:51 -0500
Subject: [PATCH] gnu: Add sylpheed.

* gnu/packages/mail.scm (sylpheed): New variable.
---
 gnu/packages/mail.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d2ec51f27a..a69ec70334 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -31,6 +31,7 @@
 ;;; Copyright © 2019 Tanguy Le Carrour <tanguy <at> bioneland.org>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
 ;;; Copyright © 2020 Justus Winter <justus <at> sequoia-pgp.org>
+;;; Copyright © 2020 Eric Brown <ecbrown <at> ericcbrown.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3181,3 +3182,36 @@ related tools to process winmail.dat files.")
 complement or replace traditional mailing lists.  Readers may read via NNTP,
 Atom feeds or HTML archives.")
      (license agpl3+))))
+
+(define-public sylpheed
+  (package
+    (name "sylpheed")
+    (version "3.7.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://sylpheed.sraoss.jp/sylpheed/v3.7/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0j9y5vdzch251s264diw9clrn88dn20bqqkwfmis9l7m8vmwasqd"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("bogofilter" ,bogofilter)
+       ("compface" ,compface)
+       ("gnupg" ,gnupg-1)
+       ("gpgme" ,gpgme)
+       ("gtk+-2.0" ,gtk+-2)
+       ("gtkspell" ,gtkspell3)
+       ("libnsl" ,libnsl)
+       ("openldap" ,openldap)
+       ("openssl" ,openssl)))
+    (home-page "http://sylpheed.sraoss.jp/")
+    (synopsis "Lightweight GTK+ email client")
+    (description
+     "Sylpheed is a simple, lightweight but featureful, and easy-to-use e-mail
+client. Sylpheed provides intuitive user-interface. Sylpheed is also designed
+for keyboard-oriented operation, so Sylpheed can be widely used from beginners
+to power users.")
+    (license gpl2+)))
-- 
2.26.1


Reply sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
You have taken responsibility. (Sun, 26 Apr 2020 10:52:02 GMT) Full text and rfc822 format available.

Notification sent to Eric Brown <ecbrown <at> ericcbrown.com>:
bug acknowledged by developer. (Sun, 26 Apr 2020 10:52:02 GMT) Full text and rfc822 format available.

Message #10 received at 40724-close <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: Eric Brown <ecbrown <at> ericcbrown.com>
Cc: 40724-close <at> debbugs.gnu.org
Subject: Re: [bug#40724] sylpheed: New package
Date: Sun, 26 Apr 2020 12:51:11 +0200
Hello Eric,

Sorry for the late review. I edited a bit the description, changed
the home-page to the HTTPS, english version of the website and pushed.

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 May 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.