Archived
1
0
Fork 0

gnu: texlive-libertine: Refresh package definition.

* gnu/packages/tex.scm (texlive-libertine): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-FONTAXES, TEXLIVE-FONTSPEC, TEXLIVE-HYPERREF,
TEXLIVE-IFTEX, TEXLIVE-MWEIGHTS, TEXLIVE-XKEYVAL.
This commit is contained in:
Nicolas Goaziou 2023-05-15 22:08:56 +02:00
parent 3d1559d805
commit d669ea3271
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8281,30 +8281,36 @@ command).")
(define-public texlive-libertine (define-public texlive-libertine
(package (package
(inherit (simple-texlive-package (name "texlive-libertine")
"texlive-libertine" (version (number->string %texlive-revision))
(list "/doc/fonts/libertine/" (source (texlive-origin
name version
"/fonts/enc/dvips/libertine/" (list "doc/fonts/libertine/"
"/fonts/map/dvips/libertine/" "fonts/enc/dvips/libertine/"
"/fonts/opentype/public/libertine/" "fonts/map/dvips/libertine/"
"/fonts/tfm/public/libertine/" "fonts/opentype/public/libertine/"
"/fonts/type1/public/libertine/" "fonts/tfm/public/libertine/"
"/fonts/vf/public/libertine/" "fonts/type1/public/libertine/"
"fonts/vf/public/libertine/"
"/tex/latex/libertine/") "tex/latex/libertine/")
(base32 (base32
"1d5r80isyvs2v3i8pzlhsn7ns6bn8ldkbs82g25widraixlhg6yg") "1d5r80isyvs2v3i8pzlhsn7ns6bn8ldkbs82g25widraixlhg6yg")))
#:trivial? #t)) (outputs '("out" "doc"))
(home-page "https://www.ctan.org/pkg/libertine") (build-system texlive-build-system)
(synopsis "Use Linux Libertine and Biolinum fonts with LaTeX") (propagated-inputs
(list texlive-fontaxes
texlive-fontspec
texlive-hyperref
texlive-iftex
texlive-mweights
texlive-xkeyval))
(home-page "https://ctan.org/pkg/libertine")
(synopsis "Use of Linux Libertine and Biolinum fonts with LaTeX")
(description (description
"The package provides the Libertine and Biolinum fonts in both Type 1 and "The package provides the Libertine and Biolinum fonts in both Type 1 and
OTF styles, together with support macros for their use. Monospaced and OTF styles, together with support macros for their use. Monospaced and
display fonts, and the \"keyboard\" set are also included, in OTF style, only. display fonts, and the keyboard set are also included, in OTF style, only.
The @code{mweights} package is used to manage the selection of font weights. The @code{mweights} package is used to manage the selection of font weights.")
The package supersedes both the @code{libertineotf} and the
@code{libertine-legacy} packages.")
(license (list license:gpl2+ ; with font exception (license (list license:gpl2+ ; with font exception
license:silofl1.1 license:silofl1.1
license:lppl)))) license:lppl))))