[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit.
From: |
guix-commits |
Subject: |
47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit. |
Date: |
Fri, 9 Jun 2023 13:42:53 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6acfb1fddf8e217374f0c2dd86196b9044467b13
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")
- 407/452: gnu: Add texlive-sansmathfonts., (continued)
- 407/452: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/09
- 406/452: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/09
- 410/452: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/09
- 414/452: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/09
- 428/452: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/09
- 431/452: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/09
- 436/452: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/09
- 448/452: gnu: Add texlive-pslatex., guix-commits, 2023/06/09
- 21/452: gnu: Add texlive-filehook., guix-commits, 2023/06/09
- 42/452: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/09
- 47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit.,
guix-commits <=
- 48/452: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/09
- 70/452: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/09
- 66/452: gnu: Add texlive-atenddvi., guix-commits, 2023/06/09
- 73/452: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/09
- 100/452: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/09
- 95/452: gnu: Add texlive-luatexbase., guix-commits, 2023/06/09
- 121/452: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/09
- 112/452: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/09
- 130/452: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/09
- 169/452: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/09