[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
204/418: gnu: texlive-logreq: Refresh package definition.
From: |
guix-commits |
Subject: |
204/418: gnu: texlive-logreq: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit cbd36a71356d22fcd815aa0f048db51ed6f546fe
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 20:42:57 2023 +0200
gnu: texlive-logreq: Refresh package definition.
* gnu/packages/tex.scm (texlive-logreq): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-GRAPHICS.
---
gnu/packages/tex.scm | 56 ++++++++++++++++++++++++----------------------------
1 file changed, 26 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 28c41006f2..57cb362b7f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10776,36 +10776,32 @@ styles as well as the optional active quotes are
freely configurable.")
(license license:lppl1.3c+))))
(define-public texlive-logreq
- (let ((template (simple-texlive-package
- "texlive-logreq"
- (list "/doc/latex/logreq/"
- "/tex/latex/logreq/")
- (base32
- "13difccs3cxlkqlnhw286yb0c7mifrxfd402a2x5wwxv0m1kgfqd")
- #:trivial? #t)))
- (package
- (inherit template)
- (propagated-inputs
- (list texlive-etoolbox))
- (home-page "https://www.ctan.org/pkg/logreq")
- (synopsis "Support for automation of the LaTeX workflow")
- (description "The package helps to automate a typical LaTeX
-workflow that involves running LaTeX several times and running tools
-such as BibTeX or makeindex. It will log requests like \"please rerun
-LaTeX\" or \"please run BibTeX on file X\" to an external file in a
-machine-readable format. Compiler scripts and integrated LaTeX
-editing environments may parse this file to determine the next steps
-in the workflow. In sum, the package will do two things:
-
-@enumerate
-@item
-enable package authors to use LaTeX commands to issue requests, and
-
-@item
-collect all requests from all packages and write them to an external
-XML file.
-@end enumerate\n")
- (license license:lppl1.3c))))
+ (package
+ (name "texlive-logreq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/logreq/" "tex/latex/logreq/")
+ (base32
+ "13difccs3cxlkqlnhw286yb0c7mifrxfd402a2x5wwxv0m1kgfqd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etoolbox
+ texlive-graphics))
+ (home-page "https://ctan.org/pkg/logreq")
+ (synopsis "Support for automation of the LaTeX workflow")
+ (description
+ "The package helps to automate a typical LaTeX workflow that involves
+running LaTeX several times, running tools such as BibTeX or makeindex, and so
+on. It will log requests like ``please rerun LaTeX'' or ``please run BibTeX
+on file X'' to an external XML file which lists all open tasks in
+a machine-readable format. Compiler scripts and integrated LaTeX editing
+environments may parse this file to determine the next steps in the
+workflow. In sum, the package will do two things: enable package authors to
+use LaTeX commands to issue requests, collect all requests from all packages
+and write them to an external XML file at the end of the document.")
+ (license license:lppl1.3+)))
(define-public texlive-biblatex
(package
- 173/418: gnu: texlive-inriafonts: Refresh package definition., (continued)
- 173/418: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/29
- 171/418: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/29
- 172/418: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/05/29
- 174/418: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/29
- 175/418: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/29
- 177/418: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/29
- 180/418: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/29
- 179/418: gnu: Add texlive-incgraph., guix-commits, 2023/05/29
- 182/418: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/29
- 178/418: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/05/29
- 204/418: gnu: texlive-logreq: Refresh package definition.,
guix-commits <=
- 223/418: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/29
- 228/418: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/29
- 215/418: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/29
- 217/418: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/29
- 225/418: gnu: Add texlive-xmltexconfig., guix-commits, 2023/05/29
- 235/418: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/29
- 236/418: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/05/29
- 232/418: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/29
- 238/418: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/29
- 243/418: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/29