me
/
guix
Archived
1
0
Fork 0

gnu: texlive-cabin: Refresh package definition.

* gnu/packages/tex.scm (texlive-cabin): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-IFTEX, TEXLIVE-FONTAXES, TEXLIVE-FONTSPEC, TEXLIVE-MWEIGHTS, TEXLIVE-XKEYVAL.
Nicolas Goaziou 2023-05-15 18:52:03 +02:00
parent e31cfb0981
commit 51a3fc45a6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 34 additions and 26 deletions

View File

@ -11275,33 +11275,41 @@ or if it differs from the weight desired for another font family. The
(define-public texlive-cabin (define-public texlive-cabin
(package (package
(inherit (simple-texlive-package (name "texlive-cabin")
"texlive-cabin" (version (number->string %texlive-revision))
(list "/doc/fonts/cabin/" (source (texlive-origin
"/fonts/enc/dvips/cabin/" name version
"/fonts/map/dvips/cabin/" (list "doc/fonts/cabin/"
"/fonts/opentype/impallari/cabin/" "fonts/enc/dvips/cabin/"
"/fonts/tfm/impallari/cabin/" "fonts/map/dvips/cabin/"
"/fonts/type1/impallari/cabin/" "fonts/opentype/impallari/cabin/"
"/fonts/vf/impallari/cabin/" "fonts/tfm/impallari/cabin/"
"/tex/latex/cabin/") "fonts/type1/impallari/cabin/"
(base32 "fonts/vf/impallari/cabin/"
"1gqqqbj7i18fs1ss5n3axd821hzq5kbv1dl7dqxp4gba619f1rli") "tex/latex/cabin/")
#:trivial? #t)) (base32
(home-page "https://www.ctan.org/pkg/cabin") "1gqqqbj7i18fs1ss5n3axd821hzq5kbv1dl7dqxp4gba619f1rli")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-fontaxes
texlive-fontspec
texlive-iftex
texlive-mweights
texlive-xkeyval))
(home-page "https://ctan.org/pkg/cabin")
(synopsis "Humanist Sans Serif font with LaTeX support") (synopsis "Humanist Sans Serif font with LaTeX support")
(description "Cabin is a humanist sans with four weights, true (description
italics and small capitals. According to its designer, Pablo "Cabin is a humanist sans with four weights and true italics and small
Impallari, Cabin was inspired by the typefaces of Edward Johnston and capitals. According to the designer, Pablo Impallari, Cabin was inspired by
Eric Gill. Cabin incorporates modern proportions, optical adjustments Edward Johnston's and Eric Gill's typefaces, with a touch of modernism. Cabin
and some elements of the geometric sans. @code{cabin.sty} supports incorporates modern proportions, optical adjustments, and some elements of the
use of the font under LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX. It uses geometric sans. @file{cabin.sty} supports use of the font under LaTeX,
the @code{mweights} package to manage the user's view of all those pdfLaTeX, XeLaTeX and LuaLaTeX; it uses the @code{mweights}, to manage the
font weights. An @code{sfdefault} option is provided to enable Cabin user's view of all those font weights. An option is provided to enable Cabin
as the default text font. The @code{fontaxes} package is required for as the default text font.")
use with [pdf]LaTeX.") (license (list license:silofl1.1 ;for Cabin
(license (list license:silofl1.1 ;for Cabin license:lppl)))) ;for support files
license:lppl)))) ;for support files
(define-public texlive-newtx (define-public texlive-newtx
(package (package