diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-03-25 20:32:21 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-27 16:42:00 +0900 |
| commit | 47deb7a819a82d98d96a40f3a9641692a72fd310 (patch) | |
| tree | ce04e6bb4b929f28d13af51119f9a3831169ea04 /gnu | |
| parent | 3cb2f74b0dc7e5651bc767bd4b6ad6fa196f33eb (diff) | |
gnu: Add font-medieval-sharp.
* gnu/packages/fonts.scm (font-medieval-sharp): New variable.
Change-Id: Icfd91104d0f5d66d8db4fa084463c76484bb3a7f
Merges: https://codeberg.org/guix/guix/pulls/7479
Reviewed-by: moksh <mysticmoksh@riseup.net>
Reviewed-by: kestrel <kestrel.w@proton.me>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fonts.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 8bd289d1a73..673a35fad04 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm | |||
| @@ -74,6 +74,7 @@ | |||
| 74 | ;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu> | 74 | ;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu> |
| 75 | ;;; Copyright © 2026 Joan Vilardaga Castro <codeberg-hn80@joanvc.cat> | 75 | ;;; Copyright © 2026 Joan Vilardaga Castro <codeberg-hn80@joanvc.cat> |
| 76 | ;;; Copyright © 2026 Sughosha <sughosha@disroot.org> | 76 | ;;; Copyright © 2026 Sughosha <sughosha@disroot.org> |
| 77 | ;;; Copyright © 2026 bdunahu <bdunahu@operationnull.com> | ||
| 77 | ;;; | 78 | ;;; |
| 78 | ;;; This file is part of GNU Guix. | 79 | ;;; This file is part of GNU Guix. |
| 79 | ;;; | 80 | ;;; |
| @@ -2817,6 +2818,32 @@ family.") | |||
| 2817 | (define-deprecated-package font-adobe-source-serif-pro | 2818 | (define-deprecated-package font-adobe-source-serif-pro |
| 2818 | font-adobe-source-serif) | 2819 | font-adobe-source-serif) |
| 2819 | 2820 | ||
| 2821 | (define-public font-medieval-sharp | ||
| 2822 | ;; No releases, use newest commit. | ||
| 2823 | (let ((commit "ee7510b6b13854fd340e7d2e44c218780f672cd1") | ||
| 2824 | (revision "1")) | ||
| 2825 | (package | ||
| 2826 | (name "font-medieval-sharp") | ||
| 2827 | ;; From FONTLOG.txt. | ||
| 2828 | (version (git-version "3.1.0" revision commit)) | ||
| 2829 | (source | ||
| 2830 | (origin | ||
| 2831 | (method git-fetch) | ||
| 2832 | (uri (git-reference | ||
| 2833 | (url "https://github.com/wmk69/Medieval-Sharp") | ||
| 2834 | (commit commit))) | ||
| 2835 | (file-name (git-file-name name version)) | ||
| 2836 | (sha256 | ||
| 2837 | (base32 | ||
| 2838 | "1r300591pra4nxpm5kppl5q3ihsp01wk2zh24f9pvv0jgf1ik87x")))) | ||
| 2839 | (build-system font-build-system) | ||
| 2840 | (home-page "https://github.com/wmk69/Medieval-Sharp") | ||
| 2841 | (synopsis "Font based on gothic letters") | ||
| 2842 | (description | ||
| 2843 | "Medieval Sharp is a font created for inscriptions on stone, based on | ||
| 2844 | gothic letters.") | ||
| 2845 | (license license:silofl1.1)))) | ||
| 2846 | |||
| 2820 | (define-public font-microsoft-cascadia | 2847 | (define-public font-microsoft-cascadia |
| 2821 | (package | 2848 | (package |
| 2822 | (name "font-microsoft-cascadia") | 2849 | (name "font-microsoft-cascadia") |
