[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
383/416: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
383/416: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sun, 28 May 2023 02:33:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f8c2b1d3774620ff405c6a89ea5edc3bf9c09ef9
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 78e8cdc01c..f856fdc34f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13729,28 +13729,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)
- 366/416: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 366/416: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 369/416: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 361/416: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/28
- 370/416: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 371/416: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 372/416: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 373/416: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 379/416: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 381/416: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 384/416: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 383/416: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 385/416: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 390/416: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/05/28
- 391/416: gnu: texlive-cm: Fix build., guix-commits, 2023/05/28
- 394/416: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/28
- 396/416: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/05/28
- 397/416: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/05/28
- 399/416: gnu: texlive-eurosym: Fix build., guix-commits, 2023/05/28
- 401/416: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/28
- 405/416: gnu: texlive-lh: Fix build., guix-commits, 2023/05/28
- 406/416: gnu: texlive-xypic: Fix build., guix-commits, 2023/05/28