[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
341/458: gnu: texlive-cm-lgc: Refresh package definition.
From: |
guix-commits |
Subject: |
341/458: gnu: texlive-cm-lgc: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:11 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 70b825b0a7dc23ba728c97bb1ab228efcdc56a11
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 00:18:18 2023 +0200
gnu: texlive-cm-lgc: Refresh package definition.
* gnu/packages/tex.scm (texlive-cm-lgc): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 49 +++++++++++++++++++++++++++++--------------------
1 file changed, 29 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 55e0667a35..2a77201f29 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1252,27 +1252,36 @@ display, and mathematical fonts in a range of styles,
based on Monotype Modern
(define-public texlive-cm-lgc
(package
- (inherit (simple-texlive-package
- "texlive-cm-lgc"
- (list "/doc/fonts/cm-lgc/"
- "/fonts/afm/public/cm-lgc/"
- "/fonts/type1/public/cm-lgc/"
- "/fonts/vf/public/cm-lgc/"
- "/tex/latex/cm-lgc/")
- (base32
- "0rm7wgyb07y8h6vbvc2xzsqnxy322d4j9ly2p67z84b81c8i3zpc")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/cm-lgc")
+ (name "texlive-cm-lgc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cm-lgc/"
+ "fonts/afm/public/cm-lgc/"
+ "fonts/enc/dvips/cm-lgc/"
+ "fonts/map/dvips/cm-lgc/"
+ "fonts/ofm/public/cm-lgc/"
+ "fonts/ovf/public/cm-lgc/"
+ "fonts/tfm/public/cm-lgc/"
+ "fonts/type1/public/cm-lgc/"
+ "fonts/vf/public/cm-lgc/"
+ "tex/latex/cm-lgc/")
+ (base32
+ "1nj3gp0kpzlqkm22lj2ym9c95xw323xc5z91gsyv8xs716868gp2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cm-lgc")
(synopsis "Type 1 CM-based fonts for Latin, Greek and Cyrillic")
- (description "The fonts are converted from Metafont sources of the
-Computer Modern font families, using @command{textrace}. Supported encodings
-are: T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The package also
-includes Unicode virtual fonts for use with Omega. The font set is not a
-replacement for any of the other Computer Modern-based font sets (for example,
-cm-super for Latin and Cyrillic, or cbgreek for Greek), since it is available
-at a single size only; it offers a compact set for @i{general} working. The
-fonts themselves are encoded to external standards, and virtual fonts are
-provided for use with TeX.")
+ (description
+ "The fonts are converted from METAFONT sources of the Computer Modern
+font families, using @command{textrace}. Supported encodings are: T1 (Latin),
+T2A (Cyrillic), LGR (Greek) and TS1. The package also includes Unicode
+virtual fonts for use with Omega. The font set is not a replacement for any
+of the other Computer Modern-based font sets (for example, cm-super for Latin
+and Cyrillic, or cbgreek for Greek), since it is available at a single size
+only; it offers a compact set for general working. The fonts themselves are
+encoded to external standards, and virtual fonts are provided for use with
+TeX.")
(license license:gpl2+)))
(define-public texlive-cm-super
- 148/458: gnu: texlive-physics: Refresh package definition., (continued)
- 148/458: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/14
- 178/458: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/14
- 215/458: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/14
- 237/458: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/14
- 243/458: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/14
- 249/458: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/14
- 262/458: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/14
- 266/458: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/06/14
- 267/458: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/14
- 333/458: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/14
- 341/458: gnu: texlive-cm-lgc: Refresh package definition.,
guix-commits <=
- 368/458: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 377/458: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 348/458: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/14
- 344/458: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/14
- 359/458: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 360/458: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/14
- 383/458: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 367/458: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 400/458: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/14
- 414/458: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/14