[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
286/416: gnu: texlive-rerunfilecheck: Refresh package definition.
From: |
guix-commits |
Subject: |
286/416: gnu: texlive-rerunfilecheck: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:04 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5c6136e174af835519c9b3572c432d4cb81c7b12
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:28:21 2023 +0200
gnu: texlive-rerunfilecheck: Refresh package definition.
* gnu/packages/tex.scm (texlive-rerunfilecheck): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 52 ++++++++++++++++++++++++----------------------------
1 file changed, 24 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 85c46b7f4c..6d159a359e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4002,34 +4002,30 @@ experimental packages.")
(license license:lppl1.3c)))
(define-public texlive-rerunfilecheck
- (let ((template (simple-texlive-package
- "texlive-rerunfilecheck"
- (list "doc/latex/rerunfilecheck/"
- "source/latex/rerunfilecheck/"
- "tex/latex/rerunfilecheck/")
- (base32
- "0f53b6dlnlrxkzj7h7x750p0489i2gg3isfqn0dlpncpq23w1r36"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/rerunfilecheck")
- ((#:build-targets _ '())
- #~(list "rerunfilecheck.dtx"))))
- (propagated-inputs
- (list texlive-atveryend
- texlive-infwarerr
- texlive-kvoptions
- texlive-pdftexcmds
- texlive-uniquecounter))
- (home-page "https://www.ctan.org/pkg/rerunfilecheck")
- (synopsis "Checksum based rerun checks on auxiliary files")
- (description
- "This package provides additional rerun warnings if some auxiliary
-files have changed. It is based on MD5 checksum, provided by pdfTeX.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-rerunfilecheck")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/rerunfilecheck/"
+ "source/latex/rerunfilecheck/"
+ "tex/latex/rerunfilecheck/")
+ (base32
+ "0f53b6dlnlrxkzj7h7x750p0489i2gg3isfqn0dlpncpq23w1r36")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-atveryend
+ texlive-infwarerr
+ texlive-kvoptions
+ texlive-pdftexcmds
+ texlive-uniquecounter))
+ (home-page "https://www.ctan.org/pkg/rerunfilecheck")
+ (synopsis "Checksum based rerun checks on auxiliary files")
+ (description
+ "This package provides additional rerun warnings if some auxiliary files
+have changed. It is based on MD5 checksum, provided by pdfTeX.")
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-rerunfilecheck texlive-rerunfilecheck)
- 271/416: gnu: texlive-marginnote: Refresh package definition., (continued)
- 271/416: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/28
- 272/416: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/28
- 277/416: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/05/28
- 279/416: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/28
- 280/416: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/28
- 282/416: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 283/416: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/28
- 307/416: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/28
- 298/416: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/28
- 304/416: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/28
- 286/416: gnu: texlive-rerunfilecheck: Refresh package definition.,
guix-commits <=
- 292/416: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/05/28
- 300/416: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/28
- 308/416: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/28
- 311/416: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/28
- 297/416: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/28
- 310/416: gnu: Add texlive-cmexb., guix-commits, 2023/05/28
- 325/416: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/05/28
- 313/416: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 293/416: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/28
- 326/416: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/05/28