diff options
| author | Kurome <hunt31999@gmail.com> | 2025-04-15 12:04:21 +0900 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-24 11:03:45 +0200 |
| commit | 9f4bdb270e178eac636df3f4bbffbe4aa3b90a67 (patch) | |
| tree | 1043b9bb038fed142250c6d4a92dfc6abb278956 /gnu | |
| parent | 2e4cee51734620f9f798ebde4cf4b1615e39d83f (diff) | |
gnu: Add font-kochi-substitute.
* gnu/packages/fonts.scm (font-kochi-substitute): New variable.
Change-Id: I5b8476c7432fb0036782f5ed7c775d000ecd9485
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 cebc94921ab..24a748aa709 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm | |||
| @@ -3666,6 +3666,32 @@ combining a font automatically generated by CLWFK, a derivative of the Wada | |||
| 3666 | Laboratory Font Kit, with an existing free bitmap font.") | 3666 | Laboratory Font Kit, with an existing free bitmap font.") |
| 3667 | (license (license:non-copyleft "file://README")))) | 3667 | (license (license:non-copyleft "file://README")))) |
| 3668 | 3668 | ||
| 3669 | (define-public font-kochi-substitute | ||
| 3670 | (package | ||
| 3671 | (name "font-kochi-substitute") | ||
| 3672 | (version "20030809") | ||
| 3673 | (source | ||
| 3674 | (origin | ||
| 3675 | (method url-fetch) | ||
| 3676 | (uri (string-append | ||
| 3677 | "https://web.archive.org/web/20050329001754/" | ||
| 3678 | "http://osdn.dl.sourceforge.jp/efont/5411/kochi-substitute-" | ||
| 3679 | version | ||
| 3680 | ".tar.bz2")) | ||
| 3681 | (sha256 | ||
| 3682 | (base32 "130l4g6nhg6bjdcjmk56c04l9wdk2cby1rad5izbycw8acj9pmpl")))) | ||
| 3683 | (build-system font-build-system) | ||
| 3684 | (home-page (string-append | ||
| 3685 | "https://web.archive.org/web/20150421193819/" | ||
| 3686 | "http://en.sourceforge.jp/projects/efont/")) | ||
| 3687 | (synopsis "Japanese font, free replacement for MS Gothic and MS Mincho") | ||
| 3688 | (description | ||
| 3689 | "This package provides the Kochi Gothic and Kochi Mincho fonts, developed | ||
| 3690 | by Yasuyuki Furukawa as free alternatives to proprietary fonts such as MS Gothic | ||
| 3691 | and MS Mincho.") | ||
| 3692 | (license (license:non-copyleft | ||
| 3693 | "https://fedoraproject.org/wiki/Licensing:Wadalab")))) | ||
| 3694 | |||
| 3669 | (define-public font-catamaran | 3695 | (define-public font-catamaran |
| 3670 | (let ((commit "7559b4906f9c9148fb22c6f89508c3053a78a296") | 3696 | (let ((commit "7559b4906f9c9148fb22c6f89508c3053a78a296") |
| 3671 | (revision "1")) | 3697 | (revision "1")) |
