[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
429/452: gnu: Add texlive-luatex85.
From: |
guix-commits |
Subject: |
429/452: gnu: Add texlive-luatex85. |
Date: |
Fri, 9 Jun 2023 13:44:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 46673d65dedff783f71b165f10c7f5b496b1ddb3
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
- 390/452: guix: import: Handle native inputs in texlive importer., (continued)
- 390/452: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/09
- 386/452: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 399/452: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/09
- 397/452: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/09
- 403/452: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/09
- 416/452: gnu: faif: Update texlive package names., guix-commits, 2023/06/09
- 427/452: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/09
- 426/452: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/09
- 430/452: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/09
- 422/452: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/09
- 429/452: gnu: Add texlive-luatex85.,
guix-commits <=
- 433/452: gnu: texlive-context: Create formats., guix-commits, 2023/06/09
- 439/452: gnu: Add texlive-makeindex., guix-commits, 2023/06/09
- 435/452: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/09
- 437/452: gnu: Add texlive-luahbtex., guix-commits, 2023/06/09
- 441/452: gnu: Add texlive-collection-basic., guix-commits, 2023/06/09
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09