[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/409: gnu: texlive-refcount: Refresh package definition.
From: |
guix-commits |
Subject: |
238/409: gnu: texlive-refcount: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:53 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 19b1ba967496eca9dd3cbe5ba849f9068646af9a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:49:12 2023 +0200
gnu: texlive-refcount: Refresh package definition.
* gnu/packages/tex.scm (texlive-refcount): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-LTXCMDS.
---
gnu/packages/tex.scm | 39 ++++++++++++++++++---------------------
1 file changed, 18 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bb45a2976c..9720f784f0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5726,31 +5726,28 @@ re-processing.")
(define-deprecated-package texlive-latex-pstool texlive-pstool)
(define-public texlive-refcount
- (let ((template (simple-texlive-package
- "texlive-refcount"
- (list "doc/latex/refcount/"
- "source/latex/refcount/"
- "tex/latex/refcount/")
- (base32
- "128cvwdl4wcdshvs59yn5iljdxxdrc5jircbxav77y7kc3l33z7z"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/refcount")
- ((#:build-targets _ '())
- #~(list "refcount.dtx"))))
- (home-page "https://www.ctan.org/pkg/refcount")
- (synopsis "Counter operations with label references")
- (description
- "This package provides the @code{\\setcounterref} and
+ (package
+ (name "texlive-refcount")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/refcount/" "source/latex/refcount/"
+ "tex/latex/refcount/")
+ (base32
+ "128cvwdl4wcdshvs59yn5iljdxxdrc5jircbxav77y7kc3l33z7z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-infwarerr texlive-ltxcmds))
+ (home-page "https://www.ctan.org/pkg/refcount")
+ (synopsis "Counter operations with label references")
+ (description
+ "This package provides the @code{\\setcounterref} and
@code{\\addtocounterref} commands which use the section (or other) number
from the reference as the value to put into the counter. It also provides
@code{\\setcounterpageref} and @code{\\addtocounterpageref} that do the
corresponding thing with the page reference of the label.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-refcount texlive-refcount)
- 269/409: gnu: Add texlive-colorprofiles., (continued)
- 269/409: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/20
- 273/409: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/20
- 280/409: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/20
- 285/409: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/05/20
- 288/409: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/20
- 259/409: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/05/20
- 268/409: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/20
- 278/409: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/20
- 291/409: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/05/20
- 309/409: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/05/20
- 238/409: gnu: texlive-refcount: Refresh package definition.,
guix-commits <=
- 244/409: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/20
- 267/409: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/20
- 272/409: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/20
- 298/409: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/20
- 321/409: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/20
- 121/409: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/20
- 124/409: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/20
- 141/409: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/20
- 146/409: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/20
- 216/409: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/05/20