[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/452: gnu: Add texlive-luatexbase.
From: |
guix-commits |
Subject: |
95/452: gnu: Add texlive-luatexbase. |
Date: |
Fri, 9 Jun 2023 13:43:03 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 53a8c1cde988e669aaa1b04db59da566dba74c3b
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
- 436/452: guix: texlive importer: Fix build system and arguments for meta-packages., (continued)
- 436/452: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/09
- 448/452: gnu: Add texlive-pslatex., guix-commits, 2023/06/09
- 21/452: gnu: Add texlive-filehook., guix-commits, 2023/06/09
- 42/452: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/09
- 47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/09
- 48/452: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/09
- 70/452: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/09
- 66/452: gnu: Add texlive-atenddvi., guix-commits, 2023/06/09
- 73/452: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/09
- 100/452: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/09
- 95/452: gnu: Add texlive-luatexbase.,
guix-commits <=
- 121/452: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/09
- 112/452: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/09
- 130/452: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/09
- 169/452: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/09
- 205/452: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/06/09
- 225/452: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/09
- 230/452: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/09
- 231/452: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/09
- 239/452: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/09
- 241/452: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/09