[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit.
From: |
guix-commits |
Subject: |
47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit. |
Date: |
Mon, 29 May 2023 17:38:49 -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")
- 235/418: gnu: texlive-filemod: Refresh package definition., (continued)
- 235/418: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/29
- 236/418: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/05/29
- 232/418: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/29
- 238/418: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/29
- 243/418: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/29
- 244/418: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/29
- 247/418: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/29
- 264/418: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/29
- 271/418: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/29
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/29
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit.,
guix-commits <=
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/29
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/29
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/29
- 115/418: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/29
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/05/29
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/29
- 138/418: gnu: Add texlive-modes., guix-commits, 2023/05/29
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/29
- 157/418: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/29
- 161/418: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/29