From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +EepJfGir1+maAAA0tVLHw (envelope-from ) for ; Sat, 14 Nov 2020 09:27:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 8L12IfGir1+hOgAAB5/wlQ (envelope-from ) for ; Sat, 14 Nov 2020 09:27:13 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D87389401BE for ; Sat, 14 Nov 2020 09:27:12 +0000 (UTC) Received: from localhost ([::1]:55140 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdrpv-0001VI-Nk for larch@yhetil.org; Sat, 14 Nov 2020 04:27:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdrpn-0001Uc-8e for guix-patches@gnu.org; Sat, 14 Nov 2020 04:27:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38180) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kdrpm-0000wd-WB for guix-patches@gnu.org; Sat, 14 Nov 2020 04:27:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kdrpm-0002jr-Th for guix-patches@gnu.org; Sat, 14 Nov 2020 04:27:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44628] [PATCH 2/2] gnu: Add astroid. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 14 Nov 2020 09:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44628 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44628@debbugs.gnu.org Cc: Tanguy Le Carrour Received: via spool by 44628-submit@debbugs.gnu.org id=B44628.160534599110483 (code B ref 44628); Sat, 14 Nov 2020 09:27:02 +0000 Received: (at 44628) by debbugs.gnu.org; 14 Nov 2020 09:26:31 +0000 Received: from localhost ([127.0.0.1]:49725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdrpH-0002j0-7K for submit@debbugs.gnu.org; Sat, 14 Nov 2020 04:26:31 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:57769) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdrpE-0002iZ-Ts for 44628@debbugs.gnu.org; Sat, 14 Nov 2020 04:26:29 -0500 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 13C3A100004; Sat, 14 Nov 2020 09:26:22 +0000 (UTC) From: Tanguy Le Carrour Date: Sat, 14 Nov 2020 10:26:11 +0100 Message-Id: <20201114092611.6225-2-tanguy@bioneland.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201114092611.6225-1-tanguy@bioneland.org> References: <20201114092611.6225-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: TPUjvu2XqT2u * gnu/packages/mail.scm (astroid): New variable. --- gnu/packages/mail.scm | 60 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index fcd593c356..d2af1ce10c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -63,6 +63,7 @@ #:use-module (gnu packages base) #:use-module (gnu packages bash) #:use-module (gnu packages bison) + #:use-module (gnu packages boost) #:use-module (gnu packages calendar) #:use-module (gnu packages check) #:use-module (gnu packages compression) @@ -107,6 +108,7 @@ #:use-module (gnu packages man) #:use-module (gnu packages ncurses) #:use-module (gnu packages networking) + #:use-module (gnu packages ninja) #:use-module (gnu packages openldap) #:use-module (gnu packages onc-rpc) #:use-module (gnu packages pcre) @@ -114,6 +116,7 @@ #:use-module (gnu packages perl-check) #:use-module (gnu packages perl-web) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages protobuf) #:use-module (gnu packages python) #:use-module (gnu packages python-check) #:use-module (gnu packages python-crypto) @@ -703,6 +706,63 @@ mailpack. What can alterMIME do? (license (list (license:non-copyleft "file://LICENSE") license:bsd-3)))) +(define-public astroid + (package + (name "astroid") + (version "0.15") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/astroidmail/astroid") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "11cxbva9ni98gii59xmbxh4c6idcg3mg0pgdsp1c3j0yg7ix0lj3")))) + (build-system cmake-build-system) + (arguments + `(#:configure-flags (list "-GNinja") + #:phases + (modify-phases %standard-phases + (replace 'build + (lambda _ + (invoke "ninja" "-j" (number->string (parallel-job-count))))) + (replace 'check + (lambda _ + (invoke "echo" "ninja" "test"))) + (replace 'install + (lambda _ + (invoke "ninja" "install")))))) + (native-inputs + `(("gtkmm" ,gtkmm) + ("gmime" ,gmime) + ("gobject-introspection" ,gobject-introspection) + ("webkitgtk" ,webkitgtk) + ("pkg-config" ,pkg-config) + ("ninja" ,ninja) + ("ronn" ,ronn) + ("libsass" ,libsass) + ("libpeas" ,libpeas) + ("boost" ,boost) + ("glib-networking" ,glib-networking) + ("protobuf" ,protobuf))) + (inputs + `(("python" ,python) + ("notmuch" ,notmuch))) + (propagated-inputs + `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas) + ("adwaita-icon-theme" ,adwaita-icon-theme))) + (home-page "https://astroidmail.github.io/") + (synopsis "GTK frontend to the notmuch mail system") + (description + "Astroid is a lightweight and fast Mail User Agent that provides +a graphical interface to searching, display and composing email, +organized in thread and tags. Astroid uses the notmuch backend for blazingly +fast searches through tons of email. Astroid searches, displays and +compose emails — and relies on other programs for fetching, +syncing and sending email. ") + (license license:gpl3+))) + (define-public ripmime ;; Upstream does not tag or otherwise provide any releases (only a version ;; number in the source) -- 2.29.2