all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rennes <rennes@openmailbox.org>
To: 26555@debbugs.gnu.org
Subject: bug#26555: [PATCH] gnu: Add balsa.
Date: Tue, 18 Apr 2017 12:54:59 -0500	[thread overview]
Message-ID: <UAviF/CnrPXc36fw82NR4t@ySJ0tOPi5Ls0ca/rFWJyg> (raw)

[-- Attachment #1: Type: text/plain, Size: 146 bytes --]


Balsa is an e-mail client, supports POP/IMAP protocols.

License: some libraries are under gpl3+, the COPYNG file says gpl3.
Lint and tested.

[-- Attachment #2: 0001-gnu-Add-balsa.patch --]
[-- Type: text/x-patch, Size: 3347 bytes --]

From 1a7b56056154b0db77ce88d08ce7ae1567f169a3 Mon Sep 17 00:00:00 2001
From: rennes <rennes@openmailbox.org>
Date: Tue, 18 Apr 2017 12:35:41 -0500
Subject: [PATCH] gnu: Add balsa.

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

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 983629f85..6eaca8e3c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
 ;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -94,6 +95,7 @@
   #:use-module (gnu packages tls)
   #:use-module (gnu packages networking)
   #:use-module (gnu packages web)
+  #:use-module (gnu packages webkit)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg)
   #:use-module (gnu packages docbook)
@@ -2284,3 +2286,59 @@ tools and applications:
 @item pilot, the standalone file system navigator
 @end enumerate\n")
     (license asl2.0)))
+
+(define-public balsa
+  (package
+    (name "balsa")
+    (version "2.5.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://pawsa.fedorapeople.org/balsa/"
+                           name "-" version ".tar.bz2"))
+       (sha256
+        (base32
+         "15jkwp3ylbwd8iha4dr37z1xb6mkk31ym90vv3h2a5xk2rmym5mq"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags (list
+                          ;; Balsa tries to install additional MIME icons
+                          ;; under gtk+ directory.
+                          "--enable-extra-mimeicons=no"
+                          "--with-gtksourceview"
+                          "--with-canberra"
+                          "--with-spell-checker=gtkspell"
+                          "--with-gpgme"
+                          "--with-sqlite"
+                          "--with-compface"
+                          "--with-ldap")))
+    (native-inputs
+     `(("compface" ,compface)
+       ("glib" ,glib "bin")
+       ("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)
+       ("yelp-tools" ,yelp-tools)))
+    (inputs
+     `(("cyrus-sasl" ,cyrus-sasl)
+       ("enchant" ,enchant)
+       ("gdk-pixbuf" ,gdk-pixbuf)
+       ("gmime" ,gmime)
+       ("gnutls" ,gnutls)
+       ("gpgme" ,gpgme)
+       ("gtk+" ,gtk+)
+       ("gtksourceview" ,gtksourceview)
+       ("gtkspell3" ,gtkspell3)
+       ("libcanberra" ,libcanberra)
+       ("libesmtp" ,libesmtp)
+       ("libnotify" ,libnotify)
+       ("openldap" ,openldap)
+       ("sqlite" ,sqlite)
+       ("webkitgtk" ,webkitgtk)))
+    (home-page "https://pawsa.fedorapeople.org/balsa")
+    (synopsis "E-mail client for GNOME")
+    (description
+     "Balsa is a highly configurable and robust mail client for the
+GNOME desktop.  It supports both POP3 and IMAP servers as well as the mbox,
+maildir and mh local mailbox formats.
+Balsa also supports SMTP and/or the use of a local MTA such as Sendemail.")
+    (license gpl3+)))
-- 
2.12.0


             reply	other threads:[~2017-04-18 17:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-18 17:54 rennes [this message]
2017-04-19  9:38 ` bug#26555: [PATCH] gnu: Add balsa Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=UAviF/CnrPXc36fw82NR4t@ySJ0tOPi5Ls0ca/rFWJyg \
    --to=rennes@openmailbox.org \
    --cc=26555@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.