[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
189/435: gnu: texlive-fourier: Refresh package definition.
From: |
guix-commits |
Subject: |
189/435: gnu: texlive-fourier: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:41 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a45a0f2a5e7255fe2dd0c50145fd74cda6b4d9bb
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 5e3f6c1111..79fe12fb3e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11173,27 +11173,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
- 144/435: gnu: texlive-xstring: Refresh package definition., (continued)
- 144/435: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/06/06
- 142/435: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/06
- 147/435: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/06
- 148/435: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/06
- 151/435: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/06
- 155/435: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/06
- 156/435: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/06
- 160/435: gnu: Add texlive-lipsum., guix-commits, 2023/06/06
- 152/435: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/06
- 162/435: gnu: Add texlive-selinput., guix-commits, 2023/06/06
- 189/435: gnu: texlive-fourier: Refresh package definition.,
guix-commits <=
- 93/435: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/06
- 111/435: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/06
- 117/435: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/06
- 127/435: gnu: Add texlive-newverbs., guix-commits, 2023/06/06
- 120/435: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/06
- 136/435: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/06
- 74/435: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/06
- 79/435: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/06
- 176/435: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/06
- 178/435: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/06