[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/110: gnu: texlive-fontname: Simplify.
From: |
guix-commits |
Subject: |
82/110: gnu: texlive-fontname: Simplify. |
Date: |
Mon, 22 Jul 2019 15:25:48 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit b43948889d50611d2f025db4e150f4f85e44567e
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 14 22:28:33 2019 +0200
gnu: texlive-fontname: Simplify.
* gnu/packages/tex.scm (texlive-fontname): Implement with
SIMPLE-TEXLIVE-PACKAGE.
---
gnu/packages/tex.scm | 31 +++++++------------------------
1 file changed, 7 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 63f13b4..78575c0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -665,30 +665,13 @@ typesetting in these fonts.")
(define-public texlive-fontname
(package
- (name "texlive-fontname")
- (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/map/fontname"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "05rbn7z30xawd3n6w7c3ijp2yc67ga220jgqmkla9pd9wx185rzq"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/fonts/map/fontname")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (inherit (simple-texlive-package
+ "texlive-fontname"
+ (list "/doc/fonts/fontname/fontname.texi"
+ "/fonts/map/fontname/")
+ (base32
+ "0h5im5rnhycrrkd6z10f17m2caa8lv594wf482b68qjmnxfrqnxj")
+ #:trivial? #t))
(home-page "https://www.ctan.org/pkg/fontname")
(synopsis "Scheme for naming fonts in TeX")
(description "This is Fontname, a naming scheme for (the base part of)
- 69/110: gnu: Add texlive-hyphen-turkish., (continued)
- 69/110: gnu: Add texlive-hyphen-turkish., guix-commits, 2019/07/22
- 75/110: gnu: Add texlive-ruhyphen., guix-commits, 2019/07/22
- 76/110: gnu: Add texlive-etex., guix-commits, 2019/07/22
- 70/110: gnu: Add texlive-hyphen-turkmen., guix-commits, 2019/07/22
- 81/110: gnu: Add texlive-cm-super., guix-commits, 2019/07/22
- 79/110: gnu: Add texlive-fontinst., guix-commits, 2019/07/22
- 88/110: gnu: Add texlive-url., guix-commits, 2019/07/22
- 80/110: gnu: Add texlive-mflogo-font., guix-commits, 2019/07/22
- 78/110: gnu: Add texlive-docstrip., guix-commits, 2019/07/22
- 86/110: gnu: Add texlive-graphics-cfg., guix-commits, 2019/07/22
- 82/110: gnu: texlive-fontname: Simplify.,
guix-commits <=
- 85/110: gnu: Add texlive-graphics-def., guix-commits, 2019/07/22
- 83/110: gnu: Add texlive-lm., guix-commits, 2019/07/22
- 89/110: gnu: Add texlive-filemod., guix-commits, 2019/07/22
- 90/110: gnu: Add texlive-pstool., guix-commits, 2019/07/22
- 87/110: gnu: texlive-latex-graphics: Simplify., guix-commits, 2019/07/22
- 84/110: gnu: Add texlive-epsf., guix-commits, 2019/07/22
- 93/110: gnu: Add texlive-etoolbox., guix-commits, 2019/07/22
- 91/110: gnu: Add texlive-seminar., guix-commits, 2019/07/22
- 92/110: gnu: Add texlive-doi., guix-commits, 2019/07/22
- 99/110: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/22