[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
330/458: gnu: texlive-helvetic: Refresh package definition.
From: |
guix-commits |
Subject: |
330/458: gnu: texlive-helvetic: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:10 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 00f101e09d50fb9f7969b7aba76f549e542daa01
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 30477e8fa6..1df426c652 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+)))
- 278/458: gnu: texlive-epstopdf-pkg: Refresh package definition., (continued)
- 278/458: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/06/14
- 302/458: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/14
- 287/458: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/14
- 280/458: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/06/14
- 310/458: gnu: Add texlive-cmexb., guix-commits, 2023/06/14
- 290/458: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/14
- 299/458: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/14
- 324/458: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/14
- 321/458: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/14
- 322/458: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/06/14
- 330/458: gnu: texlive-helvetic: Refresh package definition.,
guix-commits <=
- 366/458: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 352/458: gnu: Add texlive-manfnt., guix-commits, 2023/06/14
- 373/458: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 379/458: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 365/458: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 362/458: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 355/458: gnu: Add texlive-luatex., guix-commits, 2023/06/14
- 386/458: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 397/458: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/14
- 393/458: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/14