[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
189/458: gnu: texlive-fourier: Refresh package definition.
From: |
guix-commits |
Subject: |
189/458: gnu: texlive-fourier: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 987ceb28b11a27ddc83655bb7c7bab84d53ed27e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:01:31 2023 +0200
gnu: texlive-fourier: Refresh package definition.
* gnu/packages/tex.scm (texlive-fourier): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 49 ++++++++++++++++++++++++++++---------------------
1 file changed, 28 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9ec562dfd9..0bff6033b0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11165,27 +11165,34 @@ a repackaging, for use with TeX, of the Bitstream
Vera family.")
(define-public texlive-fourier
(package
- (inherit (simple-texlive-package
- "texlive-fourier"
- (list "/doc/fonts/fourier/"
- "/fonts/afm/public/fourier/"
- "/fonts/map/dvips/fourier/"
- "/fonts/tfm/public/fourier/"
- "/fonts/type1/public/fourier/"
- "/fonts/vf/public/fourier/"
- "/tex/latex/fourier/")
- (base32
- "04d575nd4yvl58g9dfab9mrjxiv4792bdkz4bjvlkx6x257vlfzn")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/fourier")
- (synopsis "Utopia fonts for LaTeX documents")
- (description "Fourier-GUTenberg is a LaTeX typesetting system
-which uses Adobe Utopia as its standard base font. Fourier-GUTenberg
-provides all complementary typefaces needed to allow Utopia based TeX
-typesetting including an extensive mathematics set and several other
-symbols. The system is absolutely stand-alone; apart from Utopia and
-Fourier no other typefaces are required. Utopia is a registered
-trademark of Adobe Systems Incorporated.")
+ (name "texlive-fourier")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fourier/"
+ "fonts/afm/public/fourier/"
+ "fonts/map/dvips/fourier/"
+ "fonts/opentype/public/fourier/"
+ "fonts/tfm/public/fourier/"
+ "fonts/type1/public/fourier/"
+ "fonts/vf/public/fourier/"
+ "tex/latex/fourier/")
+ (base32
+ "038h02n02fii0kv021d5z8ic2p0mqnjzwxdbvcfym4gkcw345fxk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-fontspec
+ texlive-iftex))
+ (home-page "https://ctan.org/pkg/fourier")
+ (synopsis "Using Utopia fonts for LaTeX documents")
+ (description
+ "Fourier-GUTenberg is a LaTeX typesetting system which uses Adobe Utopia
+as its standard base font. Fourier-GUTenberg provides all complementary
+typefaces needed to allow Utopia based TeX typesetting, including an extensive
+mathematics set and several other symbols. The system is absolutely
+stand-alone: apart from Utopia and Fourier, no other typefaces are required.
+Utopia is a registered trademark of Adobe Systems Incorporated")
(license license:lppl)))
(define-public texlive-utopia
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 353/458: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/14
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 396/458: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/14
- 405/458: gnu: texlive-lh: Fix build., guix-commits, 2023/06/14
- 435/458: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/14
- 442/458: gnu: Add texlive-babelbib., guix-commits, 2023/06/14
- 437/458: gnu: Add texlive-luahbtex., guix-commits, 2023/06/14
- 443/458: gnu: Add texlive-fix2col., guix-commits, 2023/06/14
- 450/458: gnu: Add texlive-collection-latex., guix-commits, 2023/06/14
- 189/458: gnu: texlive-fourier: Refresh package definition.,
guix-commits <=
- 143/458: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/14
- 154/458: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/14
- 247/458: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/14
- 254/458: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/14
- 258/458: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/14
- 261/458: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/14
- 270/458: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/14
- 274/458: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/06/14
- 285/458: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/14
- 298/458: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/14