[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/458: gnu: Add texlive-luatexbase.
From: |
guix-commits |
Subject: |
95/458: gnu: Add texlive-luatexbase. |
Date: |
Wed, 14 Jun 2023 05:22:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit dfb3ef49e737c14381e728117b4b46f9bcb1f406
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 9fd61fafe1..5207319eff 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4260,6 +4260,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
- 48/458: gnu: texlive-generic-listofitems -> texlive-listofitems., (continued)
- 48/458: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/14
- 50/458: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/14
- 51/458: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/14
- 52/458: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/14
- 53/458: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/14
- 57/458: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/14
- 79/458: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/14
- 85/458: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/14
- 87/458: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/14
- 91/458: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/14
- 95/458: gnu: Add texlive-luatexbase.,
guix-commits <=
- 72/458: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/14
- 76/458: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/14
- 81/458: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/14
- 86/458: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/14
- 92/458: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/14
- 125/458: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/14
- 127/458: gnu: Add texlive-newverbs., guix-commits, 2023/06/14
- 128/458: gnu: Add texlive-svn-prov., guix-commits, 2023/06/14
- 94/458: gnu: Add texlive-ctablestack., guix-commits, 2023/06/14
- 96/458: gnu: Add texlive-luacode., guix-commits, 2023/06/14