[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
104/111: gnu: texlive-tex-plain: Simplify.
From: |
guix-commits |
Subject: |
104/111: gnu: texlive-tex-plain: Simplify. |
Date: |
Tue, 16 Jul 2019 09:21:13 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 4c0c175e95f0a43a89a872317015c5f07a319637
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 16 13:16:08 2019 +0200
gnu: texlive-tex-plain: Simplify.
* gnu/packages/tex.scm (texlive-tex-plain): Implement with
SIMPLE-TEXLIVE-PACKAGE.
[description]: Use full sentences.
---
gnu/packages/tex.scm | 36 +++++++++---------------------------
1 file changed, 9 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c6c0dd8..6d3b038 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1270,36 +1270,18 @@ incorporates the e-TeX extensions.")
(define-public texlive-tex-plain
(package
- (name "texlive-tex-plain")
- (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/plain"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1xknlb3gcw6jjqh97bhghxi594bzpj1zfzzfsrr9pvr9s1bx7dnf"))))
- (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/plain")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (inherit (simple-texlive-package
+ "texlive-tex-plain"
+ (list "/tex/plain/")
+ (base32
+ "1rrfay4d7lbyj02wlf23mwvbpjd160nwlgryx97hq1vb7dva4swr")
+ #:trivial? #t))
(home-page "https://www.ctan.org/pkg/plain")
(synopsis "Plain TeX format and supporting files")
(description
- "Contains files used to build the Plain TeX format, as described in the
-TeXbook, together with various supporting files (some also discussed in the
-book).")
+ "This package contains files used to build the Plain TeX format, as
+described in the TeXbook, together with various supporting files (some also
+discussed in the book).")
(license license:knuth)))
(define-public texlive-hyphen-afrikaans
- 87/111: gnu: texlive-latex-graphics: Simplify., (continued)
- 87/111: gnu: texlive-latex-graphics: Simplify., guix-commits, 2019/07/16
- 98/111: gnu: Add texlive-amsfonts., guix-commits, 2019/07/16
- 96/111: gnu: texlive-dvips: Update source files., guix-commits, 2019/07/16
- 102/111: gnu: Add texlive-txfonts., guix-commits, 2019/07/16
- 97/111: gnu: texlive-latex-base: Simplify., guix-commits, 2019/07/16
- 106/111: gnu: Add texlive-times., guix-commits, 2019/07/16
- 103/111: gnu: Add texlive-xypic., guix-commits, 2019/07/16
- 109/111: WIP texlive-tlpdb: Init, guix-commits, 2019/07/16
- 100/111: gnu: texlive-fonts-ec: Update license URL., guix-commits, 2019/07/16
- 101/111: gnu: Add texlive-ae., guix-commits, 2019/07/16
- 104/111: gnu: texlive-tex-plain: Simplify.,
guix-commits <=
- 105/111: gnu: Add texlive-charter., guix-commits, 2019/07/16
- 111/111: gnu: Add texlive-beamer., guix-commits, 2019/07/16
- 110/111: gnu: Add texlive-cm., guix-commits, 2019/07/16
- 108/111: gnu: Add texlive-zapfding., guix-commits, 2019/07/16
- 107/111: gnu: Add texlive-palatino., guix-commits, 2019/07/16