Archived
1
0
Fork 0

gnu: texlive-cm-super: Refresh package definition.

* gnu/packages/tex.scm (texlive-cm-super): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-17 00:16:33 +02:00
parent c630edbefe
commit 1f26a78e16
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1276,36 +1276,34 @@ provided for use with TeX.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public texlive-cm-super (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 (package
(inherit template) (name "texlive-cm-super")
(arguments (version (number->string %texlive-revision))
(substitute-keyword-arguments (package-arguments template) (source (texlive-origin
((#:phases phases) name version
`(modify-phases ,phases (list "doc/fonts/cm-super/"
(delete 'reset-gzip-timestamps))))) "dvips/cm-super/"
(home-page "https://www.ctan.org/pkg/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") (synopsis "Computer Modern Super family of fonts")
(description "The CM-Super family provides Adobe Type 1 fonts that replace (description
the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded Concrete, "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 T1/TS1-encoded CM bright and LH Cyrillic fonts (thus supporting all European
languages except Greek), and bringing many ameliorations in typesetting languages except Greek), and bringing many ameliorations in typesetting
quality. The fonts exhibit the same metrics as the METAFONT-encoded quality. The fonts exhibit the same metrics as the METAFONT-encoded
originals.") originals.")
;; With font exception ;; With font exception
(license license:gpl2+)))) (license license:gpl2+)))
(define-deprecated-package texlive-fonts-cm-super texlive-cm-super) (define-deprecated-package texlive-fonts-cm-super texlive-cm-super)