[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/47: gnu: Add texlive-generic-pdftex.
From: |
Ricardo Wurmus |
Subject: |
31/47: gnu: Add texlive-generic-pdftex. |
Date: |
Mon, 17 Jul 2017 08:04:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fedb80ee0e6527cb4e29380a4c2ffd343110287e
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 11 08:53:55 2017 +0200
gnu: Add texlive-generic-pdftex.
* gnu/packages/tex.scm (texlive-generic-pdftex): New variable.
---
gnu/packages/tex.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 92bfd85..ce29ba0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3298,6 +3298,38 @@ requires the suffix package, which in turn requires that
it runs under
e-TeX.")
(license license:lppl1.3+)))
+(define-public texlive-generic-pdftex
+ (package
+ (name "texlive-generic-pdftex")
+ (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/"
+ "/tex/generic/pdftex"))
+ (revision %texlive-revision)))
+ (sha256
+ (base32
+ "0k68zmqzs4qvrqxdwsrawbjb14hxqjfamq649azvai0jjxdpkljd"))))
+ (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/tex/generic/pdftex")))
+ (mkdir-p target)
+ (copy-recursively (assoc-ref %build-inputs "source") target)
+ #t))))
+ (home-page "http://www.ctan.org/pkg/pdftex")
+ (synopsis "TeX extension for direct creation of PDF")
+ (description
+ "This package provides an extension of TeX which can be configured to
+directly generate PDF documents instead of DVI.")
+ (license license:gpl2+)))
+
(define texlive-texmf
(package
(name "texlive-texmf")
- 03/47: gnu: Add texlive-latex-acronym., (continued)
- 03/47: gnu: Add texlive-latex-acronym., Ricardo Wurmus, 2017/07/17
- 18/47: gnu: Add texlive-generic-babel-english., Ricardo Wurmus, 2017/07/17
- 10/47: gnu: Add texlive-latex-polyglossia., Ricardo Wurmus, 2017/07/17
- 07/47: gnu: Add texlive-latex-gcite., Ricardo Wurmus, 2017/07/17
- 12/47: gnu: Add texlive-latex-dinbrief., Ricardo Wurmus, 2017/07/17
- 15/47: gnu: Add texlive-latex-expdlist., Ricardo Wurmus, 2017/07/17
- 19/47: gnu: texlive-union: Add texlive-generic-babel-english to defaults., Ricardo Wurmus, 2017/07/17
- 20/47: gnu: texlive-latex-babel: Install to generic/babel., Ricardo Wurmus, 2017/07/17
- 25/47: gnu: Add texlive-latex-upquote., Ricardo Wurmus, 2017/07/17
- 26/47: gnu: Add texlive-latex-parskip., Ricardo Wurmus, 2017/07/17
- 31/47: gnu: Add texlive-generic-pdftex.,
Ricardo Wurmus <=
- 13/47: gnu: Add texlive-latex-draftwatermark., Ricardo Wurmus, 2017/07/17
- 32/47: gnu: Add texlive-latex-bigfoot., Ricardo Wurmus, 2017/07/17
- 43/47: gnu: Add texlive-latex-enumitem., Ricardo Wurmus, 2017/07/17
- 22/47: gnu: Add texlive-latex-etoolbox., Ricardo Wurmus, 2017/07/17
- 29/47: gnu: Add texlive-latex-varwidth., Ricardo Wurmus, 2017/07/17
- 17/47: gnu: Add texlive-latex-cmap., Ricardo Wurmus, 2017/07/17
- 35/47: gnu: Add texlive-latex-ifplatform., Ricardo Wurmus, 2017/07/17
- 45/47: gnu: Add texlive-latex-type1cm., Ricardo Wurmus, 2017/07/17
- 21/47: gnu: Add texlive-latex-capt-of., Ricardo Wurmus, 2017/07/17
- 37/47: gnu: Add texlive-latex-trimspaces., Ricardo Wurmus, 2017/07/17