gnu: font-gnu-unifont: Update to 11.0.01.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 11.0.01.
This commit is contained in:
parent
14cb7966ba
commit
5b47ea9462
|
@ -617,7 +617,7 @@ languages, plus Greek and Cyrillic.")
|
||||||
(define-public font-gnu-unifont
|
(define-public font-gnu-unifont
|
||||||
(package
|
(package
|
||||||
(name "font-gnu-unifont")
|
(name "font-gnu-unifont")
|
||||||
(version "10.0.07")
|
(version "11.0.01")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -625,7 +625,7 @@ languages, plus Greek and Cyrillic.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1js8dn4v4pv8jqprsxa1fv4fs3hqhm9x4dj19fg9qgc8fx7k0v0k"))))
|
"1nkapra0ic4fp3lmnvfc6jly62yskhcdkwrnq29hvh3xs51ncc52"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ; TrueType version
|
(outputs '("out" ; TrueType version
|
||||||
"pcf" ; PCF (bitmap) version
|
"pcf" ; PCF (bitmap) version
|
||||||
|
@ -650,12 +650,12 @@ languages, plus Greek and Cyrillic.")
|
||||||
(psf (string-append (assoc-ref outputs "psf")
|
(psf (string-append (assoc-ref outputs "psf")
|
||||||
"/share/consolefonts"))
|
"/share/consolefonts"))
|
||||||
(bin (assoc-ref outputs "bin")))
|
(bin (assoc-ref outputs "bin")))
|
||||||
(system* "make"
|
(invoke "make"
|
||||||
(string-append "PREFIX=" bin)
|
(string-append "PREFIX=" bin)
|
||||||
(string-append "TTFDEST=" ttf)
|
(string-append "TTFDEST=" ttf)
|
||||||
(string-append "PCFDEST=" pcf)
|
(string-append "PCFDEST=" pcf)
|
||||||
(string-append "CONSOLEDEST=" psf)
|
(string-append "CONSOLEDEST=" psf)
|
||||||
"install")
|
"install")
|
||||||
;; Move Texinfo file to the right place.
|
;; Move Texinfo file to the right place.
|
||||||
(mkdir (string-append bin "/share/info"))
|
(mkdir (string-append bin "/share/info"))
|
||||||
(rename-file (string-append bin "/share/unifont/unifont.info.gz")
|
(rename-file (string-append bin "/share/unifont/unifont.info.gz")
|
||||||
|
|
Loading…
Reference in New Issue