mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: texlive-xunicode: Refresh package definition.
* gnu/packages/tex.scm (texlive-xunicode): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-GRAPHICS.
This commit is contained in:
parent
6e535c932d
commit
69647e8215
1 changed files with 17 additions and 13 deletions
|
@ -10112,21 +10112,25 @@ (define-deprecated-package texlive-latex-examplep texlive-examplep)
|
||||||
|
|
||||||
(define-public texlive-xunicode
|
(define-public texlive-xunicode
|
||||||
(package
|
(package
|
||||||
(inherit
|
(name "texlive-xunicode")
|
||||||
(simple-texlive-package "texlive-xunicode"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/xelatex/xunicode/"
|
(source (texlive-origin
|
||||||
"tex/xelatex/xunicode/")
|
name version
|
||||||
(base32
|
(list "doc/xelatex/xunicode/"
|
||||||
"1d96i8kd2lhbykc3rxy2jjvws404f2vy1cvdcp5bdr6l9m72q1fa")
|
"tex/xelatex/xunicode/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
(propagated-inputs (list texlive-tipa))
|
"1d96i8kd2lhbykc3rxy2jjvws404f2vy1cvdcp5bdr6l9m72q1fa")))
|
||||||
(home-page "https://ctan.org/macros/xetex/latex/xunicode")
|
(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")
|
(synopsis "Generate Unicode characters from accented glyphs")
|
||||||
(description
|
(description
|
||||||
"The package supports XeTeX's (and other putative future similar engines')
|
"The package supports XeTeX's (and other putative future similar
|
||||||
need for Unicode characters, in a similar way to what the fontenc does for
|
engines') need for Unicode characters, in a similar way to what the fontenc
|
||||||
8-bit (and the like) fonts: convert accent-glyph sequence to a single Unicode
|
does for 8-bit (and the like) fonts: convert accent-glyph sequence to a single
|
||||||
character for output. The package also covers glyphs specified by
|
Unicode character for output. The package also covers glyphs specified by
|
||||||
packages (such as @code{tipa}) which define many commands for single text
|
packages (such as @code{tipa}) which define many commands for single text
|
||||||
glyphs.")
|
glyphs.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
Loading…
Reference in a new issue