[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/458: gnu: texlive-xunicode: Refresh package definition.
From: |
guix-commits |
Subject: |
212/458: gnu: texlive-xunicode: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:34 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 81f41401eff41af6803b14d700268fc55a3f95a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 21:40:22 2023 +0200
gnu: texlive-xunicode: Refresh package definition.
* gnu/packages/tex.scm (texlive-xunicode): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS.
---
gnu/packages/tex.scm | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f24b071c76..b3f566e83b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10112,21 +10112,25 @@ such as footnotes and section titles.")
(define-public texlive-xunicode
(package
- (inherit
- (simple-texlive-package "texlive-xunicode"
- (list "doc/xelatex/xunicode/"
- "tex/xelatex/xunicode/")
- (base32
-
"1d96i8kd2lhbykc3rxy2jjvws404f2vy1cvdcp5bdr6l9m72q1fa")
- #:trivial? #t))
- (propagated-inputs (list texlive-tipa))
- (home-page "https://ctan.org/macros/xetex/latex/xunicode")
+ (name "texlive-xunicode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/xunicode/"
+ "tex/xelatex/xunicode/")
+ (base32
+ "1d96i8kd2lhbykc3rxy2jjvws404f2vy1cvdcp5bdr6l9m72q1fa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics texlive-tipa))
+ (home-page "https://ctan.org/pkg/xunicode")
(synopsis "Generate Unicode characters from accented glyphs")
(description
- "The package supports XeTeX's (and other putative future similar engines')
-need for Unicode characters, in a similar way to what the fontenc does for
-8-bit (and the like) fonts: convert accent-glyph sequence to a single Unicode
-character for output. The package also covers glyphs specified by
+ "The package supports XeTeX's (and other putative future similar
+engines') need for Unicode characters, in a similar way to what the fontenc
+does for 8-bit (and the like) fonts: convert accent-glyph sequence to a single
+Unicode character for output. The package also covers glyphs specified by
packages (such as @code{tipa}) which define many commands for single text
glyphs.")
(license license:lppl1.3+)))
- 122/458: gnu: texlive-tex-texinfo -> texlive-texinfo., (continued)
- 122/458: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/14
- 126/458: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/14
- 132/458: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/14
- 158/458: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/14
- 163/458: gnu: Add texlive-ntheorem., guix-commits, 2023/06/14
- 166/458: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/14
- 175/458: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/14
- 183/458: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/14
- 202/458: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/14
- 211/458: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/06/14
- 212/458: gnu: texlive-xunicode: Refresh package definition.,
guix-commits <=
- 84/458: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/14
- 88/458: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/14
- 103/458: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/14
- 110/458: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/14
- 115/458: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/14
- 117/458: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/14
- 118/458: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/14
- 130/458: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/14
- 131/458: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/14
- 133/458: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/14