me
/
guix
Archived
1
0
Fork 0

gnu: texlive-cbfonts: Refresh package definition.

* gnu/packages/tex.scbfonts (texlive-cbfonts): Remove SIMPLE-TEXLIVE-PACKAGE
call.
Nicolas Goaziou 2023-05-17 00:43:22 +02:00
parent cf5411ecb0
commit 12dcf8f384
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 13 deletions

View File

@ -1119,21 +1119,30 @@ documents.")
(define-public texlive-cbfonts ;71 MiB of greek fonts (define-public texlive-cbfonts ;71 MiB of greek fonts
(package (package
(inherit (simple-texlive-package (name "texlive-cbfonts")
"texlive-cbfonts" (version (number->string %texlive-revision))
(list "/doc/fonts/cbfonts/" (source (texlive-origin
"/fonts/type1/public/cbfonts/") name version
(base32 (list "doc/fonts/cbfonts/"
"01j22cbwq9jkni5vvrpz2mg1799cbx3aq801sni74i8wb1zcf6y1") "fonts/enc/dvips/cbfonts/"
#:trivial? #t)) "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)) (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") (synopsis "Complete set of Greek fonts")
(description "This bundle presents the whole of Beccari's original Greek (description
font set, which use the @i{Lispiakos} font shape derived from the shape of the "This bundle presents the whole of Beccari's original Greek font set,
fonts used in printers' shops in Lispia. The fonts are available both as which use the @i{Lispiakos} font shape derived from the shape of the fonts
Metafont source and in Adobe Type 1 format, and at the same wide set of design used in printers' shops in Lispia. The fonts are available both as Metafont
sizes as are such font sets as the EC fonts.") 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+))) (license license:lppl1.3c+)))
(define-public texlive-cbfonts-fd (define-public texlive-cbfonts-fd