[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
196/452: gnu: texlive-symbol: Refresh package definition.
From: |
guix-commits |
Subject: |
196/452: gnu: texlive-symbol: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2b1a68c0bf116a310181a2935417098b5d6b272b
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 4f2b13079f..e018b8453f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11003,24 +11003,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
- 445/452: gnu: Add texlive-mfnfss., (continued)
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09
- 183/452: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/09
- 165/452: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/09
- 187/452: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/09
- 192/452: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/09
- 196/452: gnu: texlive-symbol: Refresh package definition.,
guix-commits <=
- 203/452: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/09
- 201/452: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/09
- 204/452: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/09
- 212/452: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/09
- 214/452: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/09
- 216/452: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/09
- 217/452: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/09
- 222/452: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/09
- 220/452: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/06/09
- 227/452: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/06/09