[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
286/452: gnu: texlive-rerunfilecheck: Refresh package definition.
From: |
guix-commits |
Subject: |
286/452: gnu: texlive-rerunfilecheck: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:43 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 215eb73e9502433dba8d49f9fa976b026ff0bcac
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 ddab064fb2..8d9e77f811 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3998,34 +3998,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)
- 245/452: gnu: texlive-polyglossia: Refresh package definition., (continued)
- 245/452: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/09
- 250/452: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/09
- 252/452: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/06/09
- 258/452: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/09
- 273/452: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/06/09
- 278/452: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/06/09
- 262/452: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/09
- 267/452: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/09
- 260/452: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/09
- 282/452: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/09
- 286/452: gnu: texlive-rerunfilecheck: Refresh package definition.,
guix-commits <=
- 288/452: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/09
- 296/452: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/09
- 298/452: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/09
- 297/452: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/09
- 299/452: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/09
- 301/452: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/09
- 307/452: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/09
- 310/452: gnu: Add texlive-cmexb., guix-commits, 2023/06/09
- 313/452: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/09
- 316/452: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/09