[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
315/452: gnu: texlive-l3build: Refresh package definition.
From: |
guix-commits |
Subject: |
315/452: gnu: texlive-l3build: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:48 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1f8117d18c853fc05dfa31f6ab249dec3e2cd11a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:07:00 2023 +0200
gnu: texlive-l3build: Refresh package definition.
* gnu/packages/tex.scm (texlive-l3build): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 64 ++++++++++++++++++----------------------------------
1 file changed, 22 insertions(+), 42 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bd009bb544..03b5a4462f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4413,50 +4413,30 @@ file name may also be given explicitly as an optional
argument.")
(license license:lppl)))
(define-public texlive-l3build
- (let ((template (simple-texlive-package
- "texlive-l3build"
- (list "/doc/latex/l3build/"
- "/doc/man/man1/l3build.1"
- "/scripts/l3build/"
- "/tex/latex/l3build/"
- ;; TODO: The dtx file builds only the documentation.
- ;; We avoid this for a simpler package definition,
- ;; but it may be possible to exclude
- ;; /doc/latex/l3build and the man page in the future.
- "/source/latex/l3build/")
- (base32
- "1fcay05jj53qgp2b98jpawi0id298fs5xc4y1r5krrfr4sp4hd59")
- #:trivial? #t)))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:phases phases)
- `(modify-phases ,phases
- (add-after 'install 'patch-shebangs-again
- (lambda* (#:key inputs outputs #:allow-other-keys)
- ;; XXX: Since the 'patch-shebangs' phase cannot change the
- ;; original source files patch the shebangs again here.
- (let* ((coreutils (assoc-ref inputs "coreutils"))
- (texlive-bin (assoc-ref inputs "texlive-bin"))
- (path (list (string-append coreutils "/bin")
- (string-append texlive-bin "/bin"))))
- (for-each (lambda (file)
- (format #t "~a~%" file)
- (patch-shebang file path))
- (find-files (assoc-ref outputs "out")))
- #t)))))))
- (inputs
- (list coreutils texlive-bin))
- (home-page "https://github.com/latex3/luaotfload")
- (synopsis "Testing and building system for LaTeX")
- (description
- "The l3build module is designed to support the development of
+ (package
+ (name "texlive-l3build")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/l3build/"
+ "doc/man/man1/l3build.1"
+ "doc/man/man1/l3build.man1.pdf"
+ "scripts/l3build/"
+ "source/latex/l3build/"
+ "tex/latex/l3build/")
+ (base32
+ "0xxzy3xnq71z3sbkdq8glgnqydvr9g11ih2jmg68fmn5m145w8pi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/l3build")
+ (synopsis "Testing and building system for LaTeX")
+ (description
+ "The @code{l3build} module is designed to support the development of
high-quality LaTeX code by providing: a unit testing system, automated
typesetting of code sources, and a reliable packaging system for CTAN
-releases. The bundle consists of a Lua script to run the tasks and a
-@code{.tex} file which provides the testing environment.")
- (license license:lppl1.3c+))))
+releases. The bundle consists of a Lua script to run the tasks and
+a @file{.tex} file which provides the testing environment.")
+ (license license:lppl1.3c+)))
(define-public texlive-luabidi
(package
- 242/452: gnu: texlive-bidi: Fix build., (continued)
- 242/452: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/09
- 247/452: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/09
- 249/452: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/09
- 277/452: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/09
- 275/452: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/09
- 270/452: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/09
- 254/452: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/09
- 294/452: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/09
- 305/452: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/09
- 306/452: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/09
- 315/452: gnu: texlive-l3build: Refresh package definition.,
guix-commits <=
- 354/452: gnu: Add texlive-mptopdf., guix-commits, 2023/06/09
- 361/452: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/09
- 359/452: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 19/452: gnu: Add texlive-xfor., guix-commits, 2023/06/09
- 53/452: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/09
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/09
- 62/452: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/09
- 71/452: gnu: texlive-zref: Fix build., guix-commits, 2023/06/09
- 89/452: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/09
- 104/452: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/09