From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add fontconfig-path-max. Date: Mon, 04 Jul 2016 10:16:38 +0200 Message-ID: <87bn2dhl7d.fsf@gnu.org> References: <7b313a7566d04932f94fb33e7a63c222@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJz3g-0002VS-QS for guix-devel@gnu.org; Mon, 04 Jul 2016 04:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJz3e-0004N0-MS for guix-devel@gnu.org; Mon, 04 Jul 2016 04:16:47 -0400 In-Reply-To: <7b313a7566d04932f94fb33e7a63c222@openmailbox.org> (rennes@openmailbox.org's message of "Sat, 18 Jun 2016 14:02:51 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: rennes@openmailbox.org Cc: guix-devel@gnu.org Hello! And thank you Manolis to taking care of this. :-) rennes@openmailbox.org skribis: > From 3195bf1e75493675dc8cbd81a0f83e0b4538263b Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Sat, 18 Jun 2016 13:37:19 -0500 > Subject: [PATCH] gnu: Add fontconfig-path-max. > > --- > gnu/packages/fontutils.scm | 3 +++ > gnu/packages/patches/fontconfig-fcdefault.patch | 23 +++++++++++++++++++= ++++ > gnu/packages/patches/fontconfig-fcstat.patch | 23 +++++++++++++++++++= ++++ > 3 files changed, 49 insertions(+) > create mode 100644 gnu/packages/patches/fontconfig-fcdefault.patch > create mode 100644 gnu/packages/patches/fontconfig-fcstat.patch > > diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm > index 5f6ff15..2b84523 100644 > --- a/gnu/packages/fontutils.scm > +++ b/gnu/packages/fontutils.scm > @@ -231,6 +231,9 @@ fonts to/from the WOFF2 format.") > (uri (string-append > "https://www.freedesktop.org/software/fontconfig/rele= ase/fontconfig-" > version ".tar.bz2")) > + (patches (list > + (search-patch "fontconfig-fcdefault.patch") > + (search-patch "fontconfig-fcstat.patch"))) Rather use (search-patches =E2=80=A6). I would join the two patches in a single =E2=80=98fontconfig-path-max.patch= =E2=80=99. The file needs to be added in gnu/local.mk. Manolis: do you think you could apply it to =E2=80=98core-updates-next=E2= =80=99 with these changes? Thanks, Ludo=E2=80=99.