[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/111: gnu: Add texlive-kpathsea.
From: |
guix-commits |
Subject: |
94/111: gnu: Add texlive-kpathsea. |
Date: |
Tue, 16 Jul 2019 09:21:11 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 90f71c49b4d1f9de4c889e9237ce595126ce5737
Author: Ricardo Wurmus <address@hidden>
Date: Mon Jul 15 11:43:44 2019 +0200
gnu: Add texlive-kpathsea.
* gnu/packages/tex.scm (texlive-kpathsea): New variable.
---
gnu/packages/tex.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 522d203..20f603f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2512,6 +2512,50 @@ patterns supporting a number of Cyrillic font encodings,
including T2,
UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.")
(license license:lppl))))
+(define-public texlive-kpathsea
+ (package
+ (inherit (simple-texlive-package
+ "texlive-kpathsea"
+ (list "/web2c/amiga-pl.tcx"
+ "/web2c/cp1250cs.tcx"
+ "/web2c/cp1250pl.tcx"
+ "/web2c/cp1250t1.tcx"
+ "/web2c/cp227.tcx"
+ "/web2c/cp852-cs.tcx"
+ "/web2c/cp852-pl.tcx"
+ "/web2c/cp8bit.tcx"
+ "/web2c/empty.tcx"
+ "/web2c/fmtutil.cnf"
+ "/web2c/il1-t1.tcx"
+ "/web2c/il2-cs.tcx"
+ "/web2c/il2-pl.tcx"
+ "/web2c/il2-t1.tcx"
+ "/web2c/kam-cs.tcx"
+ "/web2c/kam-t1.tcx"
+ "/web2c/macce-pl.tcx"
+ "/web2c/macce-t1.tcx"
+ "/web2c/maz-pl.tcx"
+ "/web2c/mktex.cnf"
+ "/web2c/mktex.opt"
+ "/web2c/mktexdir"
+ "/web2c/mktexdir.opt"
+ "/web2c/mktexnam"
+ "/web2c/mktexnam.opt"
+ "/web2c/mktexupd"
+ "/web2c/natural.tcx"
+ "/web2c/tcvn-t5.tcx"
+ "/web2c/viscii-t5.tcx")
+ (base32
+ "0ajfp9kr330lcm2ymr3kl9zn6y2xjkrzpa0c0azc4qdm5jllawb9")
+ #:trivial? #t))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Files related to the path searching library for TeX")
+ (description "Kpathsea is a library and utility programs which provide
+path searching facilities for TeX file types, including the self-locating
+feature required for movable installations, layered on top of a general search
+mechanism. This package provides supporting files.")
+ (license license:lgpl3+)))
+
(define-public texlive-latexconfig
(package
(inherit (simple-texlive-package
- 76/111: gnu: Add texlive-etex., (continued)
- 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, 2019/07/16
- 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 <=
- 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
- 91/111: gnu: Add texlive-seminar., guix-commits, 2019/07/16
- 92/111: gnu: Add texlive-doi., guix-commits, 2019/07/16
- 95/111: gnu: texlive-bin: Include scripts., guix-commits, 2019/07/16
- 86/111: gnu: Add texlive-graphics-cfg., guix-commits, 2019/07/16
- 88/111: gnu: Add texlive-url., guix-commits, 2019/07/16
- 99/111: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/16
- 87/111: gnu: texlive-latex-graphics: Simplify., guix-commits, 2019/07/16