mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add font-arphic-ukai.
* gnu/packages/fonts.scm (font-arphic-ukai): New variable.
This commit is contained in:
parent
2da9ceaeb9
commit
5463bdded1
1 changed files with 21 additions and 0 deletions
|
@ -2752,6 +2752,27 @@ (define (pcf2 name ext)
|
||||||
")
|
")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public font-arphic-ukai
|
||||||
|
(package
|
||||||
|
(name "font-arphic-ukai")
|
||||||
|
(version "0.2.20080216.2")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://deb.debian.org/debian/pool/main"
|
||||||
|
"/f/fonts-arphic-ukai/fonts-arphic-ukai_"
|
||||||
|
version ".orig.tar.bz2"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1lp3i9m6x5wrqjkh1a8vpyhmsrhvsa2znj2mx13qfkwza5rqv5ml"))))
|
||||||
|
(build-system font-build-system)
|
||||||
|
(home-page "https://www.freedesktop.org/wiki/Software/CJKUnifonts/")
|
||||||
|
(synopsis "Truetype fonts for Taiwanese and Hakka")
|
||||||
|
(description
|
||||||
|
"This package provides a set of Truetype fonts, which contain all
|
||||||
|
characters necessary to display Taiwanese and Hakka.")
|
||||||
|
(license (license:fsdg-compatible
|
||||||
|
"https://www.freedesktop.org/wiki/Arphic_Public_License/"))))
|
||||||
|
|
||||||
(define-public font-atui-feather
|
(define-public font-atui-feather
|
||||||
(let ((version "0")
|
(let ((version "0")
|
||||||
(commit "c51fe7cedbcf2cbf4f1b993cef5d8def612dec1d")
|
(commit "c51fe7cedbcf2cbf4f1b993cef5d8def612dec1d")
|
||||||
|
|
Loading…
Reference in a new issue