[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/418: gnu: texlive-xunicode: Refresh package definition.
From: |
guix-commits |
Subject: |
212/418: gnu: texlive-xunicode: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:17 -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+)))
- 368/418: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 368/418: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 395/418: gnu: texlive-ec: Fix build., guix-commits, 2023/05/29
- 415/418: gnu: Add texlive-mfware., guix-commits, 2023/05/29
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/29
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 387/418: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 216/418: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/05/29
- 220/418: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/29
- 229/418: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/05/29
- 226/418: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/29
- 212/418: gnu: texlive-xunicode: Refresh package definition.,
guix-commits <=
- 221/418: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/29
- 237/418: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/29
- 239/418: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/29
- 241/418: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/29
- 245/418: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/05/29
- 246/418: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/05/29
- 249/418: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/05/29
- 250/418: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/05/29
- 251/418: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/05/29
- 253/418: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/29