summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-03 03:42:17 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-03 15:45:40 +0200
commit27b73b499916d2ce4ad11001d8d873bff77d9a44 (patch)
tree9ac7d02492a801ecb532b52928cd06c6fdaf9348 /gnu
parentb19c92ef7ee07c8afc8a6fcc7e0ffbff8e7f1e4b (diff)
downloadguix-27b73b499916d2ce4ad11001d8d873bff77d9a44.tar.gz
gnu: libuninameslist: Update to 20180701.
* gnu/packages/fontutils.scm (libuninameslist): Update to 20180701.
[source]: Change URI to use release tarball.  Remove FILE-NAME.
[native-inputs]: Remove.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fontutils.scm16
1 files changed, 6 insertions, 10 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 946add4359..85febd73f4 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -476,20 +476,17 @@ smooth contours with constant curvature at the spline joins.")
 (define-public libuninameslist
   (package
     (name "libuninameslist")
-    (version "20170807")
+    (version "20180701")
+    (home-page "https://github.com/fontforge/libuninameslist")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/fontforge/libuninameslist/"
-                           "archive/" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (uri (string-append home-page "/releases/download/" version
+                           "/libuninameslist-dist-" version ".tar.gz"))
        (sha256
         (base32
-         "0axwxjgcrwms9682vmpsq1x4swdx6q6qk6997rkfr8xrgi124c6a"))))
+         "141wh2f5jsaw84mgw6vf2c9hd2wm957a2hpnicyqjbc7pk89gvca"))))
     (build-system gnu-build-system)
-    (native-inputs `(("autoconf" ,autoconf)
-                     ("automake" ,automake)
-                     ("libtool" ,libtool)))
     (synopsis "Unicode names and annotation list")
     (description
      "LibUniNamesList holds www.unicode.org Nameslist.txt data which can be
@@ -500,8 +497,7 @@ definitions.")
     ;; is governed by an X11-style license only found on the web.
     (license (list license:bsd-3
                    (license:x11-style
-                    "https://www.unicode.org/copyright.html#License")))
-    (home-page "https://github.com/fontforge/libuninameslist")))
+                    "https://www.unicode.org/copyright.html#License")))))
 
 (define-public fontforge
   (package