[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/435: gnu: Add texlive-luatexbase.
From: |
guix-commits |
Subject: |
95/435: gnu: Add texlive-luatexbase. |
Date: |
Tue, 6 Jun 2023 11:39:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3600504e84828f78a29912aab09a23c3e7216311
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:03:11 2023 +0200
gnu: Add texlive-luatexbase.
* gnu/packages/tex.scm (texlive-luatexbase): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 34616a7a3d..68fcb1c6a3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4268,6 +4268,33 @@ this bundle for use independent of ConTeXt.")
in the same way as BSD/GNU @code{getopt_long(3)} functions do.")
(license license:expat)))
+(define-public texlive-luatexbase
+ (package
+ (name "texlive-luatexbase")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+
+ name version
+ (list "doc/luatex/luatexbase/"
+ "source/luatex/luatexbase/"
+ "tex/luatex/luatexbase/")
+ (base32
+ "1nz2k9czqdmn08v75qa2bwanvcvyp9jmqcgwaxcy4fy4mpbrn8ra")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-ctablestack))
+ (home-page "https://ctan.org/pkg/luatexbase")
+ (synopsis "Basic resource management for LuaTeX code")
+ (description
+ "The LaTeX kernel builds in support for LuaTeX functionality, also
+available as @file{ltluatex.tex} for users of plain TeX and those with older
+LaTeX kernel implementations. This support is based on ideas taken from the
+original @code{luatexbase} package, but there are interface differences. This
+stub package provides a compatibility layer to allow existing packages to
+upgrade smoothly to the new support structure.")
+ (license license:lppl1.3+)))
+
;; TODO: We should be able to build this from the sources on Github with
;; texlive-l3build, but I haven't been able to get it to work.
(define-public texlive-luaotfload
- 109/435: gnu: texlive-latex-examplep -> texlive-examplep., (continued)
- 109/435: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/06
- 110/435: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/06
- 115/435: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/06
- 77/435: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/06
- 78/435: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/06
- 80/435: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/06
- 83/435: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/06
- 87/435: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/06
- 89/435: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/06
- 91/435: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/06
- 95/435: gnu: Add texlive-luatexbase.,
guix-commits <=
- 122/435: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/06
- 118/435: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/06
- 102/435: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/06
- 123/435: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/06
- 119/435: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/06
- 125/435: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/06
- 128/435: gnu: Add texlive-svn-prov., guix-commits, 2023/06/06
- 129/435: gnu: Add texlive-gincltex., guix-commits, 2023/06/06
- 131/435: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/06
- 130/435: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/06