[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
276/409: gnu: texlive-atveryend: Refresh package definition.
From: |
guix-commits |
Subject: |
276/409: gnu: texlive-atveryend: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:03:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9baed7016253a8555dcc011d59df5912d4abc11a
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)
- 242/409: gnu: texlive-bidi: Fix build., (continued)
- 242/409: gnu: texlive-bidi: Fix build., guix-commits, 2023/05/20
- 246/409: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/05/20
- 251/409: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/05/20
- 253/409: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/20
- 254/409: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/05/20
- 258/409: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/20
- 260/409: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/20
- 263/409: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/05/20
- 274/409: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/05/20
- 275/409: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/05/20
- 276/409: gnu: texlive-atveryend: Refresh package definition.,
guix-commits <=
- 289/409: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/20
- 293/409: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/20
- 279/409: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/20
- 294/409: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/05/20
- 295/409: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/05/20
- 299/409: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/20
- 307/409: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/20
- 308/409: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/20
- 313/409: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/20
- 315/409: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/20