mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: texlive-mflogo-font: Refresh package definition.
* gnu/packages/tex.scm (texlive-mflogo-font): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
2fe780d14d
commit
743373c125
1 changed files with 14 additions and 11 deletions
|
@ -1676,17 +1676,20 @@ (define-deprecated-package texlive-latex-mflogo texlive-mflogo)
|
|||
|
||||
(define-public texlive-mflogo-font
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-mflogo-font"
|
||||
(list "/doc/fonts/mflogo-font/README"
|
||||
"/fonts/afm/hoekwater/mflogo-font/"
|
||||
"/fonts/map/dvips/mflogo-font/"
|
||||
"/fonts/type1/hoekwater/mflogo-font/")
|
||||
(base32
|
||||
"094mknjv8ki2pvj1zin0f1z4f1w12g0cfqjiqcsawjsry4yfrmbg")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/mflogo-font")
|
||||
(synopsis "Metafont logo font")
|
||||
(name "texlive-mflogo-font")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/mflogo-font/"
|
||||
"fonts/afm/hoekwater/mflogo-font/"
|
||||
"fonts/map/dvips/mflogo-font/"
|
||||
"fonts/type1/hoekwater/mflogo-font/")
|
||||
(base32
|
||||
"094mknjv8ki2pvj1zin0f1z4f1w12g0cfqjiqcsawjsry4yfrmbg")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/mflogo-font")
|
||||
(synopsis "METAFONT logo font")
|
||||
(description
|
||||
"These fonts were created in METAFONT by Knuth, for his own publications.
|
||||
At some stage, the letters P and S were added, so that the METAPOST logo could
|
||||
|
|
Loading…
Reference in a new issue