[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
340/435: gnu: texlive-cm-super: Refresh package definition.
From: |
guix-commits |
Subject: |
340/435: gnu: texlive-cm-super: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2732a131f77795e5f0686ba4b0f81c2007a341c6
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 9d5601819f..bd554a38c0 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)
- 306/435: gnu: texlive-seminar: Refresh package definition., (continued)
- 306/435: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/06
- 307/435: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/06
- 308/435: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/06
- 313/435: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/06
- 311/435: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/06
- 317/435: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/06
- 318/435: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/06
- 333/435: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/06
- 336/435: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/06
- 338/435: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/06
- 340/435: gnu: texlive-cm-super: Refresh package definition.,
guix-commits <=
- 341/435: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/06
- 348/435: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/06
- 369/435: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 365/435: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 364/435: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 370/435: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 385/435: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 389/435: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/06/06
- 397/435: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/06
- 399/435: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/06