GNU bug report logs -
#56705
[PATCH] gnu: Add font-latin-modern.
Previous Next
Reported by: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
Date: Fri, 22 Jul 2022 15:18:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 56705 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-latin-modern): New variable.
---
This time with secure links.
gnu/packages/fonts.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index a381f061af94..59116eccff55 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -50,6 +50,7 @@
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2021 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27 <at> gmail.com>
+;;; Copyright © 2022 Nguyễn Gia Phong <mcsinyx <at> disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -731,6 +732,23 @@ (define-public font-tex-gyre
Heros, Pagella, Schola, Termes.")
(license license:gfl1.0)))
+(define-public font-latin-modern
+ (package
+ (name "font-latin-modern")
+ (version "2.004")
+ (source
+ (origin
+ (method url-fetch/zipbomb)
+ (uri (string-append "https://www.gust.org.pl/projects/e-foundry/"
+ "latin-modern/download/lm" version "otf.zip"))
+ (sha256
+ (base32 "06qnvd6kh07gy2197vx3nmskhiqhp7ip9cpi2rkbwa1p3l2kc0jv"))))
+ (build-system font-build-system)
+ (home-page "https://www.gust.org.pl/projects/e-foundry/latin-modern")
+ (synopsis "OpenType fonts based on Computer Modern")
+ (description "The Latin Modern fonts are a set of scalable fonts based on the PostScript Type 1 version of the Computer Modern fonts and contain many additional characters (mostly accented ones). This package provides the OpenType variant of these fonts.")
+ (license license:gfl1.0)))
+
(define-public font-amiri
(package
(name "font-amiri")
--
2.37.1
This bug report was last modified 2 years and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.