[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
183/416: gnu: texlive-xcharter: Refresh package definition.
From: |
guix-commits |
Subject: |
183/416: gnu: texlive-xcharter: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:43 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 39e0195a312cfe74bd6c3561d9ba33904b51b339
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 17:15:13 2023 +0200
gnu: texlive-xcharter: Refresh package definition.
* gnu/packages/tex.scm (texlive-xcharter): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-CARLISLE, TEXLIVE-ETOOLBOX,
TEXLIVE-FONTAXES,
TEXLIVE-XSTRING, TEXLIVE-XKEYVAL.
---
gnu/packages/tex.scm | 41 +++++++++++++++++++++++++----------------
1 file changed, 25 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 38553d02dd..820535ffec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11314,22 +11314,31 @@ mathematics package that matches Libertine text quite
well.")
(define-public texlive-xcharter
(package
- (inherit (simple-texlive-package
- "texlive-xcharter"
- (list "/doc/fonts/xcharter/"
- "/fonts/afm/public/xcharter/"
- "/fonts/enc/dvips/xcharter/"
- "/fonts/map/dvips/xcharter/"
- "/fonts/opentype/public/xcharter/"
- "/fonts/tfm/public/xcharter/"
- "/fonts/type1/public/xcharter/"
- "/fonts/vf/public/xcharter/"
- "/tex/latex/xcharter/")
- (base32
- "0d8rvcmvxrlxqqxpirxqbhmiijpsz5y4vvldh1jnc018aannjlhm")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/xcharter")
- (synopsis "Extension of the Bitstream Charter fonts")
+ (name "texlive-xcharter")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/xcharter/"
+ "fonts/afm/public/xcharter/"
+ "fonts/enc/dvips/xcharter/"
+ "fonts/map/dvips/xcharter/"
+ "fonts/opentype/public/xcharter/"
+ "fonts/tfm/public/xcharter/"
+ "fonts/type1/public/xcharter/"
+ "fonts/vf/public/xcharter/"
+ "tex/latex/xcharter/")
+ (base32
+ "0d8rvcmvxrlxqqxpirxqbhmiijpsz5y4vvldh1jnc018aannjlhm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-carlisle
+ texlive-etoolbox
+ texlive-fontaxes
+ texlive-xstring
+ texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/xcharter")
+ (synopsis "Extension of Bitstream Charter fonts")
(description "@code{xcharter} repackages Bitstream Charter with an
extended set of features. The extension provides small caps, oldstyle
figures and superior figures in all four styles, accompanied by LaTeX
- 140/416: gnu: texlive-docstrip: Refresh package definition., (continued)
- 140/416: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/28
- 143/416: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/28
- 149/416: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/28
- 148/416: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/28
- 152/416: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/28
- 155/416: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/28
- 164/416: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/28
- 168/416: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/28
- 173/416: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 176/416: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/28
- 183/416: gnu: texlive-xcharter: Refresh package definition.,
guix-commits <=
- 182/416: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/28
- 196/416: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/28
- 194/416: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/28
- 197/416: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/28
- 200/416: gnu: texlive-units: Refresh package definition., guix-commits, 2023/05/28
- 205/416: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/28
- 206/416: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/05/28
- 208/416: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/28
- 207/416: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/28
- 209/416: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/28