[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
429/458: gnu: Add texlive-luatex85.
From: |
guix-commits |
Subject: |
429/458: gnu: Add texlive-luatex85. |
Date: |
Wed, 14 Jun 2023 05:23:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 92e05704a1310137e8954cf6d648d39a8d5e44a0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 4 08:47:16 2023 +0200
gnu: Add texlive-luatex85.
* gnu/packages/tex.scm (texlive-luatex85): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b0c768c268..a63bc69450 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4542,6 +4542,25 @@ stub package provides a compatibility layer to allow
existing packages to
upgrade smoothly to the new support structure.")
(license license:lppl1.3+)))
+(define-public texlive-luatex85
+ (package
+ (name "texlive-luatex85")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/luatex85/"
+ "source/generic/luatex85/"
+ "tex/generic/luatex85/")
+ (base32
+ "02j42g9c5smgbrk898fpvrgqlxqcqi8xch23awvnbvg6y54cs573")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/luatex85")
+ (synopsis "pdfTeX aliases for LuaTeX")
+ (description
+ "The package provides emulation of pdfTeX primitives for LuaTeX v0.85+.")
+ (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
- 177/458: gnu: texlive-translator: Refresh package definition., (continued)
- 177/458: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/14
- 335/458: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/14
- 351/458: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/14
- 391/458: gnu: texlive-cm: Fix build., guix-commits, 2023/06/14
- 409/458: gnu: Add texlive-knuth-local., guix-commits, 2023/06/14
- 408/458: gnu: Add texlive-semaphor., guix-commits, 2023/06/14
- 413/458: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/14
- 421/458: gnu: Add texlive-tex., guix-commits, 2023/06/14
- 422/458: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/14
- 427/458: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/14
- 429/458: gnu: Add texlive-luatex85.,
guix-commits <=
- 433/458: gnu: texlive-context: Create formats., guix-commits, 2023/06/14
- 438/458: gnu: Add texlive-hyphenex., guix-commits, 2023/06/14
- 441/458: gnu: Add texlive-collection-basic., guix-commits, 2023/06/14
- 447/458: gnu: Add texlive-pagesel., guix-commits, 2023/06/14
- 452/458: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/14
- 453/458: gnu: Add texlive-aeguill., guix-commits, 2023/06/14
- 454/458: gnu: Install missing files for updmap in texlive-bin., guix-commits, 2023/06/14
- 170/458: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/14
- 347/458: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/14
- 384/458: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14