[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/452: gnu: texlive-fmtcount: Refresh package definition.
From: |
guix-commits |
Subject: |
174/452: gnu: texlive-fmtcount: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f7b6c80aa199d97e6df285f4f582b9d66d875a58
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:18:25 2023 +0200
gnu: texlive-fmtcount: Refresh package definition.
* gnu/packages/tex.scm (texlive-fmtcount): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSMATH, TEXLIVE-ETOOLBOX,
TEXLIVE-GRAPHICS,
TEXLIVE-XKEYVAL.
---
gnu/packages/tex.scm | 38 +++++++++++++++++++++-----------------
1 file changed, 21 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a978fb209c..3e83a8b35e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11980,25 +11980,29 @@ making a list of theorems, analagous to
@code{\\listoffigures}.")
(define-public texlive-fmtcount
(package
- (inherit (simple-texlive-package
- "texlive-fmtcount"
- (list "doc/latex/fmtcount/"
- "scripts/fmtcount/"
- "source/latex/fmtcount/"
- "tex/latex/fmtcount/")
- (base32
- "1biw0g6s2arq6kq52c1yfkl0vzafja2az65c3d0syq0vgjzj9763")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/fmtcount")
+ (name "texlive-fmtcount")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fmtcount/" "scripts/fmtcount/"
+ "source/latex/fmtcount/" "tex/latex/fmtcount/")
+ (base32
+ "1biw0g6s2arq6kq52c1yfkl0vzafja2az65c3d0syq0vgjzj9763")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsmath
+ texlive-etoolbox
+ texlive-graphics
+ texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/fmtcount")
(synopsis "Display the value of a LaTeX counter in a variety of formats")
(description
- "The package provides commands that display the value of a LaTeX counter
in a
-variety of formats (ordinal, text, hexadecimal, decimal, octal, binary etc).
-The package offers some multilingual support; configurations for use in English
-(both British and American usage), French (including Belgian and Swiss
-variants), German, Italian, Portuguese and Spanish documents are provided.
This
-package was originally provided as part of the author's datetime package, but
is
-now distributed separately.")
+ "The package provides commands that display the value of a LaTeX counter
+in a variety of formats (ordinal, text, hexadecimal, decimal, octal, binary
+etc). The package offers some multilingual support; configurations for use in
+English (both British and American usage), French (including Belgian and Swiss
+variants), German, Italian, Portuguese and Spanish documents are provided.")
(license license:lppl1.3+)))
(define-public texlive-inriafonts
- 126/452: gnu: texlive-bibtex: Refresh package definition., (continued)
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09
- 155/452: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/09
- 166/452: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/09
- 162/452: gnu: Add texlive-selinput., guix-commits, 2023/06/09
- 173/452: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/09
- 167/452: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/09
- 164/452: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/09
- 174/452: gnu: texlive-fmtcount: Refresh package definition.,
guix-commits <=
- 25/452: gnu: Add texlive-dehyph., guix-commits, 2023/06/09
- 26/452: gnu: Add texlive-passivetex., guix-commits, 2023/06/09
- 38/452: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/09
- 40/452: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/09
- 43/452: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/09
- 49/452: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/09
- 72/452: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/09
- 52/452: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/09
- 67/452: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/09
- 58/452: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/09