[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
186/435: gnu: texlive-cabin: Refresh package definition.
From: |
guix-commits |
Subject: |
186/435: gnu: texlive-cabin: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:40 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 17711e3fa4dfa47ae0eea00f9056ff7789a984cf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 18:52:03 2023 +0200
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.
---
gnu/packages/tex.scm | 60 +++++++++++++++++++++++++++++-----------------------
1 file changed, 34 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 35b376ded2..4c3e228975 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11283,33 +11283,41 @@ or if it differs from the weight desired for another
font family. The
(define-public texlive-cabin
(package
- (inherit (simple-texlive-package
- "texlive-cabin"
- (list "/doc/fonts/cabin/"
- "/fonts/enc/dvips/cabin/"
- "/fonts/map/dvips/cabin/"
- "/fonts/opentype/impallari/cabin/"
- "/fonts/tfm/impallari/cabin/"
- "/fonts/type1/impallari/cabin/"
- "/fonts/vf/impallari/cabin/"
- "/tex/latex/cabin/")
- (base32
- "1gqqqbj7i18fs1ss5n3axd821hzq5kbv1dl7dqxp4gba619f1rli")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/cabin")
+ (name "texlive-cabin")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cabin/"
+ "fonts/enc/dvips/cabin/"
+ "fonts/map/dvips/cabin/"
+ "fonts/opentype/impallari/cabin/"
+ "fonts/tfm/impallari/cabin/"
+ "fonts/type1/impallari/cabin/"
+ "fonts/vf/impallari/cabin/"
+ "tex/latex/cabin/")
+ (base32
+ "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")
- (description "Cabin is a humanist sans with four weights, true
-italics and small capitals. According to its designer, Pablo
-Impallari, Cabin was inspired by the typefaces of Edward Johnston and
-Eric Gill. Cabin incorporates modern proportions, optical adjustments
-and some elements of the geometric sans. @code{cabin.sty} supports
-use of the font under LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX. It uses
-the @code{mweights} package to manage the user's view of all those
-font weights. An @code{sfdefault} option is provided to enable Cabin
-as the default text font. The @code{fontaxes} package is required for
-use with [pdf]LaTeX.")
- (license (list license:silofl1.1 ;for Cabin
- license:lppl)))) ;for support files
+ (description
+ "Cabin is a humanist sans with four weights and true italics and small
+capitals. According to the designer, Pablo Impallari, Cabin was inspired by
+Edward Johnston's and Eric Gill's typefaces, with a touch of modernism. Cabin
+incorporates modern proportions, optical adjustments, and some elements of the
+geometric sans. @file{cabin.sty} supports use of the font under LaTeX,
+pdfLaTeX, XeLaTeX and LuaLaTeX; it uses the @code{mweights}, to manage the
+user's view of all those font weights. An option is provided to enable Cabin
+as the default text font.")
+ (license (list license:silofl1.1 ;for Cabin
+ license:lppl)))) ;for support files
(define-public texlive-newtx
(package
- 146/435: gnu: texlive-sourceserifpro: Refresh package definition., (continued)
- 146/435: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/06/06
- 149/435: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/06
- 150/435: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/06
- 157/435: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/06
- 158/435: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/06
- 153/435: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/06
- 159/435: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/06
- 166/435: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/06
- 170/435: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/06
- 179/435: gnu: Add texlive-incgraph., guix-commits, 2023/06/06
- 186/435: gnu: texlive-cabin: Refresh package definition.,
guix-commits <=
- 185/435: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/06
- 90/435: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/06
- 124/435: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/06
- 145/435: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/06
- 163/435: gnu: Add texlive-ntheorem., guix-commits, 2023/06/06
- 165/435: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/06
- 167/435: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/06
- 169/435: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/06
- 172/435: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/06
- 175/435: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/06