[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/409: gnu: texlive-latex-ucs -> texlive-ucs.
From: |
guix-commits |
Subject: |
100/409: gnu: texlive-latex-ucs -> texlive-ucs. |
Date: |
Sat, 20 May 2023 04:02:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f36061fb8ddb5f9d9e9e157f20cdfcace823a1f7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:27:50 2023 +0200
gnu: texlive-latex-ucs -> texlive-ucs.
* gnu/packages/tex.scm (texlive-ucs): New variable.
(texlive-latex-ucs): Deprecate variable.
* gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Use new
name.
---
gnu/packages/python-xyz.scm | 2 +-
gnu/packages/tex.scm | 51 ++++++++++++++++++---------------------------
2 files changed, 21 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8af9fd5d74..0a564a1ba5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14806,11 +14806,11 @@ time.")
texlive-eurosym
texlive-fonts-rsfs
texlive-jknappen
- texlive-latex-ucs
texlive-lm
texlive-lm-math
texlive-mathpazo
texlive-oberdiek
+ texlive-ucs
texlive-zapfding))))
(home-page "https://jupyter.org")
(synopsis "Converting Jupyter Notebooks")
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 95cba49595..57db580a8c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8381,46 +8381,35 @@ It does not work in combination with list environments,
but can be used in a
(define-deprecated-package texlive-latex-wrapfig texlive-wrapfig)
-(define-public texlive-latex-ucs
+(define-public texlive-ucs
(package
- (name "texlive-latex-ucs")
+ (name "texlive-ucs")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/tex/latex/ucs"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0rrxwi60wmz5dfjifl4fwk66plf7wix85qnhfv4ylvmj6qi6hw37"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/tex/latex/ucs")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/ucs")
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ucs/" "tex/latex/ucs/data/"
+ "tex/latex/ucs/utils/")
+ (base32
+ "1hr7dsfx7vggai1j7saba48lsm1a003my9qkbr6qmazgc3lbcvl8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics
+ texlive-hyperref))
+ (home-page "https://ctan.org/pkg/ucs")
(synopsis "Extended UTF-8 input encoding support for LaTeX")
(description
- "The bundle provides the @code{ucs} package, and @code{utf8x.def},
-together with a large number of support files. The @code{utf8x.def}
+ "The bundle provides the @code{ucs} package, and @file{utf8x.def},
+together with a large number of support files. The @file{utf8x.def}
definition file for use with @code{inputenc} covers a wider range of Unicode
-characters than does @code{utf8.def} in the LaTeX distribution. The package
+characters than does @file{utf8.def} in the LaTeX distribution. The package
provides facilities for efficient use of its large sets of Unicode characters.
Glyph production may be controlled by various options, which permits use of
-non-ASCII characters when coding mathematical formulae. Note that the bundle
-previously had an alias “unicode”; that alias has now been withdrawn, and no
-package of that name now exists.")
+non-ASCII characters when coding mathematical formulae.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-ucs texlive-ucs)
+
(define-public texlive-latex-preview
(package
(name "texlive-latex-preview")
- 167/409: gnu: texlive-xpatch: Refresh package definition., (continued)
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20
- 137/409: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/20
- 196/409: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/20
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20
- 100/409: gnu: texlive-latex-ucs -> texlive-ucs.,
guix-commits <=
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/20
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes., guix-commits, 2023/05/20
- 144/409: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/20
- 145/409: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/20
- 152/409: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/20
- 157/409: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/20
- 160/409: gnu: Add texlive-lipsum., guix-commits, 2023/05/20
- 163/409: gnu: Add texlive-ntheorem., guix-commits, 2023/05/20