diff options
| author | Kurome <hunt31999@gmail.com> | 2025-04-15 12:04:17 +0900 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-24 11:02:51 +0200 |
| commit | f41e74e2a05a0fdc517f79f7a1d4baace6a3f563 (patch) | |
| tree | 8b368fc763909872d6a42a3901fd0bcd5541f8f7 /gnu | |
| parent | 66b4d3fe88763f8744ef6ad88fd2862b1240e5e6 (diff) | |
gnu: Add font-takao.
* gnu/packages/fonts.scm (font-takao): New variable.
Change-Id: I9d02977b576dfa380e04c0d768260849124e91e3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fonts.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index c2706d9d617..5a8bf8fb452 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm | |||
| @@ -3552,6 +3552,32 @@ than 5,300 Kanji glyphs, as well major international phonetic symbols, | |||
| 3552 | operators and special symbols.") | 3552 | operators and special symbols.") |
| 3553 | (license (license:non-copyleft "file:///LICENSE_E")))) | 3553 | (license (license:non-copyleft "file:///LICENSE_E")))) |
| 3554 | 3554 | ||
| 3555 | (define-public font-takao | ||
| 3556 | (package | ||
| 3557 | (name "font-takao") | ||
| 3558 | (version "00303.01") | ||
| 3559 | (source | ||
| 3560 | (origin | ||
| 3561 | (method url-fetch) | ||
| 3562 | (uri (string-append | ||
| 3563 | "https://launchpad.net/takao-fonts/trunk/15.03/+download/TakaoFonts_" | ||
| 3564 | version | ||
| 3565 | ".tar.xz")) | ||
| 3566 | (sha256 | ||
| 3567 | (base32 "0bsmqczi6inwmygy4cq7h1abzghzl1yfxfxffzib7b39mir1z1z9")))) | ||
| 3568 | (build-system font-build-system) | ||
| 3569 | (home-page "https://launchpad.net/takao-fonts") | ||
| 3570 | (synopsis "Community-maintained derivatives of IPA Fonts") | ||
| 3571 | (description | ||
| 3572 | "This package provides the Takao Fonts, which are community-developed | ||
| 3573 | derivatives of the IPA Fonts. The project aims to ensure the continued | ||
| 3574 | maintenance of high-quality Japanese outline fonts by the community. Based on | ||
| 3575 | the original fonts developed by the Information-technology Promotion Agency, | ||
| 3576 | Japan (IPA). These fonts are particularly suitable for use in community-driven | ||
| 3577 | operating systems and embedded software where timely updates and quality | ||
| 3578 | assurance are essential.") | ||
| 3579 | (license license:ipa))) | ||
| 3580 | |||
| 3555 | (define-public font-catamaran | 3581 | (define-public font-catamaran |
| 3556 | (let ((commit "7559b4906f9c9148fb22c6f89508c3053a78a296") | 3582 | (let ((commit "7559b4906f9c9148fb22c6f89508c3053a78a296") |
| 3557 | (revision "1")) | 3583 | (revision "1")) |
