summaryrefslogtreecommitdiff
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
parentb19c92ef7ee07c8afc8a6fcc7e0ffbff8e7f1e4b (diff)
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.
-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 946add4359d..85febd73f49 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -476,20 +476,17 @@ smooth contours with constant curvature at the spline joins.")
476(define-public libuninameslist 476(define-public libuninameslist
477 (package 477 (package
478 (name "libuninameslist") 478 (name "libuninameslist")
479 (version "20170807") 479 (version "20180701")
480 (home-page "https://github.com/fontforge/libuninameslist")
480 (source 481 (source
481 (origin 482 (origin
482 (method url-fetch) 483 (method url-fetch)
483 (uri (string-append "https://github.com/fontforge/libuninameslist/" 484 (uri (string-append home-page "/releases/download/" version
484 "archive/" version ".tar.gz")) 485 "/libuninameslist-dist-" version ".tar.gz"))
485 (file-name (string-append name "-" version ".tar.gz"))
486 (sha256 486 (sha256
487 (base32 487 (base32
488 "0axwxjgcrwms9682vmpsq1x4swdx6q6qk6997rkfr8xrgi124c6a")))) 488 "141wh2f5jsaw84mgw6vf2c9hd2wm957a2hpnicyqjbc7pk89gvca"))))
489 (build-system gnu-build-system) 489 (build-system gnu-build-system)
490 (native-inputs `(("autoconf" ,autoconf)
491 ("automake" ,automake)
492 ("libtool" ,libtool)))
493 (synopsis "Unicode names and annotation list") 490 (synopsis "Unicode names and annotation list")
494 (description 491 (description
495 "LibUniNamesList holds www.unicode.org Nameslist.txt data which can be 492 "LibUniNamesList holds www.unicode.org Nameslist.txt data which can be
@@ -500,8 +497,7 @@ definitions.")
500 ;; is governed by an X11-style license only found on the web. 497 ;; is governed by an X11-style license only found on the web.
501 (license (list license:bsd-3 498 (license (list license:bsd-3
502 (license:x11-style 499 (license:x11-style
503 "https://www.unicode.org/copyright.html#License"))) 500 "https://www.unicode.org/copyright.html#License")))))
504 (home-page "https://github.com/fontforge/libuninameslist")))
505 501
506(define-public fontforge 502(define-public fontforge
507 (package 503 (package