[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/418: gnu: texlive-xetex: Refresh package definition.
From: |
guix-commits |
Subject: |
142/418: gnu: texlive-xetex: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:04 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2eeb7ff3430531bcf9eb9892d8a4d2740ef6a17e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:04:16 2023 +0200
gnu: texlive-xetex: Refresh package definition.
* gnu/packages/tex.scm (texlive-xetex): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-XETEXCONFIG. Re-order alphabetically.
---
gnu/packages/tex.scm | 35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index deb902dc5e..503965c77d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13034,16 +13034,20 @@ itself may be shipped out to the DVI file.")
(define-public texlive-xetex
(package
- (inherit (simple-texlive-package
- "texlive-xetex"
- (list "/doc/man/man1/xetex.1"
- "/doc/man/man1/xelatex.1"
- "/doc/xetex/base/"
- "/fonts/misc/xetex/fontmapping/base/"
- "/tex/xelatex/xetexconfig/")
- (base32
- "0j396anlhk5pqrnwxr8bpq55sp3qfyb6n9g08x4nmaa6p9b9y8ab")
- #:trivial? #t))
+ (name "texlive-xetex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/xelatex.1"
+ "doc/man/man1/xelatex.man1.pdf"
+ "doc/man/man1/xetex.1"
+ "doc/man/man1/xetex.man1.pdf"
+ "doc/xetex/base/"
+ "fonts/misc/xetex/fontmapping/base/")
+ (base32
+ "15bjr41p9l5d6837hy3nrhkkylgv04b0150vysyg5730svh3fnan")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(propagated-inputs
(list texlive-atbegshi
texlive-atveryend
@@ -13054,16 +13058,17 @@ itself may be shipped out to the DVI file.")
texlive-everyshi
texlive-firstaid
texlive-hyphen-base
- texlive-latex-base
- texlive-latex-fonts
texlive-l3backend
texlive-l3kernel
texlive-l3packages
+ texlive-latex-base
+ texlive-latex-fonts
texlive-lm
- texlive-tex-ini-files
texlive-plain
- texlive-unicode-data))
- (home-page "https://www.tug.org/texlive/")
+ texlive-tex-ini-files
+ texlive-unicode-data
+ texlive-xetexconfig))
+ (home-page "https://ctan.org/pkg/xetex")
(synopsis "Extended variant of TeX for use with Unicode sources")
(description
"XeTeX is a TeX typesetting engine using Unicode and supporting modern
font
- 123/418: gnu: texlive-tex-plain -> texlive-plain., (continued)
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/29
- 124/418: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/29
- 126/418: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/29
- 127/418: gnu: Add texlive-newverbs., guix-commits, 2023/05/29
- 129/418: gnu: Add texlive-gincltex., guix-commits, 2023/05/29
- 132/418: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/29
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/29
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/29
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/29
- 136/418: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/29
- 142/418: gnu: texlive-xetex: Refresh package definition.,
guix-commits <=
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/29
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/29
- 145/418: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/29
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/29
- 155/418: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/29
- 146/418: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/29
- 158/418: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/29
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/29
- 154/418: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/29
- 160/418: gnu: Add texlive-lipsum., guix-commits, 2023/05/29