gnu: Add texlive-collection-fontutils.

* gnu/packages/tex.scm (texlive-collection-fontutils): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-15 16:36:57 +02:00
parent b42c197a51
commit c335c5f661
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19366,6 +19366,42 @@ (define-public texlive-collection-fontsrecommended
for Computer Modern, in outline form.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-fontutils
(package
(name "texlive-collection-fontutils")
(version (number->string %texlive-revision))
(source #f)
(build-system trivial-build-system)
(arguments (list #:builder #~(mkdir #$output)))
(propagated-inputs
(list texlive-accfonts
texlive-afm2pl
texlive-albatross
texlive-collection-basic
texlive-dosepsbin
texlive-dvipsconfig
texlive-epstopdf
texlive-fontinst
texlive-fontools
texlive-fontware
texlive-lcdftypetools
texlive-luafindfont
texlive-metatype1
texlive-mf2pt1
texlive-ps2eps
texlive-ps2pk
texlive-psutils
texlive-t1utils
texlive-ttfutils))
(home-page "https://www.tug.org/texlive/")
(synopsis "Graphics and font utilities")
(description
"This collection of packages provides programs for conversion between
font formats, testing fonts, virtual fonts, @file{.gf} and @file{.pk}
manipulation, mft, fontinst, etc. Manipulating OpenType, TrueType, Type 1,and
for manipulation of PostScript and other image formats.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-latex
(package
(name "texlive-collection-latex")