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.
This commit is contained in:
parent
b19c92ef7e
commit
27b73b4999
|
@ -476,20 +476,17 @@ smooth contours with constant curvature at the spline joins.")
|
||||||
(define-public libuninameslist
|
(define-public libuninameslist
|
||||||
(package
|
(package
|
||||||
(name "libuninameslist")
|
(name "libuninameslist")
|
||||||
(version "20170807")
|
(version "20180701")
|
||||||
|
(home-page "https://github.com/fontforge/libuninameslist")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/fontforge/libuninameslist/"
|
(uri (string-append home-page "/releases/download/" version
|
||||||
"archive/" version ".tar.gz"))
|
"/libuninameslist-dist-" version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0axwxjgcrwms9682vmpsq1x4swdx6q6qk6997rkfr8xrgi124c6a"))))
|
"141wh2f5jsaw84mgw6vf2c9hd2wm957a2hpnicyqjbc7pk89gvca"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("autoconf" ,autoconf)
|
|
||||||
("automake" ,automake)
|
|
||||||
("libtool" ,libtool)))
|
|
||||||
(synopsis "Unicode names and annotation list")
|
(synopsis "Unicode names and annotation list")
|
||||||
(description
|
(description
|
||||||
"LibUniNamesList holds www.unicode.org Nameslist.txt data which can be
|
"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.
|
;; is governed by an X11-style license only found on the web.
|
||||||
(license (list license:bsd-3
|
(license (list license:bsd-3
|
||||||
(license:x11-style
|
(license:x11-style
|
||||||
"https://www.unicode.org/copyright.html#License")))
|
"https://www.unicode.org/copyright.html#License")))))
|
||||||
(home-page "https://github.com/fontforge/libuninameslist")))
|
|
||||||
|
|
||||||
(define-public fontforge
|
(define-public fontforge
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue