[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/418: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar.
From: |
guix-commits |
Subject: |
45/418: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar. |
Date: |
Fri, 2 Jun 2023 17:23:53 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 782027c0895047ac9b5238c814e96e2823c8edb5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 00:32:58 2023 +0200
gnu: texlive-latex-newunicodechar -> texlive-newunicodechar.
* gnu/packages/tex.scm (texlive-newunicodechar): New variable.
(texlive-latex-newunicodechar): Deprecate variable.
* gnu/packages/maths.scm (hypre): Use new name.
---
gnu/packages/maths.scm | 2 +-
gnu/packages/tex.scm | 20 +++++++++++++-------
2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 21b7d8f887..8edb61356e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5780,7 +5780,7 @@ set.")
texlive-latex-multirow
texlive-natbib
texlive-latex-needspace
- texlive-latex-newunicodechar
+ texlive-newunicodechar
texlive-latex-parskip
texlive-latex-stackengine
texlive-latex-tabulary
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 12b76336c9..c3b9899f87 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5401,14 +5401,18 @@ the LaTeX standard foating environments @code{figure}
and @code{table}.")
(define-deprecated-package texlive-latex-newfloat texlive-newfloat)
-(define-public texlive-latex-newunicodechar
+(define-public texlive-newunicodechar
(package
- (inherit (simple-texlive-package
- "texlive-latex-newunicodechar"
- '("/doc/latex/newunicodechar/" "/tex/latex/newunicodechar/")
- (base32
- "0pwx3ylhvk5hxjnalas00grrbwla79j424i27hrm0zgflq7wsbrj")
- #:trivial? #t))
+ (name "texlive-newunicodechar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/newunicodechar/" "source/latex/newunicodechar"
+ "tex/latex/newunicodechar/")
+ (base32
+ "0mybqah1n9vmxvi6f587jlxbn7pv3624qw83psq5vwfnddw3n70y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(home-page "https://www.ctan.org/pkg/newunicodechar")
(synopsis "Definitions of the meaning of Unicode characters")
(description
@@ -5417,6 +5421,8 @@ Unicode characters. The document should be processed by
(pdf)LaTeX with the
Unicode option of @code{inputenc} or @code{inputenx}, or by XeLaTeX/LuaLaTeX.")
(license license:lppl1.3c+)))
+(define-deprecated-package texlive-latex-newunicodechar texlive-newunicodechar)
+
(define-public texlive-pdftexcmds
(let ((template (simple-texlive-package
"texlive-pdftexcmds"
- 14/418: gnu: texlive-latex-eqparbox -> texlive-eqparbox., (continued)
- 14/418: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/02
- 15/418: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/02
- 16/418: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/02
- 19/418: gnu: Add texlive-xfor., guix-commits, 2023/06/02
- 21/418: gnu: Add texlive-filehook., guix-commits, 2023/06/02
- 25/418: gnu: Add texlive-dehyph., guix-commits, 2023/06/02
- 29/418: gnu: Add texlive-euenc., guix-commits, 2023/06/02
- 31/418: gnu: Add texlive-chngcntr., guix-commits, 2023/06/02
- 32/418: gnu: Add texlive-multido., guix-commits, 2023/06/02
- 33/418: gnu: Add texlive-attachfile., guix-commits, 2023/06/02
- 45/418: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar.,
guix-commits <=
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/02
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/02
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/02
- 57/418: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/02
- 65/418: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/02
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/06/02
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/02
- 38/418: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/02
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/02
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/02