[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
295/458: gnu: texlive-zapfding: Refresh package definition.
From: |
guix-commits |
Subject: |
295/458: gnu: texlive-zapfding: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:02 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 297996fcf719675fc3f1bfa247caa227bb9e604d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 15:18:04 2023 +0200
gnu: texlive-zapfding: Refresh package definition.
* gnu/packages/tex.scm (texlive-zapfding): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c7feb69454..74844724a8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7410,19 +7410,21 @@ Adobe's basic set.")
(define-public texlive-zapfding
(package
- (inherit (simple-texlive-package
- "texlive-zapfding"
- (list "/dvips/zapfding/"
- "/fonts/afm/adobe/zapfding/"
- "/fonts/afm/urw/zapfding/"
- "/fonts/tfm/adobe/zapfding/"
- "/fonts/tfm/urw35vf/zapfding/"
- "/fonts/type1/urw/zapfding/"
- "/fonts/map/dvips/zapfding/"
- "/tex/latex/zapfding/")
- (base32
- "17mls8wilz9api9ivsbcczpiqp1f39qy8wa6ajssi8zhnc5lq7zn")
- #:trivial? #t))
+ (name "texlive-zapfding")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "dvips/zapfding/"
+ "fonts/afm/adobe/zapfding/"
+ "fonts/afm/urw/zapfding/"
+ "fonts/map/dvips/zapfding/"
+ "fonts/tfm/adobe/zapfding/"
+ "fonts/tfm/urw35vf/zapfding/"
+ "fonts/type1/urw/zapfding/"
+ "tex/latex/zapfding/")
+ (base32
+ "17mls8wilz9api9ivsbcczpiqp1f39qy8wa6ajssi8zhnc5lq7zn")))
+ (build-system texlive-build-system)
(home-page "https://ctan.org/pkg/urw-base35")
(synopsis "URW Base 35 font pack for LaTeX")
(description
- 452/458: gnu: Add texlive-scheme-minimal., (continued)
- 452/458: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/14
- 453/458: gnu: Add texlive-aeguill., guix-commits, 2023/06/14
- 454/458: gnu: Install missing files for updmap in texlive-bin., guix-commits, 2023/06/14
- 170/458: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/14
- 347/458: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/14
- 384/458: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 375/458: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 361/458: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/14
- 374/458: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 194/458: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/14
- 295/458: gnu: texlive-zapfding: Refresh package definition.,
guix-commits <=
- 346/458: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/14
- 402/458: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/14
- 412/458: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/14
- 416/458: gnu: faif: Update texlive package names., guix-commits, 2023/06/14
- 424/458: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/14
- 425/458: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/14
- 426/458: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/14
- 439/458: gnu: Add texlive-makeindex., guix-commits, 2023/06/14
- 172/458: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/14
- 185/458: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/14