[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/111: gnu: Add texlive-mflogo-font.
From: |
guix-commits |
Subject: |
80/111: gnu: Add texlive-mflogo-font. |
Date: |
Tue, 16 Jul 2019 09:21:09 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit d80de03356c489a40dfe20cbd33fa573ec273d14
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 22:11:18 2019 +0200
gnu: Add texlive-mflogo-font.
* gnu/packages/tex.scm (texlive-mflogo-font): New variable.
(texlive-fonts-mflogo-font): Deprecate package.
---
gnu/packages/tex.scm | 73 ++++++++++------------------------------------------
1 file changed, 13 insertions(+), 60 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 72c45dd..15c2764 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1097,67 +1097,17 @@ Knuthian mflogo fonts described in The Metafontbook and
to typeset Metafont
logos in LaTeX documents.")
(license license:lppl)))
-(define-public texlive-fonts-mflogo-font
+(define-public texlive-mflogo-font
(package
- (name "texlive-fonts-mflogo-font")
- (version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/fonts/type1/hoekwater/mflogo-font"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "09fsxfpiyxjljkrb52b197728bjnkcnv3bdwm4hl6hf23mbmqadf"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils)
- (ice-9 match))
- #:builder
- (begin
- (use-modules (guix build utils)
- (ice-9 match))
- (let ((root (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/"))
- (pkgs '(("source" . "fonts/type1/hoekwater/mflogo-font")
- ("afm" . "fonts/afm/hoekwater/mflogo-font")
- ("fonts-map" . "fonts/map/dvips/mflogo-font"))))
- (for-each (match-lambda
- ((pkg . dir)
- (let ((target (string-append root dir)))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs pkg)
- target))))
- pkgs)
- #t))))
- (native-inputs
- `(("afm"
- ,(origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/fonts/afm/hoekwater/mflogo-font"))
- (revision %texlive-revision)))
- (file-name (string-append name "-afm-" version "-checkout"))
- (sha256
- (base32
- "0bx1mfhhzsk9gj1pha36q2rk0jd0y285qm62zgvdvzzzlfnk8sdb"))))
- ("fonts-map"
- ,(origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/fonts/map/dvips/mflogo-font/"))
- (revision %texlive-revision)))
- (file-name (string-append name "-fonts-map-" version "-checkout"))
- (sha256
- (base32
- "044xrrpl8hnvj55cx2ql1ib1bcyr33nzanx5nkwxpai7fb7pg4y6"))))))
+ (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")
(description
@@ -1168,6 +1118,9 @@ source; they have since been autotraced and reissued in
Adobe Type 1 format by
Taco Hoekwater.")
(license license:knuth)))
+(define-public texlive-fonts-mflogo-font
+ (deprecated-package "texlive-fonts-mflogo-font" texlive-mflogo-font))
+
(define-public texlive-fonts-amsfonts
(package
(name "texlive-fonts-amsfonts")
- 65/111: gnu: Add texlive-hyphen-slovenian., (continued)
- 65/111: gnu: Add texlive-hyphen-slovenian., guix-commits, 2019/07/16
- 72/111: gnu: Add texlive-hyphen-uppersorbian., guix-commits, 2019/07/16
- 71/111: gnu: Add texlive-hyphen-ukrainian., guix-commits, 2019/07/16
- 73/111: gnu: Add texlive-hyphen-welsh., guix-commits, 2019/07/16
- 70/111: gnu: Add texlive-hyphen-turkmen., guix-commits, 2019/07/16
- 74/111: gnu: Add texlive-ukrhyph., guix-commits, 2019/07/16
- 75/111: gnu: Add texlive-ruhyphen., guix-commits, 2019/07/16
- 76/111: gnu: Add texlive-etex., guix-commits, 2019/07/16
- 78/111: gnu: Add texlive-docstrip., guix-commits, 2019/07/16
- 79/111: gnu: Add texlive-fontinst., guix-commits, 2019/07/16
- 80/111: gnu: Add texlive-mflogo-font.,
guix-commits <=
- 83/111: gnu: Add texlive-lm., guix-commits, 2019/07/16
- 81/111: gnu: Add texlive-cm-super., guix-commits, 2019/07/16
- 77/111: gnu: Add texlive-latexconfig., guix-commits, 2019/07/16
- 90/111: gnu: Add texlive-pstool., guix-commits, 2019/07/16
- 89/111: gnu: Add texlive-filemod., guix-commits, 2019/07/16
- 93/111: gnu: Add texlive-etoolbox., guix-commits, 2019/07/16
- 94/111: gnu: Add texlive-kpathsea., guix-commits, 2019/07/16
- 84/111: gnu: Add texlive-epsf., guix-commits, 2019/07/16
- 85/111: gnu: Add texlive-graphics-def., guix-commits, 2019/07/16
- 82/111: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/16