me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gsftopk.

* gnu/packages/tex.scm (texlive-gsftopk): New variable.
Nicolas Goaziou 2023-07-16 17:45:44 +02:00
parent f42b48edf4
commit 6c5f4ab9e9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -9917,6 +9917,28 @@ documents. It comprises the packages @code{color}, @code{graphics},
definition files for Greek text font encodings for use with @code{fontenc}.")
(license license:lppl1.3+)))
(define-public texlive-gsftopk
(package
(name "texlive-gsftopk")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/gsftopk.1"
"doc/man/man1/gsftopk.man1.pdf"
"dvips/gsftopk/")
(base32
"1qlac704qbm7kq762z0b887wfncprpcm8zj2lb4nag0wzdrrjdq5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gsftopk")
(synopsis "Convert Ghostscript fonts to PK files")
(description
"Designed for use with @command{xdvi} and @command{dvips}, this utility
converts Adobe Type 1 fonts to PK bitmap format. It should not ordinarily be
much used nowadays, since both its target applications are now capable of
dealing with Type 1 fonts, direct.")
(license license:gpl3+)))
(define-public texlive-hycolor
(package
(name "texlive-hycolor")