diff options
| author | Kurome <hunt31999@gmail.com> | 2025-04-15 12:04:20 +0900 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-24 11:03:45 +0200 |
| commit | 2e4cee51734620f9f798ebde4cf4b1615e39d83f (patch) | |
| tree | be7b0f4ea5453e6e43dc884e73ede62eb2c4cc95 /gnu | |
| parent | b1a0d56612bf6477d422fdd891a4a613ee34133c (diff) | |
gnu: Add font-sazanami.
* gnu/packages/fonts.scm (font-sazanami): New variable.
Change-Id: I7c7ae4110cdf56319648d37c6f4aa67942dce32c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fonts.scm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 9ae6c12a9b8..cebc94921ab 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm | |||
| @@ -3629,6 +3629,43 @@ banned its use. This font pushes the roundness to its limit while capturing the | |||
| 3629 | spirit of both past and present styles.") | 3629 | spirit of both past and present styles.") |
| 3630 | (license license:silofl1.1)))) | 3630 | (license license:silofl1.1)))) |
| 3631 | 3631 | ||
| 3632 | (define-public font-sazanami | ||
| 3633 | (package | ||
| 3634 | (name "font-sazanami") | ||
| 3635 | (version "20040629") | ||
| 3636 | (source | ||
| 3637 | (origin | ||
| 3638 | (method url-fetch) | ||
| 3639 | (uri (string-append | ||
| 3640 | "https://web.archive.org/web/20060619202616/" | ||
| 3641 | "https://osdn.dl.sourceforge.jp/efont/10087/sazanami-" | ||
| 3642 | version | ||
| 3643 | ".tar.bz2")) | ||
| 3644 | (sha256 | ||
| 3645 | (base32 "1dznxg5shdrn818j4wm6p98n6jik5xd3b5sdinzzp8x9f0pwwrrl")))) | ||
| 3646 | (build-system font-build-system) | ||
| 3647 | (arguments | ||
| 3648 | (list | ||
| 3649 | #:phases | ||
| 3650 | #~(modify-phases %standard-phases | ||
| 3651 | (replace 'install-license-files | ||
| 3652 | (lambda _ | ||
| 3653 | (let ((doc-dir (string-append #$output "/share/doc/" | ||
| 3654 | #$name "-" #$version))) | ||
| 3655 | (mkdir-p doc-dir) | ||
| 3656 | (invoke "iconv" "-f" "EUC-JP" "-t" "UTF-8" "README" | ||
| 3657 | "-o" (string-append doc-dir "/README")))))))) | ||
| 3658 | (native-inputs (list glibc)) | ||
| 3659 | (home-page (string-append | ||
| 3660 | "https://web.archive.org/web/20190601135410/" | ||
| 3661 | "http://wiki.fdiary.net/font/?sazanami")) | ||
| 3662 | (synopsis "Japanese TrueType fonts") | ||
| 3663 | (description | ||
| 3664 | "This package provides the Sazanami font, a Japanese font created by | ||
| 3665 | combining a font automatically generated by CLWFK, a derivative of the Wada | ||
| 3666 | Laboratory Font Kit, with an existing free bitmap font.") | ||
| 3667 | (license (license:non-copyleft "file://README")))) | ||
| 3668 | |||
| 3632 | (define-public font-catamaran | 3669 | (define-public font-catamaran |
| 3633 | (let ((commit "7559b4906f9c9148fb22c6f89508c3053a78a296") | 3670 | (let ((commit "7559b4906f9c9148fb22c6f89508c3053a78a296") |
| 3634 | (revision "1")) | 3671 | (revision "1")) |
