[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
334/416: gnu: texlive-mflogo-font: Refresh package definition.
From: |
guix-commits |
Subject: |
334/416: gnu: texlive-mflogo-font: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b8ff1b10cfcd8a245ea18776237a738c946118ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:58:06 2023 +0200
gnu: texlive-mflogo-font: Refresh package definition.
* gnu/packages/tex.scm (texlive-mflogo-font): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d51bd598da..d565b841d2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1676,17 +1676,20 @@ logos in LaTeX documents.")
(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
- 297/416: gnu: texlive-times: Refresh package definition., (continued)
- 297/416: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/28
- 310/416: gnu: Add texlive-cmexb., guix-commits, 2023/05/28
- 325/416: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/05/28
- 313/416: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 293/416: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/28
- 326/416: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/05/28
- 288/416: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/28
- 290/416: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/05/28
- 287/416: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/28
- 296/416: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/05/28
- 334/416: gnu: texlive-mflogo-font: Refresh package definition.,
guix-commits <=
- 333/416: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/05/28
- 316/416: gnu: texlive-url: Refresh package definition., guix-commits, 2023/05/28
- 315/416: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 336/416: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 319/416: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/05/28
- 331/416: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/05/28
- 330/416: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/05/28
- 335/416: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/28
- 332/416: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/28
- 343/416: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/28