gnu: font-chiron-sung-hk: Split outputs.
* gnu/packages/fonts.scm (font-chiron-sung-hk)[arguments]: Split outputs. [outputs]: Add "otf" and "ttf". Change-Id: Id96bba47e8f9ae9404a528bcceab3e110a05db4e
This commit is contained in:
parent
e4265aa97f
commit
a900fa3c6c
@ -3332,6 +3332,20 @@ dialects in Hong Kong and Taiwan.")))
|
|||||||
(base32
|
(base32
|
||||||
"1916bb834y4r4312g14zid7w3pbx1i70jcgkkfbf4z20grrj891m"))))
|
"1916bb834y4r4312g14zid7w3pbx1i70jcgkkfbf4z20grrj891m"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(replace 'install
|
||||||
|
(lambda _
|
||||||
|
(let ((install (assoc-ref %standard-phases 'install)))
|
||||||
|
(with-directory-excursion "VAR"
|
||||||
|
(for-each delete-file (find-files "." "\\.ttf$"))
|
||||||
|
(install #:outputs `(("out" . ,#$output))))
|
||||||
|
(with-directory-excursion "OTF"
|
||||||
|
(install #:outputs `(("out" . ,#$output:otf))))
|
||||||
|
(with-directory-excursion "TTF"
|
||||||
|
(install #:outputs `(("out" . ,#$output:ttf))))))))))
|
||||||
|
(outputs '("out" "otf" "ttf"))
|
||||||
(home-page "https://chiron-fonts.github.io/")
|
(home-page "https://chiron-fonts.github.io/")
|
||||||
(synopsis "Traditional Chinese Song typeface")
|
(synopsis "Traditional Chinese Song typeface")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user