Archived
1
0
Fork 0

gnu: texlive-inriafonts: Refresh package definition.

* gnu/packages/tex.scm (texlive-inriafonts): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-FONTAXES, TEXLIVE-MWEIGHTS, TEXLIVE-XKEYVAL.
This commit is contained in:
Nicolas Goaziou 2023-05-15 13:15:13 +02:00
parent 7b43326b8a
commit 1595b82f19
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12003,32 +12003,38 @@ now distributed separately.")
(define-public texlive-inriafonts (define-public texlive-inriafonts
(package (package
(inherit (simple-texlive-package (name "texlive-inriafonts")
"texlive-inriafonts" (version (number->string %texlive-revision))
(list "doc/fonts/inriafonts/" (source (texlive-origin
"fonts/enc/dvips/inriafonts/" name version
"fonts/map/dvips/inriafonts/" (list "doc/fonts/inriafonts/"
"fonts/opentype/public/inriafonts/" "fonts/enc/dvips/inriafonts/"
"fonts/tfm/public/inriafonts/" "fonts/map/dvips/inriafonts/"
"fonts/truetype/public/inriafonts/" "fonts/opentype/public/inriafonts/"
"fonts/type1/public/inriafonts/" "fonts/tfm/public/inriafonts/"
"fonts/vf/public/inriafonts/" "fonts/truetype/public/inriafonts/"
"tex/latex/inriafonts/") "fonts/type1/public/inriafonts/"
(base32 "fonts/vf/public/inriafonts/"
"0ngbpr4pl7r82jmdhiksp32qvbvggf2nawwqq0pkb7cffp95ya49") "tex/latex/inriafonts/")
#:trivial? #t)) (base32
(propagated-inputs (list texlive-ly1)) ;requires LY1 font encoding "0ngbpr4pl7r82jmdhiksp32qvbvggf2nawwqq0pkb7cffp95ya49")))
(home-page "https://ctan.org/fonts/inriafonts") (outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-fontaxes
texlive-ly1 ;requires LY1 font encoding
texlive-mweights
texlive-xkeyval))
(home-page "https://ctan.org/pkg/inriafonts")
(synopsis "Inria fonts with LaTeX support") (synopsis "Inria fonts with LaTeX support")
(description (description
"Inria is a free font designed by Black[Foundry] for Inria, a French research "Inria is a free font designed by Black[Foundry] for Inria, a French
institute. It comes as Serif and Sans Serif, each with three weights and research institute. It comes as Serif and Sans Serif, each with three weights
matching italics. Using these fonts with XeLaTeX and LuaLaTeX is easy using and matching italics. Using these fonts with XeLaTeX and LuaLaTeX is easy
the fontspec package; we refer to the documentation of fontspec for more using the @code{fontspec} package. The present package provides a way of
information. The present package provides a way of using them with LaTeX and using them with LaTeX and pdfLaTeX: it provides two style files,
pdfLaTeX: it provides two style files, @file{InriaSerif.sty} and @file{InriaSerif.sty} and @file{InriaSans.sty}, together with the PostScript
@file{InriaSans.sty}, together with the PostScript version of the fonts and version of the fonts and their associated files.")
their associated files. These were created using autoinst.")
(license (list license:lppl license:silofl1.1)))) (license (list license:lppl license:silofl1.1))))
(define-public texlive-floatflt (define-public texlive-floatflt