[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
344/435: gnu: texlive-cbfonts: Refresh package definition.
From: |
guix-commits |
Subject: |
344/435: gnu: texlive-cbfonts: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 894d620f57da8886e0bb72584884a21db6fddc06
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 00:43:22 2023 +0200
gnu: texlive-cbfonts: Refresh package definition.
* gnu/packages/tex.scbfonts (texlive-cbfonts): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 35 ++++++++++++++++++++++-------------
1 file changed, 22 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 07d43c6ae0..a5b7621fac 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1119,21 +1119,30 @@ documents.")
(define-public texlive-cbfonts ;71 MiB of greek fonts
(package
- (inherit (simple-texlive-package
- "texlive-cbfonts"
- (list "/doc/fonts/cbfonts/"
- "/fonts/type1/public/cbfonts/")
- (base32
- "01j22cbwq9jkni5vvrpz2mg1799cbx3aq801sni74i8wb1zcf6y1")
- #:trivial? #t))
+ (name "texlive-cbfonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cbfonts/"
+ "fonts/enc/dvips/cbfonts/"
+ "fonts/map/dvips/cbfonts/"
+ "fonts/source/public/cbfonts/"
+ "fonts/tfm/public/cbfonts/"
+ "fonts/type1/public/cbfonts/")
+ (base32
+ "0l0dpgvngah227snzk6j5hf3kxs5cz5jvlpkv8pbapw6jx084np6")))
+ (outputs '("out" "doc"))
+ ;; FIXME: Font metrics cannot be generated due to "bad pos" errors.
+ (build-system texlive-build-system)
(propagated-inputs (list texlive-cbfonts-fd))
- (home-page "https://www.ctan.org/pkg/cbgreek-complete";)
+ (home-page "https://ctan.org/pkg/cbgreek-complete";)
(synopsis "Complete set of Greek fonts")
- (description "This bundle presents the whole of Beccari's original Greek
-font set, which use the @i{Lispiakos} font shape derived from the shape of the
-fonts used in printers' shops in Lispia. The fonts are available both as
-Metafont source and in Adobe Type 1 format, and at the same wide set of design
-sizes as are such font sets as the EC fonts.")
+ (description
+ "This bundle presents the whole of Beccari's original Greek font set,
+which use the @i{Lispiakos} font shape derived from the shape of the fonts
+used in printers' shops in Lispia. The fonts are available both as Metafont
+source and in Adobe Type 1 format, and at the same wide set of design sizes as
+are such font sets as the EC fonts.")
(license license:lppl1.3c+)))
(define-public texlive-cbfonts-fd
- 325/435: gnu: texlive-kpathsea: Refresh package definition., (continued)
- 325/435: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/06
- 328/435: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/06
- 330/435: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/06
- 331/435: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/06
- 332/435: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/06
- 337/435: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/06
- 339/435: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/06
- 342/435: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/06
- 343/435: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/06
- 350/435: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/06
- 344/435: gnu: texlive-cbfonts: Refresh package definition.,
guix-commits <=
- 353/435: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/06
- 357/435: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/06
- 366/435: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 373/435: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 376/435: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 382/435: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 391/435: gnu: texlive-cm: Fix build., guix-commits, 2023/06/06
- 392/435: gnu: texlive-etex: Fix build., guix-commits, 2023/06/06
- 398/435: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/06
- 404/435: gnu: texlive-cs: Fix build., guix-commits, 2023/06/06