[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/409: gnu: texlive-latex-seqsplit -> texlive-seqsplit.
From: |
guix-commits |
Subject: |
47/409: gnu: texlive-latex-seqsplit -> texlive-seqsplit. |
Date: |
Sat, 20 May 2023 04:02:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0670143241317316afe4a823b377744d0be60cb9
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 8b27e74aa7..2ae5b1d8ba 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")
- 26/409: gnu: Add texlive-passivetex., (continued)
- 26/409: gnu: Add texlive-passivetex., guix-commits, 2023/05/20
- 29/409: gnu: Add texlive-euenc., guix-commits, 2023/05/20
- 38/409: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/20
- 35/409: gnu: Add texlive-subfig., guix-commits, 2023/05/20
- 42/409: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/20
- 30/409: gnu: Add texlive-breakurl., guix-commits, 2023/05/20
- 33/409: gnu: Add texlive-attachfile., guix-commits, 2023/05/20
- 39/409: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/20
- 41/409: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/20
- 43/409: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/20
- 47/409: gnu: texlive-latex-seqsplit -> texlive-seqsplit.,
guix-commits <=
- 51/409: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/20
- 52/409: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/20
- 54/409: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/20
- 09/409: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/20
- 21/409: gnu: Add texlive-filehook., guix-commits, 2023/05/20
- 24/409: gnu: Add texlive-enctex., guix-commits, 2023/05/20
- 28/409: gnu: Add texlive-refstyle., guix-commits, 2023/05/20
- 31/409: gnu: Add texlive-chngcntr., guix-commits, 2023/05/20
- 40/409: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/20
- 36/409: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/20