[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/233: gnu: Add font-sil-ezra.
From: |
guix-commits |
Subject: |
87/233: gnu: Add font-sil-ezra. |
Date: |
Sun, 24 Apr 2022 23:39:47 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 62e2d69a3da5f7bd381f0b40732edcc8bce4fd4e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 9 00:16:45 2022 -0400
gnu: Add font-sil-ezra.
* gnu/packages/fonts.scm (font-sil-ezra): New variable.
---
gnu/packages/fonts.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 065153e6cf..f201e3eab4 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2041,6 +2041,28 @@ displays (7SEG, 14SEG). DSEG includes the roman
alphabet and symbol glyphs.
This package provides the TrueType fonts.")
(license license:silofl1.1)))
+(define-public font-sil-ezra
+ (package
+ (name "font-sil-ezra")
+ (version "2.51")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://software.sil.org/downloads/r/ezra/EzraSIL-"
+ version ".zip"))
+ (sha256
+ (base32
+ "1h8cfrvjdwxk963bw359jdg86bycwyyhvviqy6lwcfj7qhzcnszi"))))
+ (build-system font-build-system)
+ (home-page "https://software.sil.org/ezra/")
+ (synopsis "Biblia Hebraica Stuttgartensia (BHS) typography inspired
typeface")
+ (description "Ezra SIL is a typeface fashioned after the square letter
+forms of the typography of the Biblia Hebraica Stuttgartensia (BHS), a
+beautiful Old Testament volume familiar to Biblical Hebrew scholars. This
+font package provides @code{Ezra SIL} as well as @code{Ezra SIL SR}, which has
+a different style of marking.")
+ (license license:expat)))
+
(define-public font-jetbrains-mono
(package
(name "font-jetbrains-mono")
- 66/233: gnu: Add python-xdoctest., (continued)
- 66/233: gnu: Add python-xdoctest., guix-commits, 2022/04/24
- 67/233: gnu: Add python-ubelt., guix-commits, 2022/04/24
- 68/233: gnu: python-setuptools: Update to 62.0.0., guix-commits, 2022/04/24
- 70/233: gnu: python-pytest-shutil: Adjust to use python-path., guix-commits, 2022/04/24
- 73/233: gnu: python-jupyter-packaging: Update to 0.12.0, run test suite., guix-commits, 2022/04/24
- 76/233: gnu: Add java-antlr4-runtime-cpp., guix-commits, 2022/04/24
- 77/233: gnu: Add python-fonttools-next., guix-commits, 2022/04/24
- 79/233: gnu: Add python-cffsubr., guix-commits, 2022/04/24
- 83/233: gnu: Add python-compreffor., guix-commits, 2022/04/24
- 85/233: gnu: Add python-sfdlib., guix-commits, 2022/04/24
- 87/233: gnu: Add font-sil-ezra.,
guix-commits <=
- 86/233: gnu: Add font-amiri., guix-commits, 2022/04/24
- 88/233: gnu: Add texlive-bidi., guix-commits, 2022/04/24
- 89/233: gnu: Add font-gfs-ambrosia., guix-commits, 2022/04/24
- 92/233: gnu: Add python-untangle., guix-commits, 2022/04/24
- 93/233: gnu: python-black: Update to 22.3.0., guix-commits, 2022/04/24
- 95/233: gnu: python-trio: Update to 0.20.0., guix-commits, 2022/04/24
- 96/233: gnu: Add python-pydevd., guix-commits, 2022/04/24
- 97/233: gnu: Add python-debugpy., guix-commits, 2022/04/24
- 98/233: gnu: python-greenlet: Update to 1.1.2., guix-commits, 2022/04/24
- 134/233: gnu: Add python-strict-rfc3339., guix-commits, 2022/04/24