Archived
1
0
Fork 0

gnu: texlive-fourier: Refresh package definition.

* gnu/packages/tex.scm (texlive-fourier): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-15 19:01:31 +02:00
parent b4cd894d36
commit 00dec6039b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11165,27 +11165,34 @@ a repackaging, for use with TeX, of the Bitstream Vera family.")
(define-public texlive-fourier (define-public texlive-fourier
(package (package
(inherit (simple-texlive-package (name "texlive-fourier")
"texlive-fourier" (version (number->string %texlive-revision))
(list "/doc/fonts/fourier/" (source (texlive-origin
"/fonts/afm/public/fourier/" name version
"/fonts/map/dvips/fourier/" (list "doc/fonts/fourier/"
"/fonts/tfm/public/fourier/" "fonts/afm/public/fourier/"
"/fonts/type1/public/fourier/" "fonts/map/dvips/fourier/"
"/fonts/vf/public/fourier/" "fonts/opentype/public/fourier/"
"/tex/latex/fourier/") "fonts/tfm/public/fourier/"
"fonts/type1/public/fourier/"
"fonts/vf/public/fourier/"
"tex/latex/fourier/")
(base32 (base32
"04d575nd4yvl58g9dfab9mrjxiv4792bdkz4bjvlkx6x257vlfzn") "038h02n02fii0kv021d5z8ic2p0mqnjzwxdbvcfym4gkcw345fxk")))
#:trivial? #t)) (outputs '("out" "doc"))
(home-page "https://www.ctan.org/pkg/fourier") (build-system texlive-build-system)
(synopsis "Utopia fonts for LaTeX documents") (propagated-inputs
(description "Fourier-GUTenberg is a LaTeX typesetting system (list texlive-fontspec
which uses Adobe Utopia as its standard base font. Fourier-GUTenberg texlive-iftex))
provides all complementary typefaces needed to allow Utopia based TeX (home-page "https://ctan.org/pkg/fourier")
typesetting including an extensive mathematics set and several other (synopsis "Using Utopia fonts for LaTeX documents")
symbols. The system is absolutely stand-alone; apart from Utopia and (description
Fourier no other typefaces are required. Utopia is a registered "Fourier-GUTenberg is a LaTeX typesetting system which uses Adobe Utopia
trademark of Adobe Systems Incorporated.") 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))) (license license:lppl)))
(define-public texlive-utopia (define-public texlive-utopia