[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/416: gnu: texlive-xunicode: Refresh package definition.
From: |
guix-commits |
Subject: |
212/416: gnu: texlive-xunicode: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 81d6cf6afd707a3ff3417a28b2198407e13250cc
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 b56129a646..837b99de7e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10120,21 +10120,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+)))
- 169/416: gnu: texlive-endfloat: Refresh package definition., (continued)
- 169/416: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/05/28
- 171/416: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/28
- 179/416: gnu: Add texlive-incgraph., guix-commits, 2023/05/28
- 181/416: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/28
- 177/416: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/28
- 190/416: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/28
- 184/416: gnu: Add texlive-etextools., guix-commits, 2023/05/28
- 191/416: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/28
- 198/416: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/28
- 213/416: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/28
- 212/416: gnu: texlive-xunicode: Refresh package definition.,
guix-commits <=
- 218/416: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/28
- 224/416: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/28
- 253/416: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/28
- 241/416: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/28
- 254/416: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/05/28
- 239/416: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/28
- 238/416: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/28
- 260/416: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/28
- 267/416: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/28
- 270/416: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/28