[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
330/418: gnu: texlive-helvetic: Refresh package definition.
From: |
guix-commits |
Subject: |
330/418: gnu: texlive-helvetic: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b4d12a101541e9f359b03a7d11b3d12c1ae614ec
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:40:24 2023 +0200
gnu: texlive-helvetic: Refresh package definition.
* gnu/packages/tex.scm (texlive-helvetic): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 41 ++++++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e1ef048196..9798d612a1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1973,27 +1973,30 @@ this useful when writing out arbitrary text to an
external file.")
(define-public texlive-helvetic
(package
- (inherit (simple-texlive-package
- "texlive-helvetic"
- (list "/dvips/helvetic/"
- "/fonts/afm/adobe/helvetic/"
- "/fonts/afm/urw/helvetic/"
- "/fonts/map/dvips/helvetic/"
- "/fonts/tfm/adobe/helvetic/"
- "/fonts/tfm/monotype/helvetic/"
- "/fonts/tfm/urw35vf/helvetic/"
- "/fonts/type1/urw/helvetic/"
- "/fonts/vf/adobe/helvetic/"
- "/fonts/vf/monotype/helvetic/"
- "/fonts/vf/urw35vf/helvetic/"
- "/tex/latex/helvetic/")
- (base32
- "0c3f1ly7y6404z0akbfbbfql13sz717v0n0g69qjpr69hi4n0nsl")
- #:trivial? #t))
+ (name "texlive-helvetic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "dvips/helvetic/"
+ "fonts/afm/adobe/helvetic/"
+ "fonts/afm/urw/helvetic/"
+ "fonts/map/dvips/helvetic/"
+ "fonts/tfm/adobe/helvetic/"
+ "fonts/tfm/monotype/helvetic/"
+ "fonts/tfm/urw35vf/helvetic/"
+ "fonts/type1/urw/helvetic/"
+ "fonts/vf/adobe/helvetic/"
+ "fonts/vf/monotype/helvetic/"
+ "fonts/vf/urw35vf/helvetic/"
+ "tex/latex/helvetic/")
+ (base32
+ "0c3f1ly7y6404z0akbfbbfql13sz717v0n0g69qjpr69hi4n0nsl")))
+ (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 replacements for the
Helvetica
-font from Adobe's basic set.")
+ (description
+ "This package provides a drop-in replacements for the Helvetica font from
+Adobe's basic set.")
;; No license version specified.
(license license:gpl3+)))
- 231/418: gnu: texlive-babel-french: Refresh package definition., (continued)
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/02
- 240/418: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/02
- 225/418: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/02
- 245/418: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/02
- 256/418: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/02
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/02
- 260/418: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/02
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/02
- 269/418: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/02
- 296/418: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/02
- 330/418: gnu: texlive-helvetic: Refresh package definition.,
guix-commits <=
- 324/418: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/02
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/02
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/02
- 318/418: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/02
- 334/418: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/02
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/02
- 357/418: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/02
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 337/418: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/02
- 360/418: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/02