[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
340/458: gnu: texlive-cm-super: Refresh package definition.
From: |
guix-commits |
Subject: |
340/458: gnu: texlive-cm-super: 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 eb92c4535e816d36d4324631f82e355dbf0d374c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 00:16:33 2023 +0200
gnu: texlive-cm-super: Refresh package definition.
* gnu/packages/tex.scm (texlive-cm-super): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 50 ++++++++++++++++++++++++--------------------------
1 file changed, 24 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 27ab737496..55e0667a35 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1276,36 +1276,34 @@ provided for use with TeX.")
(license license:gpl2+)))
(define-public texlive-cm-super
- (let ((template (simple-texlive-package
- "texlive-cm-super"
- (list "/doc/fonts/cm-super/"
- "/dvips/cm-super/"
- "/fonts/afm/public/cm-super/"
- "/fonts/enc/dvips/cm-super/"
- "/fonts/map/dvips/cm-super/"
- "/fonts/map/vtex/cm-super/"
- "/fonts/type1/public/cm-super/"
- "/tex/latex/cm-super/")
- (base32
- "1k3afl0x0bqbr5mnawbnp7rr2126dwn0vwnxzibm9ggvzqilnkm6")
- #:trivial? #t)))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:phases phases)
- `(modify-phases ,phases
- (delete 'reset-gzip-timestamps)))))
- (home-page "https://www.ctan.org/pkg/cm-super")
- (synopsis "Computer Modern Super family of fonts")
- (description "The CM-Super family provides Adobe Type 1 fonts that
replace
-the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded Concrete,
+ (package
+ (name "texlive-cm-super")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cm-super/"
+ "dvips/cm-super/"
+ "fonts/afm/public/cm-super/"
+ "fonts/enc/dvips/cm-super/"
+ "fonts/map/dvips/cm-super/"
+ "fonts/map/vtex/cm-super/"
+ "fonts/type1/public/cm-super/"
+ "tex/latex/cm-super/")
+ (base32
+ "1k3afl0x0bqbr5mnawbnp7rr2126dwn0vwnxzibm9ggvzqilnkm6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cm-super")
+ (synopsis "Computer Modern Super family of fonts")
+ (description
+ "The CM-Super family provides Adobe Type 1 fonts that replace the
+T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded Concrete,
T1/TS1-encoded CM bright and LH Cyrillic fonts (thus supporting all European
languages except Greek), and bringing many ameliorations in typesetting
quality. The fonts exhibit the same metrics as the METAFONT-encoded
originals.")
- ;; With font exception
- (license license:gpl2+))))
+ ;; With font exception
+ (license license:gpl2+)))
(define-deprecated-package texlive-fonts-cm-super texlive-cm-super)
- 307/458: gnu: texlive-pstool: Refresh package definition., (continued)
- 307/458: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/14
- 313/458: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/14
- 311/458: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/14
- 316/458: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/14
- 312/458: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/14
- 317/458: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/14
- 319/458: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/06/14
- 325/458: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/14
- 337/458: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/14
- 339/458: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/14
- 340/458: gnu: texlive-cm-super: Refresh package definition.,
guix-commits <=
- 342/458: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/14
- 354/458: gnu: Add texlive-mptopdf., guix-commits, 2023/06/14
- 150/458: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/14
- 151/458: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/14
- 152/458: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/14
- 155/458: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/14
- 156/458: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/14
- 164/458: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/14
- 165/458: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/14
- 167/458: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/14