[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
302/421: gnu: texlive-palatino: Refresh package definition.
From: |
guix-commits |
Subject: |
302/421: gnu: texlive-palatino: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8f5fac30e37aeaecbf0ee691f3a41eb31bfaf74c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 15:19:26 2023 +0200
gnu: texlive-palatino: Refresh package definition.
* gnu/packages/tex.scm (texlive-palatino): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7d6a32d9d5..fff1cbef48 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7416,22 +7416,23 @@ Adobe's basic set.")
(define-public texlive-palatino
(package
- (inherit (simple-texlive-package
- "texlive-palatino"
- (list "/dvips/palatino/"
- "/fonts/afm/adobe/palatino/"
- "/fonts/afm/urw/palatino/"
- "/fonts/tfm/adobe/palatino/"
- "/fonts/tfm/urw35vf/palatino/"
- "/fonts/type1/urw/palatino/"
- "/fonts/vf/adobe/palatino/"
- "/fonts/vf/urw35vf/palatino/"
-
- "/fonts/map/dvips/palatino/"
- "/tex/latex/palatino/")
- (base32
- "12jc0av7v99857jigmva47qaxyllhpzsnqis10n0qya2kz44xf22")
- #:trivial? #t))
+ (name "texlive-palatino")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "dvips/palatino/"
+ "fonts/afm/adobe/palatino/"
+ "fonts/afm/urw/palatino/"
+ "fonts/map/dvips/palatino/"
+ "fonts/tfm/adobe/palatino/"
+ "fonts/tfm/urw35vf/palatino/"
+ "fonts/type1/urw/palatino/"
+ "fonts/vf/adobe/palatino/"
+ "fonts/vf/urw35vf/palatino/"
+ "tex/latex/palatino/")
+ (base32
+ "12jc0av7v99857jigmva47qaxyllhpzsnqis10n0qya2kz44xf22")))
+ (build-system texlive-build-system)
(home-page "https://ctan.org/pkg/urw-base35")
(synopsis "URW Base 35 font pack for LaTeX")
(description
- 395/421: guix: texlive-build-system: Generate font metrics., (continued)
- 395/421: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/28
- 408/421: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/28
- 406/421: gnu: texlive-tipa: Fix build., guix-commits, 2023/05/28
- 412/421: gnu: texlive-xypic: Fix build., guix-commits, 2023/05/28
- 392/421: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 210/421: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/05/28
- 211/421: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/28
- 253/421: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/28
- 281/421: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/05/28
- 298/421: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/05/28
- 302/421: gnu: texlive-palatino: Refresh package definition.,
guix-commits <=
- 309/421: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/28
- 312/421: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/28
- 316/421: gnu: Add texlive-cmexb., guix-commits, 2023/05/28
- 338/421: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/28
- 337/421: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/05/28
- 339/421: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/05/28
- 359/421: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/28
- 361/421: gnu: Add texlive-luatex., guix-commits, 2023/05/28
- 372/421: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 376/421: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28