[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
437/458: gnu: Add texlive-luahbtex.
From: |
guix-commits |
Subject: |
437/458: gnu: Add texlive-luahbtex. |
Date: |
Wed, 14 Jun 2023 05:23:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5e44499f63e34c5df6a87862e1f7a2afb02b8e09
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jun 8 23:15:55 2023 +0200
gnu: Add texlive-luahbtex.
* gnu/packages/tex.scm (texlive-luahbtex): New variable.
---
gnu/packages/tex.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6ca2480aab..79d1c1dfb7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3492,6 +3492,38 @@ upgrade smoothly to the new support structure.")
"The package provides emulation of pdfTeX primitives for LuaTeX v0.85+.")
(license license:lppl1.3+)))
+(define-public texlive-luahbtex
+ (package
+ (name "texlive-luahbtex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/luahbtex.1"
+ "doc/man/man1/luahbtex.man1.pdf")
+ (base32
+ "0w4hfjmjgiw42bpz1b59cla8v4s6kik54q6wdhmdjy6jp91rfl2i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:texlive-latex-base #f
+ #:create-formats #~(list "luahbtex")))
+ (propagated-inputs
+ (list texlive-cm
+ texlive-etex
+ texlive-hyphen-complete
+ texlive-knuth-lib
+ texlive-luatex
+ texlive-plain
+ texlive-tex-ini-files
+ texlive-unicode-data))
+ (home-page "https://ctan.org/pkg/luahbtex")
+ (synopsis "LuaTeX with HarfBuzz library for glyph shaping")
+ (description
+ "LuaHBTeX is a LuaTeX variant that can use the HarfBuzz engine for glyph
+shaping, instead of LuaTeX's built-in shaper.")
+ (license (package-license texlive-luatex))))
+
;; 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
- 369/458: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 369/458: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 345/458: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/14
- 372/458: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 353/458: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/14
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 396/458: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/14
- 405/458: gnu: texlive-lh: Fix build., guix-commits, 2023/06/14
- 435/458: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/14
- 442/458: gnu: Add texlive-babelbib., guix-commits, 2023/06/14
- 437/458: gnu: Add texlive-luahbtex.,
guix-commits <=
- 443/458: gnu: Add texlive-fix2col., guix-commits, 2023/06/14
- 450/458: gnu: Add texlive-collection-latex., guix-commits, 2023/06/14
- 189/458: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/14
- 143/458: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/14
- 154/458: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/14
- 247/458: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/14
- 254/458: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/14
- 258/458: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/14
- 261/458: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/14
- 270/458: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/14