[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
276/418: gnu: texlive-atveryend: Refresh package definition.
From: |
guix-commits |
Subject: |
276/418: gnu: texlive-atveryend: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6e1b5a6c128d550ee19f01e08f7128f77f6cc474
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 210b9d9b21..8a6a334f51 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3379,29 +3379,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)
- 198/418: gnu: texlive-minted: Refresh package definition., (continued)
- 198/418: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/02
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/02
- 208/418: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/02
- 233/418: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/02
- 238/418: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/02
- 236/418: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/02
- 241/418: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/02
- 248/418: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/02
- 271/418: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/02
- 273/418: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/06/02
- 276/418: gnu: texlive-atveryend: Refresh package definition.,
guix-commits <=
- 250/418: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/02
- 279/418: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/02
- 282/418: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/02
- 288/418: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/02
- 293/418: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/02
- 292/418: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/02
- 289/418: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/02
- 303/418: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/02
- 323/418: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/02
- 325/418: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/02