[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
272/409: gnu: texlive-alphalph: Refresh package definition.
From: |
guix-commits |
Subject: |
272/409: gnu: texlive-alphalph: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:59 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6eaddb386095fad8039e7206a693ecfc0393b971
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:08:37 2023 +0200
gnu: texlive-alphalph: Refresh package definition.
* gnu/packages/tex.scm (texlive-alphalph): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 49 +++++++++++++++++++++++--------------------------
1 file changed, 23 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 75731b9181..390c02e6d7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -692,32 +692,29 @@ executables. It is maintained as a part of TeX Live.")))
(deprecated-package (symbol->string 'old-name) name)))
(define-public texlive-alphalph
- (let ((template (simple-texlive-package
- "texlive-alphalph"
- (list "doc/latex/alphalph/"
- "source/latex/alphalph/"
- "tex/generic/alphalph/")
- (base32
- "0ap59hmg0brg2wlh3bl77jxfxrk7hphhdal8cr05mby9bw35gffy"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:build-targets _ '())
- #~(list "alphalph.dtx"))))
- (propagated-inputs
- (list texlive-intcalc texlive-infwarerr))
- (home-page "https://ctan.org/pkg/alphalph")
- (synopsis "Convert numbers to letters")
- (description
- "This package provides commands @code{\\alphalph} and
-@code{\\AlphAlph}. They are like @code{\\number} but the expansion
-consists of lowercase and uppercase letters respectively (1 to a, 26 to
-z, 27 to aa, 52 to zz, 53 to ba, 702 to zz, 703 to aaa, etc.).
-Alphalph's commands can be used as a replacement for LaTeX's
-@code{\\@@alph} and @code{\\@@Alph} macros.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-alphalph")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/alphalph/"
+ "source/latex/alphalph/"
+ "tex/generic/alphalph/")
+ (base32
+ "0ap59hmg0brg2wlh3bl77jxfxrk7hphhdal8cr05mby9bw35gffy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-intcalc texlive-infwarerr))
+ (home-page "https://ctan.org/pkg/alphalph")
+ (synopsis "Convert numbers to letters")
+ (description
+ "This package provides commands @code{\\alphalph} and @code{\\AlphAlph}.
+They are like @code{\\number} but the expansion consists of lowercase and
+uppercase letters respectively (1 to a, 26 to z, 27 to aa, 52 to zz, 53 to ba,
+702 to zz, 703 to aaa, etc.). Alphalph's commands can be used as
+a replacement for LaTeX's @code{\\@@alph} and @code{\\@@Alph} macros.")
+ (license license:lppl1.3c+)))
(define texlive-docstrip
(package
- 285/409: gnu: texlive-oberdiek: Refresh package definition., (continued)
- 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, 2023/05/20
- 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 <=
- 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
- 220/409: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/20
- 226/409: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/20
- 227/409: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/20