unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: contact.ng0@cryptolab.net
To: guix-devel@gnu.org
Cc: ng0 <ng0@libertad.pw>
Subject: [PATCH] gnu: Add evolution.
Date: Mon, 30 Jan 2017 22:59:48 +0000	[thread overview]
Message-ID: <20170130225948.29641-2-contact.ng0@cryptolab.net> (raw)
In-Reply-To: <20170130225948.29641-1-contact.ng0@cryptolab.net>

From: ng0 <ng0@libertad.pw>

* gnu/packages/gnome.scm (evolution): New variable.
---
 gnu/packages/gnome.scm | 92 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 91 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f6f7aae69..3cc6cbd7a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
-;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
+;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
@@ -94,6 +94,7 @@
   #:use-module (gnu packages perl)
   #:use-module (gnu packages photo)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages pretty-print)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages python)
   #:use-module (gnu packages scanner)
@@ -5907,3 +5908,92 @@ for process dependencies, icons for processes, the ability to hide processes,
 graphical time histories of CPU/memory/swap usage and the ability to
 kill/reinice processes.")
     (license license:gpl2+)))
+
+(define-public evolution
+  (package
+    (name "evolution")
+    (version "3.22.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://gnome/sources/" name "/"
+                           (version-major+minor version) "/"
+                           name "-" version ".tar.xz"))
+       (sha256
+        (base32
+         "02k9bi4d34yns9csxmkdl3gxwmf6lr5zx4yk3w1wjs544bq0j8jj"))))
+    (build-system glib-or-gtk-build-system)
+    (arguments
+     `(#:configure-flags (list "--without-glade-catalog"
+                               "--disable-autoar"
+                               "--disable-code-coverage"
+                               "--disable-installed-tests"
+                               "--disable-pst-import"
+                               "--enable-canberra"
+                               "--enable-openldap"
+                               "--without-spamassasin"
+                               "--with-bogofilter"
+                               "--enable-smime"
+                               "--enable-nss"
+                               "--enable-gtkspell"
+                               "--enable-contact-maps"
+                               "--enable-text-highlight"
+                               ;; "--enable-libcryptui"
+                               "--without-nspr-libs"
+                               "--without-nspr-includes"
+                               "--without-nss-libs"
+                               "--without-nss-includes"
+                               "--enable-nss=yes"
+                               "--enable-weather")
+       #:tests? #f))
+    (inputs
+     `(("bogofilter" ,bogofilter)
+       ("highlight" ,highlight)
+       ;; TODO: ("spamassasin" ,spamassasin)
+       ("libgweather" ,libgweather)
+       ("nspr" ,nspr)
+       ("nss" ,nss)
+       ("gtkspell3" ,gtkspell3)
+       ("openldap" ,openldap)
+       ("libchamplain" ,libchamplain)
+       ("clutter" ,clutter)
+       ("clutter-gtk" ,clutter-gtk)
+       ("geocode-glib" ,geocode-glib)
+       ;; ("gnupg" ,gnupg)
+       ;; ("pinentry-gnome3" ,pinentry-gnome3)
+       ;; TODO: ("libcryptui" ,libcryptui)
+       ("libice" ,libice)
+       ("libsm" ,libsm)
+       ("libical" ,libical)
+       ("dconf" ,dconf)
+       ("atk" ,atk)
+       ("iso-codes" ,iso-codes)
+       ("shared-mime-info" ,shared-mime-info)
+       ("libnotify" ,libnotify)
+       ("gtk+" ,gtk+)
+       ("gdk-pixbuf" ,gdk-pixbuf)
+       ("cairo" ,cairo)
+       ("webkitgtk" ,webkitgtk)
+       ("libsoup" ,libsoup)
+       ("libcanberra" ,libcanberra)
+       ("evolution-data-server" ,evolution-data-server)
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+       ("gnome-desktop" ,gnome-desktop)
+       ("libxml2" ,libxml2)
+       ("glib" ,glib)
+       ("enchant" ,enchant)
+       ("gcr" ,gcr)))
+    (native-inputs
+     `(("docbook-xml" ,docbook-xml)
+       ("yelp-tools" ,yelp-tools)
+       ("gtk-doc" ,gtk-doc)
+       ("intltool" ,intltool)
+       ("gnome-common" ,gnome-common)
+       ("pkg-config" ,pkg-config)))
+    (home-page "https://wiki.gnome.org/Apps/Evolution")
+    (synopsis "Integrated email, addressbook and calendaring functionality")
+    (description
+     "Evolution is a personal information management application that
+provides integrated mail, calendaring and address book functionality.")
+    (license (list license:lgpl3 license:cc-by-sa3.0
+                   license:fdl1.3+ license:openldap2.8))))
-- 
2.11.0

  reply	other threads:[~2017-01-30 22:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30 22:59 GNOME evolution, a start contact.ng0
2017-01-30 22:59 ` contact.ng0 [this message]
2017-01-31 13:13 ` ng0

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20170130225948.29641-2-contact.ng0@cryptolab.net \
    --to=contact.ng0@cryptolab.net \
    --cc=guix-devel@gnu.org \
    --cc=ng0@libertad.pw \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).