[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
392/421: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
392/421: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sun, 28 May 2023 01:30:33 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b285a86c8b41f73d2e01e81dffb809c1d734ec51
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:35:47 2023 +0200
gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-totcount!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 41 ++++++++++++++++++-----------------------
1 file changed, 18 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1e00a4b3bf..1e325e4b16 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13869,31 +13869,26 @@ of occurrences of a substring.")
(license license:lppl1.0+)))
(define-public texlive-totcount
- (let ((template (simple-texlive-package
- "texlive-totcount"
- (list "doc/latex/totcount/"
- "source/latex/totcount/"
- "tex/latex/totcount/")
- (base32
- "1rj9ncip5h2cbdljjqwxqsg14pb4mimzhz290q872n32w7rxkp28"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (build-system texlive-build-system)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "latex/totcount")
- ((#:tex-format _ #t) "latex")
- ((#:build-targets _ '()) '(list "totcount.ins"))))
- (propagated-inputs
- (list texlive-graphics))
- (home-page "https://ctan.org/pkg/totcount")
- (synopsis "Find the last value of a counter")
- (description
- "This package records the value that was last set, for any counter of
+ (package
+ (name "texlive-totcount")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/totcount/" "source/latex/totcount/"
+ "tex/latex/totcount/")
+ (base32
+ "1rj9ncip5h2cbdljjqwxqsg14pb4mimzhz290q872n32w7rxkp28")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (propagated-inputs (list texlive-graphics))
+ (home-page "https://ctan.org/pkg/totcount")
+ (synopsis "Find the last value of a counter")
+ (description
+ "This package records the value that was last set, for any counter of
interest. Since most such counters are simply incremented when they are
changed, the recorded value will usually be the maximum value.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-totcount texlive-totcount)
- 335/421: gnu: texlive-dehyph-exptl: Refresh package definition., (continued)
- 335/421: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/28
- 350/421: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/05/28
- 354/421: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/28
- 356/421: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/28
- 360/421: gnu: Add texlive-mptopdf., guix-commits, 2023/05/28
- 368/421: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 395/421: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/28
- 408/421: gnu: texlive-wasy: Fix build., guix-commits, 2023/05/28
- 406/421: gnu: texlive-tipa: Fix build., guix-commits, 2023/05/28
- 412/421: gnu: texlive-xypic: Fix build., guix-commits, 2023/05/28
- 392/421: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 210/421: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/05/28
- 211/421: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/28
- 253/421: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/28
- 281/421: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/05/28
- 298/421: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/05/28
- 302/421: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/05/28
- 309/421: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/28
- 312/421: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/28
- 316/421: gnu: Add texlive-cmexb., guix-commits, 2023/05/28
- 338/421: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/28