Skip to content

Commit

Permalink
Remove font-jigmo
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Jul 28, 2024
1 parent bcdaef7 commit f96dc76
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions src/sheepfold/packages/fonts.scm
Original file line number Diff line number Diff line change
Expand Up @@ -156,49 +156,3 @@ This package installs all the font families.")
"https://glyphwiki.org/wiki/GlyphWiki:"
"%e3%83%87%e3%83%bc%e3%82%bf%e3%83%bb%e8%a8%98%e4%ba%8b"
"%e3%81%ae%e3%83%a9%e3%82%a4%e3%82%bb%e3%83%b3%e3%82%b9")))))

(define-public font-jigmo
(package
(name "font-jigmo")
(version "20230816")
(source (origin
(method url-fetch)
(uri (string-append "https://kamichikoichi.github.io/jigmo/Jigmo-"
version ".zip"))
(file-name (string-append name "-" version ".zip"))
(sha256
(base32 "1higvn4qvz25hx215fs2vqlzh2d2645jbxf07yd82y09drl429jd"))))
(build-system font-build-system)
(home-page "https://kamichikoichi.github.io/jigmo/")
(synopsis "CJKV free fonts")
(description "Jigmo fonts are free kanji fonts. The KAGE system, Clipper,
FontForge and TTX are used to create thise fonts. All glyphs in these fonts
are from GlyphWiki.
Jigmo fonts contains 141,457 characters (and spaces) defined in the ISO/IEC
10646 standard / the Unicode standard.
Non-kanji: 13,338 characters
Kanji: 98.682 characters + 29,437 IVD characters
@itemize
@item U+4E00 -- U+9FFF URO 20,992 chars (fully implemented)
@item U+3400 -- U+4DBF Ext.A 6,592 chars (fully implemented)
@item U+20000 -- U+2A6DF Ext.B 42,720 chars (fully implemented)
@item U+2A700 -- U+2B739 Ext.C 4,154 chars (fully implemented)
@item U+2B740 -- U+2B81D Ext.D 222 chars (fully implemented)
@item U+2B820 -- U+2CEA1 Ext.E 5,762 chars (fully implemented)
@item U+2CEB0 -- U+2EBE0 Ext.F 7,473 chars (fully implemented)
@item U+30000 -- U+3134A Ext.G 4,939 chars (fully implemented)
@item U+31350 -- U+323AF Ext.H 4,192 chars (fully implemented)
@item U+F900 -- U+FAD9 CJK Compatibility Ideographs 472 chars
(fully implemented)
@item U+2F800 -- U+2FA1D CJK Compatibility Ideographs Supplement 542 chars
(fully implemented)
@item IVD* -- 2022-09-13 ver. 29,437 chars (fully implemented)
@item U+2EBF0 -- U+2EE5D Ext.I candidate 622 chars (test implementation)
@end itemize
IVD: Ideographic Variation Database")
(license license:cc0)))

0 comments on commit f96dc76

Please sign in to comment.