guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

142/458: gnu: texlive-xetex: Refresh package definition.


From: guix-commits
Subject: 142/458: gnu: texlive-xetex: Refresh package definition.
Date: Wed, 14 Jun 2023 05:22:21 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 25522495f6d65f52f99ff0186b77f9795685305d
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 bc547268c8..bd6d370635 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13026,16 +13026,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
@@ -13046,16 +13050,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]