[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar.
From: |
guix-commits |
Subject: |
45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar. |
Date: |
Sat, 20 May 2023 04:02:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5955afd16005642d93ec148f085c9dfd21b265a4
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 f64293230a..93ae3591f6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5785,7 +5785,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 8f3fc00825..90ce7c6cd7 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"
- 89/409: gnu: texlive-latex-threeparttable -> texlive-threeparttable., (continued)
- 89/409: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/20
- 91/409: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/20
- 93/409: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/20
- 95/409: gnu: Add texlive-luatexbase., guix-commits, 2023/05/20
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/20
- 104/409: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/20
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/20
- 109/409: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/20
- 102/409: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/20
- 132/409: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/20
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar.,
guix-commits <=
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/20
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20
- 67/409: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/20
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/20
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20
- 116/409: gnu: Add texlive-regexpatch., guix-commits, 2023/05/20