[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Fri, 9 Jun 2023 13:44:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 20c5bb26f84f36079fff793aecc4297bdf4a0991
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:31:22 2023 +0200
gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-lastpage!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 37 +++++++++++++++++--------------------
1 file changed, 17 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9f4107e7af..cf6a7df511 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13695,28 +13695,25 @@ underscores), and hyphenation of text typeset in
monospaced (e.g.,
(define-deprecated-package texlive-latex-hyphenat texlive-hyphenat)
(define-public texlive-lastpage
- (let ((template (simple-texlive-package
- "texlive-lastpage"
- (list "doc/latex/lastpage/"
- "source/latex/lastpage/"
- "tex/latex/lastpage/")
- (base32
- "1cmzl0jkid4w60bjlyxrc5bynbc3lwq5nr77rsip0q9hprxykxks"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "latex/lastpage")
- ((#:build-targets _ '()) '(list "lastpage.ins"))))
- (home-page "https://ctan.org/pkg/lastpage")
- (synopsis "Reference last page for Page N of M type footers")
- (description
- "This package enables referencing the number of pages in a LaTeX
-document through the introduction of a new label which can be referenced like
+ (package
+ (name "texlive-lastpage")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lastpage/" "source/latex/lastpage/"
+ "tex/latex/lastpage/")
+ (base32
+ "1cmzl0jkid4w60bjlyxrc5bynbc3lwq5nr77rsip0q9hprxykxks")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lastpage")
+ (synopsis "Reference last page for Page N of M type footers")
+ (description
+ "This package enables referencing the number of pages in a LaTeX document
+through the introduction of a new label which can be referenced like
@code{\\pageref{LastPage}} to give a reference to the last page of a document.
It is particularly useful in the page footer that says: @samp{Page N of M}.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-lastpage texlive-lastpage)
- 344/452: gnu: texlive-cbfonts: Refresh package definition., (continued)
- 344/452: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/09
- 349/452: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/06/09
- 351/452: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/09
- 353/452: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/09
- 355/452: gnu: Add texlive-luatex., guix-commits, 2023/06/09
- 360/452: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/09
- 366/452: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 365/452: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 372/452: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 373/452: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 380/452: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 385/452: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 387/452: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 396/452: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/09
- 408/452: gnu: Add texlive-semaphor., guix-commits, 2023/06/09
- 409/452: gnu: Add texlive-knuth-local., guix-commits, 2023/06/09
- 411/452: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/09
- 415/452: gnu: Add texlive-mfware., guix-commits, 2023/06/09
- 420/452: guix: Let texlive importer suggest format creation., guix-commits, 2023/06/09
- 432/452: gnu: texlive-xetex: Create formats., guix-commits, 2023/06/09