[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/416: gnu: texlive-latex-seqsplit -> texlive-seqsplit.
From: |
guix-commits |
Subject: |
47/416: gnu: texlive-latex-seqsplit -> texlive-seqsplit. |
Date: |
Sun, 28 May 2023 02:32:11 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a2a9b99c3fc33f22c47029e4673260253487eea9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 00:37:03 2023 +0200
gnu: texlive-latex-seqsplit -> texlive-seqsplit.
* gnu/packages/tex.scm (texlive-seqsplit): New variable.
(texlive-latex-seqsplit): Deprecate variable.
---
gnu/packages/tex.scm | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2ca57e26c6..194bcbd55d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5563,14 +5563,18 @@ recent classes such as powerdot or beamer, both of
which are tuned to
(define-deprecated-package texlive-latex-seminar texlive-seminar)
-(define-public texlive-latex-seqsplit
+(define-public texlive-seqsplit
(package
- (inherit (simple-texlive-package
- "texlive-latex-seqsplit"
+ (name "texlive-seqsplit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
(list "doc/latex/seqsplit/"
+ "source/latex/seqsplit/"
"tex/latex/seqsplit/")
- (base32 "1vwzs90520qsk22djl6gs6gpqx83y4b19kziirwj2xwbivcfk1h4")
- #:trivial? #t))
+ (base32
+ "0x6xcism9s9mhpr278xi4c1gimz3mlqnrpr40vkx5abglr0gzm0j")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/seqsplit")
(synopsis "Split long sequences of characters in a neutral way")
@@ -5584,6 +5588,8 @@ numbers. While the package may obviously be used to
typeset DNA sequences, the
user may consider the @code{dnaseq} as a rather more powerful alternative.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-seqsplit texlive-seqsplit)
+
(define-public texlive-showexpl
(package
(name "texlive-showexpl")
- 25/416: gnu: Add texlive-dehyph., (continued)
- 25/416: gnu: Add texlive-dehyph., guix-commits, 2023/05/28
- 24/416: gnu: Add texlive-enctex., guix-commits, 2023/05/28
- 26/416: gnu: Add texlive-passivetex., guix-commits, 2023/05/28
- 28/416: gnu: Add texlive-refstyle., guix-commits, 2023/05/28
- 30/416: gnu: Add texlive-breakurl., guix-commits, 2023/05/28
- 31/416: gnu: Add texlive-chngcntr., guix-commits, 2023/05/28
- 32/416: gnu: Add texlive-multido., guix-commits, 2023/05/28
- 33/416: gnu: Add texlive-attachfile., guix-commits, 2023/05/28
- 35/416: gnu: Add texlive-subfig., guix-commits, 2023/05/28
- 44/416: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/28
- 47/416: gnu: texlive-latex-seqsplit -> texlive-seqsplit.,
guix-commits <=
- 50/416: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/28
- 56/416: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/28
- 53/416: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/28
- 54/416: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/28
- 66/416: gnu: Add texlive-atenddvi., guix-commits, 2023/05/28
- 65/416: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/28
- 114/416: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/28
- 70/416: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/28
- 69/416: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/28
- 64/416: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/28