From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57625) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz8jb-0002vH-Qd for guix-patches@gnu.org; Tue, 04 Feb 2020 19:40:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iz8ja-0003oU-Nd for guix-patches@gnu.org; Tue, 04 Feb 2020 19:40:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39000) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iz8ja-0003oH-Jd for guix-patches@gnu.org; Tue, 04 Feb 2020 19:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iz8ja-0000c6-G5 for guix-patches@gnu.org; Tue, 04 Feb 2020 19:40:02 -0500 Subject: [bug#39405] [PATCH] gnu: Add fntsample. Resent-Message-ID: Date: Tue, 4 Feb 2020 19:39:36 -0500 From: Leo Famulari Message-ID: <20200205003936.GC30681@jasmine.lan> References: <79ee459a976bfeab9b89555de1f44a498281fc27.camel@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <79ee459a976bfeab9b89555de1f44a498281fc27.camel@gnu.org> 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: Roel Janssen Cc: 39405@debbugs.gnu.org On Mon, Feb 03, 2020 at 12:45:44PM +0100, Roel Janssen wrote: > Dear Guix, > > I'd like to add "fntsample". The following two patches do that. > > Kind regards, > Roel Janssen > > From 55ee95f843424cb9f65e4ff3514739b6238a9e14 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Mon, 3 Feb 2020 12:28:18 +0100 > Subject: [PATCH 1/2] gnu: Add perl-pdf-api2. > > * gnu/packages/perl.scm (perl-pdf-api2): New variable. LGTM, thanks! > From 17df554661c71e8724bf3e241021345b9b9cefef Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Mon, 3 Feb 2020 12:29:33 +0100 > Subject: [PATCH 2/2] gnu: Add fntsample. > > * gnu/packages/fontutils.scm (fntsample): New variable. > + (uri "http://unicode.org/Public/UNIDATA/Blocks.txt") Can it go over HTTPS? Otherwise LGTM