From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8U7b-00004t-PQ for guix-patches@gnu.org; Sat, 28 Oct 2017 12:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8U7W-0006kv-RI for guix-patches@gnu.org; Sat, 28 Oct 2017 12:38:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58946) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e8U7W-0006ko-M5 for guix-patches@gnu.org; Sat, 28 Oct 2017 12:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e8U7W-0000TL-G5 for guix-patches@gnu.org; Sat, 28 Oct 2017 12:38:02 -0400 Subject: [bug#29043] neomutt update to 20171027 and 2 additional neomutt related commits Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8U6p-0008WG-G0 for guix-patches@gnu.org; Sat, 28 Oct 2017 12:37:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8U6k-00061s-IH for guix-patches@gnu.org; Sat, 28 Oct 2017 12:37:19 -0400 Received: from aibo.runbox.com ([91.220.196.211]:36814) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e8U6k-0005y7-87 for guix-patches@gnu.org; Sat, 28 Oct 2017 12:37:14 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1e8U6g-0008KG-5O for guix-patches@gnu.org; Sat, 28 Oct 2017 18:37:10 +0200 Received: from tor-exit1-readme.dfri.se ([171.25.193.77] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1e8U6R-0002to-Uw for guix-patches@gnu.org; Sat, 28 Oct 2017 18:36:56 +0200 Date: Sat, 28 Oct 2017 16:36:41 +0000 From: ng0 Message-ID: <20171028163641.x67nbuvmh3mhupvs@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vdhtdmdywd4hpgln" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29043@debbugs.gnu.org --vdhtdmdywd4hpgln Content-Type: multipart/mixed; boundary="o65zg7w6rhemuhcq" Content-Disposition: inline --o65zg7w6rhemuhcq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch 1 updates neomutt - so far so functional. Patch 2 removes the inherit from mutt, it is not necessary, the only shared component was the license and the build-system. Patch 3 removes 2 configure switches that were dropped in some of the last versions. Other non-fatal issues exist that I'll fix upstream (those have no effect on the build we do). --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://dist.ng0.infotropique.org/dist/keys/ https://www.infotropique.org https://ng0.infotropique.org --o65zg7w6rhemuhcq Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-neomutt-Update-to-20171027.patch" Content-Transfer-Encoding: quoted-printable =46rom 473b631eb8c3cb6cc805855d757b4458d9b5c5e7 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 28 Oct 2017 15:48:29 +0000 Subject: [PATCH 1/3] gnu: neomutt: Update to 20171027. * gnu/packages/mail.scm (neomutt): Update to 20171027. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index e9a7283cf..c94c5f8f0 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -277,7 +277,7 @@ operating systems.") (package (inherit mutt) (name "neomutt") - (version "20171013") + (version "20171027") (source (origin (method url-fetch) @@ -285,7 +285,7 @@ operating systems.") "/archive/" name "-" version ".tar.gz")) (sha256 (base32 - "0mcs5rhlajyxl0bw2hpwcwx14rzrgk6sf8yr0gdj1di3sq166z2s")))) + "10z523cy3s6syh0mwpsncl87wrvyzsk99y7nzicwvx6y3hmdw01d")))) (inputs `(("cyrus-sasl" ,cyrus-sasl) ("gdbm" ,gdbm) --=20 2.14.3 --o65zg7w6rhemuhcq Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-gnu-neomutt-Do-not-inherit-mutt.patch" Content-Transfer-Encoding: quoted-printable =46rom 4adac48836914f2cd8bcd0eb51a51804e62a3333 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 28 Oct 2017 16:23:01 +0000 Subject: [PATCH 2/3] gnu: neomutt: Do not inherit mutt. * gnu/packages/mail.scm (neomutt): Remove (inherit mutt), add 'build-system' and 'license'. --- gnu/packages/mail.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index c94c5f8f0..ed095dd9d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -275,7 +275,6 @@ operating systems.") =20 (define-public neomutt (package - (inherit mutt) (name "neomutt") (version "20171027") (source @@ -286,6 +285,7 @@ operating systems.") (sha256 (base32 "10z523cy3s6syh0mwpsncl87wrvyzsk99y7nzicwvx6y3hmdw01d")))) + (build-system gnu-build-system) (inputs `(("cyrus-sasl" ,cyrus-sasl) ("gdbm" ,gdbm) @@ -346,7 +346,8 @@ operating systems.") (synopsis "Command-line mail reader based on Mutt") (description "NeoMutt is a command-line mail reader which is based on mutt. -It adds a large amount of new and improved features to mutt."))) +It adds a large amount of new and improved features to mutt.") + (license gpl2+))) =20 (define-public gmime (package --=20 2.14.3 --o65zg7w6rhemuhcq Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0003-gnu-neomutt-Remove-obsolete-configure-switches.patch" Content-Transfer-Encoding: quoted-printable =46rom fde05347982a40ec40d86d90cc3abd70af116e00 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 28 Oct 2017 16:26:57 +0000 Subject: [PATCH 3/3] gnu: neomutt: Remove obsolete configure switches. * gnu/packages/mail.scm (neomutt)[arguments]: Remove '--with-regex' and '--with-external-dotlock' from configure-flags. --- gnu/packages/mail.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index ed095dd9d..149315806 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -323,7 +323,6 @@ operating systems.") "--without-ssl" "--with-sasl" =20 - "--with-regex" "--enable-smime" "--enable-notmuch" "--with-idn" @@ -333,8 +332,6 @@ operating systems.") ;; in the chroot. The workaround is this. "--with-mailpath=3D/var/mail" =20 - "--with-external-dotlock" - (string-append "--with-curses=3D" (assoc-ref %build-inputs "ncurses"))) #:phases --=20 2.14.3 --o65zg7w6rhemuhcq-- --vdhtdmdywd4hpgln Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAln0shkACgkQ4i+bv+40 hYhZ/Q//a2+pgNHIaT5fJdRmCIUCr+dYZ/f4hKPoBLqUbmKDUFO3kixbmSGE9Gbf ft5M18UkirBTOXNj5/J6Doy6z/VYIDXMe80QZ98h/JLSwTuSLykK7Rn44dKgFJix xFERrRwPnTlxXjGiEi+1sAz47taDtIlue+u40yyOxt2j4BxJPX4ZhXxtJx9NcF3d 62p0H22ztIOJobPC/8YhNGFm9KFsFOSbPGunjxK7zWZqE9fJmi6COAP0J+AtlSh4 hNn27r0ehnRiCW9QUgXYut7DANSd2BGXBZhOkae633arldjIxO98vzjbeT7HlNbr xdQkBoHNMfh1969X3Rmr6GK6ZDQpc2Fyha7hRgYK3jtgi5owmSaTtAN9fK8enDX3 xmMsNWW2wssKcjHYde+t88npfq1RPwtbam2pfoHmb9+Ahe0/QT9cMTBENdqnnAOd wmit/dWwlFA4zzFcKLldVsG1mPSMxaJC1a1AfktS42CITA4qkQcOQ0FRJVEURUD8 Aw+kQIBGBCoWw6H+D3az+CllvLluxZAXyhcExwhptii+BpCrNVLM9MT2AZJ2X16l jfsBDsGl/WtZ3N4Rtrv97LiDOS9CKEjx3Zpdj/YVZooT400BjP5wYFstKwnLrAtT LlmmIZ6RhyKpnGE3d46F6zy1LQGjGDqwHC4YpdvhK6VpLi5sRZU= =WknG -----END PGP SIGNATURE----- --vdhtdmdywd4hpgln--