From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58721) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEWOi-0000ik-4Y for guix-patches@gnu.org; Wed, 18 Mar 2020 06:58:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEWOg-0005Lm-9U for guix-patches@gnu.org; Wed, 18 Mar 2020 06:58:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33888) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEWOg-0005LP-4V for guix-patches@gnu.org; Wed, 18 Mar 2020 06:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jEWOg-0000ZA-3r for guix-patches@gnu.org; Wed, 18 Mar 2020 06:58:02 -0400 Subject: bug#39626: [PATCH] Geary with Gspell fix Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <1581808346.699.0@riseup.net> Date: Wed, 18 Mar 2020 11:57:36 +0100 In-Reply-To: <1581808346.699.0@riseup.net> (raingloom@riseup.net's message of "Sun, 16 Feb 2020 00:12:26 +0100") Message-ID: <87a74e9bhb.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: raingloom@riseup.net Cc: 39626-done@debbugs.gnu.org Hi! raingloom@riseup.net skribis: >>>From ae635776361622f37aa02975b0f4e4698015ef84 Mon Sep 17 00:00:00 2001 > From: raingloom > Date: Sun, 9 Feb 2020 04:18:04 +0100 > Subject: [PATCH 2/2] gnu: geary: new package (version 3.34.1) > > --- > gnu/packages/gnome.scm | 98 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 98 insertions(+) [...] >>>From c2749f9c10d3b424b3470be5d9ea680886fac0b2 Mon Sep 17 00:00:00 2001 > From: raingloom > Date: Sun, 16 Feb 2020 00:00:35 +0100 > Subject: [PATCH 1/2] gnu: gspell: --enable-vala for VAPI (for geary) > > --- > gnu/packages/gnome.scm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Finally applied both patches! I took the liberty to adjust the Geary patch to avoid =E2=80=98regexp-quote= =E2=80=99 and the non-literal strings in =E2=80=98substitute*=E2=80=99. Thanks, Ludo=E2=80=99.