guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: Replace texlive-metafont-base with texlive-metafont.


From: guix-commits
Subject: 08/15: gnu: Replace texlive-metafont-base with texlive-metafont.
Date: Mon, 26 Oct 2020 17:39:38 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit 0c9f3586a492b9e3d418ac1fcd21b1ebe3086c23
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 20:52:01 2020 +0100

    gnu: Replace texlive-metafont-base with texlive-metafont.
    
    * gnu/packages/tex.scm (texlive-metafont-base): Deprecate this variable in
    favor of...
    (texlive-metafont): ...this new variable.
    (texlive-cm, texlive-fonts-knuth-lib, texlive-fonts-latex, texlive-amsfonts,
    texlive-etex, texlive-base, texlive-fonts-ec, texlive-fonts-rsfs): Adjust
    references to texlive-metafont-base.
---
 gnu/packages/tex.scm | 35 +++++++++++++++++++----------------
 1 file changed, 19 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 438607a..6dccac2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -550,9 +550,9 @@ to adapt the plain e-TeX source file to work with XeTeX and 
LuaTeX.")
 (define-public texlive-generic-tex-ini-files
   (deprecated-package "texlive-generic-tex-ini-files" texlive-tex-ini-files))
 
-(define-public texlive-metafont-base
+(define-public texlive-metafont
   (package
-    (name "texlive-metafont-base")
+    (name "texlive-metafont")
     (version (number->string %texlive-revision))
     (source (origin
               (method svn-fetch)
@@ -604,6 +604,9 @@ to adapt the plain e-TeX source file to work with XeTeX and 
LuaTeX.")
 build fonts using the Metafont system.")
     (license license:knuth)))
 
+(define-public texlive-metafont-base
+  (deprecated-package "texlive-metafont-base" texlive-metafont))
+
 (define-public texlive-fontinst
   (let ((template (simple-texlive-package
                    "texlive-fontinst"
@@ -735,7 +738,7 @@ documents.")
           `(modify-phases ,phases
              (replace 'build
                (lambda* (#:key inputs #:allow-other-keys)
-                 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
+                 (let ((mf (assoc-ref inputs "texlive-metafont")))
                    ;; Tell mf where to find mf.base
                    (setenv "MFBASES" (string-append mf 
"/share/texmf-dist/web2c"))
                    ;; Tell mf where to look for source files
@@ -779,7 +782,7 @@ documents.")
                    #t)))))))
       (native-inputs
        `(("texlive-bin" ,texlive-bin)
-         ("texlive-metafont-base" ,texlive-metafont-base)))
+         ("texlive-metafont" ,texlive-metafont)))
       (home-page "https://www.ctan.org/pkg/cm";)
       (synopsis "Computer Modern fonts for TeX")
       (description "This package provides the Computer Modern fonts by Donald
@@ -881,7 +884,7 @@ Computers & Typesetting series.")
          (delete 'configure)
          (replace 'build
            (lambda* (#:key inputs #:allow-other-keys)
-             (let ((mf (assoc-ref inputs "texlive-metafont-base")))
+             (let ((mf (assoc-ref inputs "texlive-metafont")))
                ;; Tell mf where to find mf.base
                (setenv "MFBASES"
                        (string-append mf "/share/texmf-dist/web2c"))
@@ -915,7 +918,7 @@ Computers & Typesetting series.")
                #t))))))
     (native-inputs
      `(("texlive-bin" ,texlive-bin)
-       ("texlive-metafont-base" ,texlive-metafont-base)))
+       ("texlive-metafont" ,texlive-metafont)))
     (home-page "https://www.ctan.org/pkg/knuth-lib";)
     (synopsis "Small library of METAFONT sources")
     (description "This is a collection of core TeX and METAFONT macro files
@@ -950,7 +953,7 @@ fonts.")
          (delete 'configure)
          (replace 'build
            (lambda* (#:key inputs #:allow-other-keys)
-             (let ((mf (assoc-ref inputs "texlive-metafont-base")))
+             (let ((mf (assoc-ref inputs "texlive-metafont")))
                ;; Tell mf where to find mf.base
                (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
                ;; Tell mf where to look for source files
@@ -989,7 +992,7 @@ fonts.")
                #t))))))
     (native-inputs
      `(("texlive-bin" ,texlive-bin)
-       ("texlive-metafont-base" ,texlive-metafont-base)
+       ("texlive-metafont" ,texlive-metafont)
        ("texlive-cm" ,texlive-cm)))
     (home-page "https://www.ctan.org/pkg/latex-fonts";)
     (synopsis "Collection of fonts used in LaTeX distributions")
@@ -1175,7 +1178,7 @@ Taco Hoekwater.")
       (native-inputs
        `(("texlive-union" ,(texlive-union (list texlive-tex-fontinst-base
                                                 texlive-cm
-                                                texlive-metafont-base)))))
+                                                texlive-metafont)))))
       (home-page "https://www.ctan.org/pkg/amsfonts";)
       (synopsis "TeX fonts from the American Mathematical Society")
       (description
@@ -1239,7 +1242,7 @@ output encodings, and features generation of clean UTF-8 
patterns.")
              ;; Build tfm font.
              (replace 'build
                (lambda* (#:key inputs #:allow-other-keys)
-                 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
+                 (let ((mf (assoc-ref inputs "texlive-metafont")))
                    ;; Tell mf where to find mf.base
                    (setenv "MFBASES" (string-append mf 
"/share/texmf-dist/web2c"))
                    ;; Tell mf where to look for source files
@@ -1265,7 +1268,7 @@ output encodings, and features generation of clean UTF-8 
patterns.")
                  #t))))))
       (native-inputs
        `(("texlive-bin" ,texlive-bin)
-         ("texlive-metafont-base" ,texlive-metafont-base)
+         ("texlive-metafont" ,texlive-metafont)
          ("texlive-cm" ,texlive-cm)))
       (home-page "https://www.ctan.org/pkg/etex";)
       (synopsis "Extended version of TeX")
@@ -3461,7 +3464,7 @@ packages.")
                 texlive-cm
                 texlive-cm-super ; to avoid bitmap fonts
                 texlive-fonts-latex
-                texlive-metafont-base
+                texlive-metafont
                 texlive-latex-base
                 ;; LaTeX packages from the "required" set.
                 texlive-latex-amsmath
@@ -4771,7 +4774,7 @@ in SGML; use maths minus in text as appropriate; simple 
Young tableaux.")
          (delete 'configure)
          (replace 'build
            (lambda* (#:key inputs #:allow-other-keys)
-             (let ((mf (assoc-ref inputs "texlive-metafont-base")))
+             (let ((mf (assoc-ref inputs "texlive-metafont")))
                ;; Tell mf where to find mf.base
                (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
                ;; Tell mf where to look for source files
@@ -4806,7 +4809,7 @@ in SGML; use maths minus in text as appropriate; simple 
Young tableaux.")
                #t))))))
     (native-inputs
      `(("texlive-bin" ,texlive-bin)
-       ("texlive-metafont-base" ,texlive-metafont-base)
+       ("texlive-metafont" ,texlive-metafont)
        ("texlive-cm" ,texlive-cm)))
     (home-page "https://www.ctan.org/pkg/ec";)
     (synopsis "Computer modern fonts in T1 and TS1 encodings")
@@ -4988,7 +4991,7 @@ Adobe's basic set.")
          (delete 'configure)
          (replace 'build
            (lambda* (#:key inputs #:allow-other-keys)
-             (let ((mf (assoc-ref inputs "texlive-metafont-base")))
+             (let ((mf (assoc-ref inputs "texlive-metafont")))
                ;; Tell mf where to find mf.base
                (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
                ;; Tell mf where to look for source files
@@ -5023,7 +5026,7 @@ Adobe's basic set.")
                #t))))))
     (native-inputs
      `(("texlive-bin" ,texlive-bin)
-       ("texlive-metafont-base" ,texlive-metafont-base)
+       ("texlive-metafont" ,texlive-metafont)
        ("texlive-cm" ,texlive-cm)))
     (home-page "https://www.ctan.org/pkg/rsfs";)
     (synopsis "Ralph Smith's Formal Script font")



reply via email to

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