From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 2/9] gnu: Add woff-tools. Date: Thu, 07 Apr 2016 09:25:34 -0500 Message-ID: <04937111f7891c29faa83abd1be3f9b2@openmailbox.org> References: <1459917181-19626-1-git-send-email-ericbavier@openmailbox.org> <1459917181-19626-2-git-send-email-ericbavier@openmailbox.org> <20160407061827.GB17216@debian-netbook> Reply-To: bavier@member.fsf.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoAsW-0006vH-Tf for guix-devel@gnu.org; Thu, 07 Apr 2016 10:25:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoAsS-00021p-TL for guix-devel@gnu.org; Thu, 07 Apr 2016 10:25:48 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:60408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoAsS-00021A-OB for guix-devel@gnu.org; Thu, 07 Apr 2016 10:25:44 -0400 In-Reply-To: <20160407061827.GB17216@debian-netbook> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Efraim Flashner Cc: guix-devel@gnu.org On 2016-04-07 01:18, Efraim Flashner wrote: > On Tue, Apr 05, 2016 at 11:32:54PM -0500, ericbavier@openmailbox.org > wrote: >> From: Eric Bavier >> >> * gnu/packages/fontutils.scm (woff-tools): New variable. >> --- >> gnu/packages/fontutils.scm | 41 >> +++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 41 insertions(+) >> >> diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm >> index a0701d5..614aac5 100644 >> --- a/gnu/packages/fontutils.scm >> +++ b/gnu/packages/fontutils.scm >> @@ -104,6 +104,47 @@ scripts.") >> (license license:gpl2+) ;or FreeType license >> (home-page "http://www.freetype.org/ttfautohint/"))) >> >> +(define-public woff-tools >> + (package >> + (name "woff-tools") >> + (version "2009.10.04") >> + (source >> + (origin >> + (method url-fetch) >> + ;; Upstream source is unversioned, so use Debian's versioned >> tarball >> + (uri (string-append "mirror://debian/pool/main/w/woff-tools/" >> + "woff-tools_" version ".orig.tar.gz")) > > 2009 is a long time ago, but woff-tools are still in Debian Sid so we > don't have to worry about needing to go to archive.debian.org/... for > the sources any time soon. By the way, is there a more recent version? Not that I can find. Thanks for the review, `~Eric