guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

334/458: gnu: texlive-mflogo-font: Refresh package definition.


From: guix-commits
Subject: 334/458: gnu: texlive-mflogo-font: Refresh package definition.
Date: Wed, 14 Jun 2023 05:23:10 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 8cefb51e4ff2dcb54d6772b1cd8d00b2bb1eb08d
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 81ef1a0e80..f2fb1b39b1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]