[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
344/458: gnu: texlive-cbfonts: Refresh package definition.
From: |
guix-commits |
Subject: |
344/458: gnu: texlive-cbfonts: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c9e3783cab02cf81a502fc6ea1cfbd2edd819c09
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 6a770de307..9d5d5da63e 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
- 243/458: gnu: texlive-fontspec: Refresh package definition., (continued)
- 243/458: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/14
- 249/458: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/14
- 262/458: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/14
- 266/458: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/06/14
- 267/458: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/14
- 333/458: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/14
- 341/458: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/14
- 368/458: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 377/458: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 348/458: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/14
- 344/458: gnu: texlive-cbfonts: Refresh package definition.,
guix-commits <=
- 359/458: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 360/458: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/14
- 383/458: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 367/458: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 400/458: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/14
- 414/458: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/14
- 444/458: gnu: Add texlive-latex-bin., guix-commits, 2023/06/14
- 456/458: gnu: Simplify texlive-default-updmap.cfg., guix-commits, 2023/06/14
- 277/458: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/14
- 282/458: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/14