From: guix-patches--- via <guix-patches@gnu.org>
To: 56705@debbugs.gnu.org
Cc: "Nguyễn Gia Phong" <mcsinyx@disroot.org>
Subject: [bug#56705] [PATCH v2] gnu: Add font-latin-modern.
Date: Wed, 3 Aug 2022 10:22:39 +0900 [thread overview]
Message-ID: <20220803012239.23378-1-mcsinyx@disroot.org> (raw)
In-Reply-To: <20220722113554.3896-1-mcsinyx@disroot.org>
* 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@gmail.com>
;;; Copyright © 2021 Liliana Marie Prikler <liliana.prikler@gmail.com>
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
+;;; Copyright © 2022 Nguyễn Gia Phong <mcsinyx@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
next prev parent reply other threads:[~2022-08-03 1:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-22 11:35 [bug#56705] [PATCH] gnu: Add font-latin-modern guix-patches--- via
2022-08-03 1:22 ` guix-patches--- via [this message]
2022-08-18 6:06 ` [bug#56705] [PATCH v2] " guix-patches--- via
2022-08-18 20:56 ` bug#56705: [PATCH] " Ricardo Wurmus
2022-08-19 4:44 ` [bug#56705] [PATCH v2] " guix-patches--- via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220803012239.23378-1-mcsinyx@disroot.org \
--to=guix-patches@gnu.org \
--cc=56705@debbugs.gnu.org \
--cc=mcsinyx@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.