[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
193/418: gnu: texlive-fpl: Refresh package definition.
From: |
guix-commits |
Subject: |
193/418: gnu: texlive-fpl: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 80605130f411906b7426a07a7662be150cb3ed68
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:13:04 2023 +0200
gnu: texlive-fpl: Refresh package definition.
* gnu/packages/tex.scm (texlive-fpl): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 231772b73a..123a1b6c67 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11073,16 +11073,17 @@ for fixed point real numbers of high precision.")
(define-public texlive-fpl
(package
- (inherit (simple-texlive-package
- "texlive-fpl"
- (list "/doc/fonts/fpl/"
- "/source/fonts/fpl/"
- "/fonts/afm/public/fpl/"
- "/fonts/type1/public/fpl/")
- (base32
- "02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/fpl")
+ (name "texlive-fpl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fpl/" "fonts/afm/public/fpl/"
+ "fonts/type1/public/fpl/" "source/fonts/fpl/")
+ (base32
+ "02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fpl")
(synopsis "SC and OsF fonts for URW Palladio L")
(description "The FPL Fonts provide a set of SC/OsF fonts for URW
Palladio L which are compatible with the Palatino SC/OsF fonts from
- 372/418: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 372/418: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 377/418: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 416/418: gnu: faif: Update texlive package names., guix-commits, 2023/05/29
- 407/418: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/29
- 403/418: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/05/29
- 373/418: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 394/418: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/29
- 406/418: gnu: texlive-xypic: Fix build., guix-commits, 2023/05/29
- 383/418: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 401/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/29
- 193/418: gnu: texlive-fpl: Refresh package definition.,
guix-commits <=
- 207/418: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/29
- 200/418: gnu: texlive-units: Refresh package definition., guix-commits, 2023/05/29
- 224/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/29
- 402/418: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/29
- 418/418: gnu: texlive: Improve package style., guix-commits, 2023/05/29
- 368/418: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 395/418: gnu: texlive-ec: Fix build., guix-commits, 2023/05/29
- 415/418: gnu: Add texlive-mfware., guix-commits, 2023/05/29
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/29
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29