gnu: texlive-utopia: Refresh package definition.
* gnu/packages/tex.scm (texlive-utopia): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
92ea6d7d6b
commit
b4cd894d36
@ -11190,23 +11190,25 @@ trademark of Adobe Systems Incorporated.")
|
|||||||
|
|
||||||
(define-public texlive-utopia
|
(define-public texlive-utopia
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-utopia")
|
||||||
"texlive-utopia"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/fonts/utopia/"
|
(source (texlive-origin
|
||||||
"/fonts/afm/adobe/utopia/"
|
name version
|
||||||
"/fonts/tfm/adobe/utopia/"
|
(list "doc/fonts/utopia/" "fonts/afm/adobe/utopia/"
|
||||||
"/fonts/type1/adobe/utopia/"
|
"fonts/tfm/adobe/utopia/"
|
||||||
"/fonts/vf/adobe/utopia/")
|
"fonts/type1/adobe/utopia/"
|
||||||
(base32
|
"fonts/vf/adobe/utopia/")
|
||||||
"113wgkfz4z0ls2grxxfj17l42a1yv9r5ipcd0156xnfsrqvqzxfc")
|
(base32
|
||||||
#:trivial? #t))
|
"113wgkfz4z0ls2grxxfj17l42a1yv9r5ipcd0156xnfsrqvqzxfc")))
|
||||||
(home-page "https://www.ctan.org/pkg/utopia")
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/utopia")
|
||||||
(synopsis "Adobe Utopia fonts")
|
(synopsis "Adobe Utopia fonts")
|
||||||
(description "The Adobe Standard Encoding set of the Utopia font
|
(description
|
||||||
family, as contributed to the X Consortium. The set comprises upright
|
"The Adobe Standard Encoding set of the Utopia font family, as
|
||||||
and italic shapes in medium and bold weights. Macro support and
|
contributed by the X Consortium. The set comprises upright and italic shapes
|
||||||
matching maths fonts are provided by the @code{fourier} and
|
in medium and bold weights. Macro support and matching maths fonts are
|
||||||
@code{mathdesign} font packages.")
|
provided by the @code{fourier} and the @code{mathdesign} font packages.")
|
||||||
(license (license:fsf-free
|
(license (license:fsf-free
|
||||||
"http://mirrors.ctan.org/fonts/utopia/README"))))
|
"http://mirrors.ctan.org/fonts/utopia/README"))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user