[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/435: gnu: texlive-fmtcount: Refresh package definition.
From: |
guix-commits |
Subject: |
174/435: gnu: texlive-fmtcount: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d696e277a61b813faf7b99e224b0dca170e1aa3b
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 43bab23cc7..d96b99105b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11988,25 +11988,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
- 412/435: guix: texlive-build-system: Handle doc-only packages gracefully., (continued)
- 412/435: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/06
- 413/435: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/06
- 418/435: gnu: texlive: Improve package style., guix-commits, 2023/06/06
- 425/435: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/06
- 433/435: gnu: texlive-context: Create formats., guix-commits, 2023/06/06
- 432/435: gnu: texlive-xetex: Create formats., guix-commits, 2023/06/06
- 431/435: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/06
- 168/435: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/06
- 171/435: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/06
- 173/435: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/06
- 174/435: gnu: texlive-fmtcount: Refresh package definition.,
guix-commits <=
- 201/435: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/06
- 204/435: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/06
- 205/435: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/06/06
- 200/435: gnu: texlive-units: Refresh package definition., guix-commits, 2023/06/06
- 216/435: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/06
- 208/435: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/06
- 212/435: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/06
- 227/435: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/06/06
- 232/435: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/06
- 229/435: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/06