ngz pushed a commit to branch master
in repository guix.
commit 3d3fc4510995c8f5cb4af0e83112c9cbd9f0cf99
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Aug 15 13:19:21 2023 +0200
gnu: Add texlive-cjk-gs-integrate.
* gnu/packages/tex.scm (texlive-cjk-gs-integrate): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e4e23558e5..d74956b934 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3508,6 +3508,31 @@ the above -- Cyrillic, Greek, Latin-based scripts,
Russian and Vietnamese are
supported.")
(license license:gpl2)))
+(define-public texlive-cjk-gs-integrate
+ (package
+ (name "texlive-cjk-gs-integrate")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cjk-gs-integrate/"
+ "fonts/misc/cjk-gs-integrate/"
+ "scripts/cjk-gs-integrate/"
+ "source/fonts/cjk-gs-integrate/")
+ (base32
+ "0ml35bs1pr3kbdqnbclyy31ln8yigy609rsm9rc2y3j5ngmw2y8y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "cjk-gs-integrate.pl")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/cjk-gs-integrate")
+ (synopsis "Tools to integrate CJK fonts into Ghostscript")
+ (description
+ "This script searches a list of directories for CJK fonts, and makes them
+available to an installed Ghostscript. In the simplest case, with sufficient
+privileges, a run without arguments should result in a complete setup of
+Ghostscript.")
+ (license license:gpl3)))
+
(define-public texlive-cjkpunct
(package
(name "texlive-cjkpunct")