[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
183/452: gnu: texlive-xcharter: Refresh package definition.
From: |
guix-commits |
Subject: |
183/452: gnu: texlive-xcharter: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b2dca73072bf2eeeb22982dc6e46cd712f269614
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 6bc52a981b..6790834b5f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11306,22 +11306,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
- 435/452: guix: texlive importer ignores dependencies unnecessary in Guix., (continued)
- 435/452: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/09
- 437/452: gnu: Add texlive-luahbtex., guix-commits, 2023/06/09
- 441/452: gnu: Add texlive-collection-basic., guix-commits, 2023/06/09
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09
- 183/452: gnu: texlive-xcharter: Refresh package definition.,
guix-commits <=
- 165/452: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/09
- 187/452: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/09
- 192/452: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/09
- 196/452: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/09
- 203/452: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/09
- 201/452: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/09
- 204/452: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/09
- 212/452: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/09
- 214/452: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/09
- 216/452: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/09