[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
386/458: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
386/458: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Wed, 14 Jun 2023 05:23:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 546a07785b2492c554acaca2c3820b90bb5f4711
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 b103433c47..19fdbac727 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13835,31 +13835,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)
- 321/458: gnu: texlive-fancyvrb: Refresh package definition., (continued)
- 321/458: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/14
- 322/458: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/06/14
- 330/458: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/14
- 366/458: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 352/458: gnu: Add texlive-manfnt., guix-commits, 2023/06/14
- 373/458: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 379/458: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 365/458: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 362/458: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 355/458: gnu: Add texlive-luatex., guix-commits, 2023/06/14
- 386/458: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 397/458: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/14
- 393/458: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/14
- 356/458: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/14
- 410/458: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/14
- 406/458: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/14
- 394/458: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/14
- 404/458: gnu: texlive-cs: Fix build., guix-commits, 2023/06/14
- 415/458: gnu: Add texlive-mfware., guix-commits, 2023/06/14
- 418/458: gnu: texlive: Improve package style., guix-commits, 2023/06/14
- 423/458: gnu: Add texlive-latex., guix-commits, 2023/06/14