guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/9] gnu: Add woff-tools.


From: Eric Bavier
Subject: Re: [PATCH 2/9] gnu: Add woff-tools.
Date: Thu, 07 Apr 2016 09:25:34 -0500
User-agent: Roundcube Webmail/1.0.6

On 2016-04-07 01:18, Efraim Flashner wrote:
On Tue, Apr 05, 2016 at 11:32:54PM -0500, address@hidden wrote:
From: Eric Bavier <address@hidden>

* 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]