[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/421: gnu: texlive-zapfding: Refresh package definition.
From: |
guix-commits |
Subject: |
301/421: gnu: texlive-zapfding: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e9c0463b2f059a2b6a8c439c6acac2b8f950bbcb
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 7bef977c3a..7d6a32d9d5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7444,19 +7444,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
- 271/421: gnu: texlive-kvsetkeys: Refresh package definition., (continued)
- 271/421: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/28
- 273/421: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/28
- 277/421: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/28
- 279/421: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/28
- 283/421: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/05/28
- 287/421: gnu: Add texlive-hopatch., guix-commits, 2023/05/28
- 304/421: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/28
- 305/421: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/28
- 306/421: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/28
- 313/421: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/28
- 301/421: gnu: texlive-zapfding: Refresh package definition.,
guix-commits <=
- 315/421: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/05/28
- 346/421: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/28
- 353/421: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/28
- 371/421: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 377/421: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 402/421: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/05/28
- 379/421: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 414/421: gnu: Add texlive-semaphor., guix-commits, 2023/05/28
- 390/421: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 409/421: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/28