[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
189/409: gnu: texlive-fourier: Refresh package definition.
From: |
guix-commits |
Subject: |
189/409: gnu: texlive-fourier: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b545812d42009a997565ed37fa3917bcaeda9a78
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
- 123/409: gnu: texlive-tex-plain -> texlive-plain., (continued)
- 123/409: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/20
- 125/409: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/20
- 130/409: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/20
- 134/409: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/20
- 139/409: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/20
- 151/409: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/20
- 166/409: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/20
- 172/409: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/05/20
- 183/409: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/20
- 185/409: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/20
- 189/409: gnu: texlive-fourier: Refresh package definition.,
guix-commits <=
- 191/409: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/20
- 193/409: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/05/20
- 198/409: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/20
- 202/409: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/20
- 215/409: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/20
- 219/409: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/20
- 223/409: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/20
- 225/409: gnu: Add texlive-xmltexconfig., guix-commits, 2023/05/20
- 269/409: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/20
- 273/409: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/20