[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
337/418: gnu: texlive-lm: Refresh package definition.
From: |
guix-commits |
Subject: |
337/418: gnu: texlive-lm: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:37 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9ab0035e4f3041fb8ea5491f9a27878d9526d458
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 00:10:47 2023 +0200
gnu: texlive-lm: Refresh package definition.
* gnu/packages/tex.scm (texlive-lm): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[home-page]: Update URL.
---
gnu/packages/tex.scm | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5ef325a9b3..497aa6208f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1398,21 +1398,24 @@ in LuaTeX. It is required by the @code{luatexbase}
package which uses
(define-public texlive-lm
(package
- (inherit (simple-texlive-package
- "texlive-lm"
- (list "/doc/fonts/lm/"
- "/fonts/afm/public/lm/"
- "/fonts/enc/dvips/lm/"
- "/fonts/map/dvipdfm/lm/"
- "/fonts/map/dvips/lm/"
- "/fonts/opentype/public/lm/"
- "/fonts/tfm/public/lm/"
- "/fonts/type1/public/lm/"
- "/tex/latex/lm/")
- (base32
- "0yyk0dr4yms82mwy4dc03zf5igyhgcb65icdah042rk23rlpxygv")
- #:trivial? #t))
- (home-page "https://www.gust.org.pl/projects/e-foundry/latin-modern/")
+ (name "texlive-lm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/lm/"
+ "fonts/afm/public/lm/"
+ "fonts/enc/dvips/lm/"
+ "fonts/map/dvipdfm/lm/"
+ "fonts/map/dvips/lm/"
+ "fonts/opentype/public/lm/"
+ "fonts/tfm/public/lm/"
+ "fonts/type1/public/lm/"
+ "tex/latex/lm/")
+ (base32
+ "0yyk0dr4yms82mwy4dc03zf5igyhgcb65icdah042rk23rlpxygv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lm")
(synopsis "Latin Modern family of fonts")
(description "The Latin Modern fonts are derived from the famous Computer
Modern fonts designed by Donald E. Knuth and described in Volume E of his
- 320/418: gnu: texlive-glyphlist: Refresh package definition., (continued)
- 320/418: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/29
- 323/418: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/05/29
- 325/418: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/05/29
- 326/418: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/05/29
- 327/418: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/29
- 330/418: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/05/29
- 333/418: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/05/29
- 342/418: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/29
- 338/418: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/05/29
- 341/418: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/29
- 337/418: gnu: texlive-lm: Refresh package definition.,
guix-commits <=
- 345/418: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/29
- 347/418: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/29
- 351/418: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/29
- 348/418: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/29
- 352/418: gnu: Add texlive-manfnt., guix-commits, 2023/05/29
- 354/418: gnu: Add texlive-mptopdf., guix-commits, 2023/05/29
- 361/418: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/29
- 411/418: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/05/29
- 375/418: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 399/418: gnu: texlive-eurosym: Fix build., guix-commits, 2023/05/29