[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
387/409: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
387/409: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sat, 20 May 2023 04:03:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9e3b58837913c2ee4fed0a1ec17a3599fdfb0877
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:37:23 2023 +0200
gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-totpages!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[native-inputs]: Remove them.
---
gnu/packages/tex.scm | 43 ++++++++++++++++++-------------------------
1 file changed, 18 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c578465777..cb6e494027 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13896,33 +13896,26 @@ changed, the recorded value will usually be the
maximum value.")
(define-deprecated-package texlive-latex-totcount texlive-totcount)
(define-public texlive-totpages
- (let ((template (simple-texlive-package
- "texlive-totpages"
- (list "doc/latex/totpages/"
- "source/latex/totpages/"
- "tex/latex/totpages/")
- (base32
- "1mmya2fqdskyavw3hvdiygfyp9cll7bl4lpi7pl2jf9s7ds49j5a"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (build-system texlive-build-system)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "latex/totpages")
- ((#:tex-format _ #t) "latex")
- ((#:build-targets _ '()) '(list "totpages.ins"))))
- (native-inputs
- (list (texlive-updmap.cfg)))
- (propagated-inputs
- (list texlive-everyshi texlive-graphics))
- (home-page "https://ctan.org/pkg/totpages")
- (synopsis "Count pages in a document, and report last page number")
- (description
- "The package counts the actual pages in the document (as opposed to
+ (package
+ (name "texlive-totpages")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/totpages/" "source/latex/totpages/"
+ "tex/latex/totpages/")
+ (base32
+ "1mmya2fqdskyavw3hvdiygfyp9cll7bl4lpi7pl2jf9s7ds49j5a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (propagated-inputs (list texlive-everyshi texlive-graphics))
+ (home-page "https://ctan.org/pkg/totpages")
+ (synopsis "Count pages in a document, and report last page number")
+ (description
+ "The package counts the actual pages in the document (as opposed to
reporting the number of the last page, as does @code{lastpage}). The counter
itself may be shipped out to the DVI file.")
- (license license:lppl))))
+ (license license:lppl)))
(define-public texlive-xetexconfig
(package
- 362/409: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 362/409: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 364/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 366/409: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 368/409: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 370/409: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 373/409: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 380/409: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 377/409: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 382/409: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 384/409: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 387/409: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 386/409: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 392/409: gnu: texlive-etex: Fix build., guix-commits, 2023/05/20
- 394/409: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/20
- 391/409: gnu: texlive-cm: Fix build., guix-commits, 2023/05/20
- 407/409: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/20
- 402/409: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/20
- 405/409: gnu: texlive-lh: Fix build., guix-commits, 2023/05/20
- 395/409: gnu: texlive-ec: Fix build., guix-commits, 2023/05/20
- 401/409: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/20
- 409/409: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/05/20