[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
317/421: gnu: texlive-cs: Refresh package definition.
From: |
guix-commits |
Subject: |
317/421: gnu: texlive-cs: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e9f8b0e74f2ffac33f97907e8980c8d3af8f6865
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 21:58:47 2023 +0200
gnu: texlive-cs: Refresh package definition.
* gnu/packages/tex.scm (texlive-cs): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 42 +++++++++++++++++++-----------------------
1 file changed, 19 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3997142d6c..83f7fa82cc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4797,29 +4797,25 @@ polyglossia package rather than Babel.")
(define-public texlive-cs
(package
- (inherit (simple-texlive-package
- "texlive-cs"
- (list
- "fonts/enc/dvips/cs/"
- "fonts/map/dvips/cs/"
- "fonts/source/public/cs/"
- ;; TODO: Remove these pre-built files after the manual
- ;; build below is fixed.
- ;; The font fails to build from the Metafont sources, with
- ;; errors such as:
- ;; This is METAFONT, Version 2.71828182 (TeX Live 2021/GNU
Guix) [...]
- ;; (./csaccent.mf
- ;; >> cap_curve#-dot_size#
- ;; ! Unknown relation will be considered false.
- ;; <to be read again>
- "fonts/tfm/cs/cs-a35/"
- "fonts/tfm/cs/cs-charter/"
- "fonts/tfm/public/cs/"
- "fonts/type1/public/cs/"
- "fonts/vf/cs/cs-a35/")
- (base32 "1ww5lrqja051fh0ygmfdyy5a6bhwq9k5zv857vwiqf5syvw5djps")
- #:trivial? #t))
- (home-page "https://petr.olsak.net/cstex/")
+ (name "texlive-cs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ ;; FIXME: Cannot build font metrics: "cannot find cmb12".
+ (list "fonts/enc/dvips/cs/"
+ "fonts/map/dvips/cs/"
+ "fonts/source/public/cs/"
+ "fonts/tfm/cs/cs-a35/"
+ "fonts/tfm/cs/cs-charter/"
+ "fonts/tfm/public/cs/"
+ "fonts/type1/public/cs/"
+ "fonts/vf/cs/cs-a35/"
+ "fonts/vf/cs/cs-charter/")
+ (base32
+ "0nzzcg1yvbslhqm5lsfcpqh6sbzkmnmmgyakg9l8855qpa8g9bf3")))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-cmexb))
+ (home-page "https://ctan.org/pkg/csfonts")
(synopsis "Czech/Slovak-tuned Computer Modern fonts")
(description "This package provides Czech/Slovak-tuned Computer Modern
fonts in the Metafont format; Type 1 format versions (csfonts-t1) are also
- 217/421: gnu: texlive-xypic: Refresh package definition., (continued)
- 217/421: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/28
- 243/421: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/28
- 254/421: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/28
- 282/421: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 288/421: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 293/421: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/28
- 295/421: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/28
- 299/421: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/28
- 311/421: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/28
- 314/421: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/28
- 317/421: gnu: texlive-cs: Refresh package definition.,
guix-commits <=
- 321/421: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 319/421: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 326/421: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 330/421: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 342/421: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 340/421: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/28
- 348/421: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 351/421: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/28
- 352/421: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/28
- 355/421: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/28