[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
196/409: gnu: texlive-symbol: Refresh package definition.
From: |
guix-commits |
Subject: |
196/409: gnu: texlive-symbol: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:46 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ffe17047f492d6ec68ce5437003b509e4dad8444
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:28:58 2023 +0200
gnu: texlive-symbol: Refresh package definition.
* gnu/packages/tex.scm (texlive-symbol): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 43 +++++++++++++++++++++++++++----------------
1 file changed, 27 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bb92881fda..d99e3edc18 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11011,24 +11011,35 @@ included in the bundle.")
(define-public texlive-symbol
(package
- (inherit (simple-texlive-package
- "texlive-symbol"
- (list "/dvips/symbol/"
- "/fonts/afm/adobe/symbol/"
- "/fonts/afm/urw/symbol/"
- "/fonts/tfm/adobe/symbol/"
- "/fonts/tfm/urw35vf/symbol/"
- "/fonts/type1/urw/symbol/"
- "/fonts/map/dvips/symbol/"
- "/tex/latex/symbol/")
- (base32
- "01xiygb88xwi7rfvh1zrlxzi5pqb5fvylws5zzszg379iz4pyzwj")
- #:trivial? #t))
+ (name "texlive-symbol")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "dvips/symbol/"
+ "fonts/afm/adobe/symbol/"
+ "fonts/afm/urw/symbol/"
+ "fonts/map/dvips/symbol/"
+ "fonts/tfm/adobe/symbol/"
+ "fonts/tfm/monotype/symbol/"
+ "fonts/tfm/urw35vf/symbol/"
+ "fonts/type1/urw/symbol/"
+ "tex/latex/symbol/")
+ (base32
+ "1pdkpr86bhia5hcmf7q3nhvklnsga4mqqrrirgl8a7al7x6q3ivs")))
+ (build-system texlive-build-system)
(home-page "https://ctan.org/pkg/urw-base35")
(synopsis "URW Base 35 font pack for LaTeX")
- (description "This package provides a drop-in replacement for the
-Symbol font from Adobe's basic set.")
- (license license:gpl2)))
+ (description
+ "This package provides a set of fonts for use as drop-in replacements for
+Adobe's basic set, comprising: Century Schoolbook (substituting for Adobe's
+New Century Schoolbook); Dingbats (substituting for Adobe's Zapf Dingbats);
+Nimbus Mono L (substituting for Abobe's Courier); Nimbus Roman No9
+L (substituting for Adobe's Times); Nimbus Sans L (substituting for Adobe's
+Helvetica); Standard Symbols L (substituting for Adobe's Symbol); URW Bookman;
+URW Chancery L Medium Italic (substituting for Adobe's Zapf Chancery); URW
+Gothic L Book (substituting for Adobe's Avant Garde); and URW Palladio
+L (substituting for Adobe's Palatino).")
+ (license license:gpl3+)))
(define-public texlive-mathpazo
(package
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., (continued)
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20
- 97/409: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/20
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/20
- 148/409: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/20
- 155/409: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/20
- 162/409: gnu: Add texlive-selinput., guix-commits, 2023/05/20
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20
- 137/409: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/20
- 196/409: gnu: texlive-symbol: Refresh package definition.,
guix-commits <=
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20
- 100/409: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/20
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/20