[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
282/421: gnu: texlive-atveryend: Refresh package definition.
From: |
guix-commits |
Subject: |
282/421: gnu: texlive-atveryend: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 549a350e90bc10710c78e99c44c7b6c06c6ccebd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:17:54 2023 +0200
gnu: texlive-atveryend: Refresh package definition.
* gnu/packages/tex.scm (texlive-atveryend): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 53399e848f..d25cec0847 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3383,29 +3383,28 @@ customize their appearance in the enclosing document.")
(license license:lppl1.3+)))
(define-public texlive-atveryend
- (let ((template (simple-texlive-package
- "texlive-atveryend"
- (list "doc/latex/atveryend/"
- "source/latex/atveryend/"
- "tex/latex/atveryend/")
- (base32
"1rp805h0m99rxs107a798l951lyahlnp7irfklfadn2a2ljzhafn"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:build-targets _ #t)
- #~(list "atveryend.dtx"))))
- (home-page "https://ctan.org/macros/latex/contrib/atveryend")
- (synopsis "Hooks at the very end of a document")
- (description
- "This LaTeX packages provides two hooks for @code{\\end{document}} that
+ (package
+ (name "texlive-atveryend")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/atveryend/"
+ "source/latex/atveryend/"
+ "tex/latex/atveryend/")
+ (base32
+ "1rp805h0m99rxs107a798l951lyahlnp7irfklfadn2a2ljzhafn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/atveryend")
+ (synopsis "Hooks at the very end of a document")
+ (description
+ "This LaTeX packages provides two hooks for @code{\\end{document}} that
are executed after the hook of @code{\\AtEndDocument}:
@code{\\AfterLastShipout} can be used for code that is to be executed right
after the last @code{\\clearpage} before the @file{.aux} file is closed.
@code{\\AtVeryEndDocument} is used for code after closing and final reading of
the @file{.aux} file.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-atveryend texlive-atveryend)
- 391/421: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 391/421: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 419/421: guix: import: Improve importing texlive meta packages., guix-commits, 2023/05/28
- 421/421: gnu: Add texlive-mfware., guix-commits, 2023/05/28
- 420/421: gnu: Add texlive-etex-pkg., guix-commits, 2023/05/28
- 138/421: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/28
- 149/421: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/28
- 173/421: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/28
- 217/421: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/28
- 243/421: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/28
- 254/421: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/28
- 282/421: gnu: texlive-atveryend: Refresh package definition.,
guix-commits <=
- 288/421: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 293/421: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/28
- 295/421: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/28
- 299/421: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/28
- 311/421: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/28
- 314/421: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/28
- 317/421: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/28
- 321/421: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 319/421: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 326/421: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28