From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJcRw-0005VY-Ta for guix-patches@gnu.org; Tue, 28 Nov 2017 04:45:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJcRr-0008Lf-3k for guix-patches@gnu.org; Tue, 28 Nov 2017 04:45:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53043) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJcRr-0008La-10 for guix-patches@gnu.org; Tue, 28 Nov 2017 04:45:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJcRq-0005xV-PV for guix-patches@gnu.org; Tue, 28 Nov 2017 04:45:02 -0500 Subject: bug#29472: [PATCH 1/4] gnu: Add perl-file-basedir. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171127125053.C13FF4E0018@mta-1.openmailbox.og> <20171127125434.10609-1-brendan.tildesley@openmailbox.org> Date: Tue, 28 Nov 2017 10:44:56 +0100 In-Reply-To: <20171127125434.10609-1-brendan.tildesley@openmailbox.org> (Brendan Tildesley's message of "Mon, 27 Nov 2017 23:54:31 +1100") Message-ID: <87fu8y3ffr.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: Brendan Tildesley Cc: 29472-done@debbugs.gnu.org Hi Brendan, I applied all 4 patches. However I took the liberty (1) to add a bit of @code etc. markup in descriptions, and (2) to move them to freedesktop.scm so that perl.scm doesn=E2=80=99t pull in all of freedesktop/gnome. Thanks! Ludo=E2=80=99.