[PATCH] gnu: Add texlive-babel-czech.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Wiktor ?elazny
Owner
unassigned
Submitted by
Wiktor ?elazny
Severity
normal
W
W
Wiktor ?elazny wrote on 21 Sep 2022 10:54
(address . guix-patches@gnu.org)(name . Wiktor ?elazny)(address . wzelazny@vurv.cz)
20220921085410.3273-1-wz@freeshell.de
From: Wiktor ?elazny <wzelazny@vurv.cz>

* gnu/packages/tex.scm (texlive-babel-czech): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

Toggle diff (42 lines)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9be9f73137..0706417b74 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11139,6 +11139,33 @@ (define-public texlive-lineno
fnlineno package.")
(license license:lppl1.3a+)))
+(define-public texlive-babel-czech
+ (let ((template (simple-texlive-package
+ "texlive-babel-czech"
+ (list "/source/generic/babel-czech/")
+ (base32
+ "1274pzgdya7gkvxjmdm3v5rb7hc0sj6mqn9pd8y9418yx5449spg"))))
+ (package
+ (inherit template)
+ (arguments
+ (substitute-keyword-arguments (package-arguments template)
+ ((#:tex-directory _ '())
+ "generic/babel-czech")
+ ((#:build-targets _ '())
+ ''("czech.ins")) ; TODO: use dtx and build documentation
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (add-after 'unpack 'chdir
+ (lambda _
+ (chdir "source/generic/babel-czech")))))))
+ (home-page "https://www.ctan.org/pkg/babel-czech")
+ (synopsis "Babel support for Czech")
+ (description
+ "This package provides the language definition file for support of
+Czech in @code{babel}. Some shortcuts are defined, as well as translations to
+Czech of standard ``LaTeX names''.")
+ (license license:lppl1.3+))))
+
(define-public texlive-babel-dutch
(let ((template (simple-texlive-package
"texlive-babel-dutch"

base-commit: d0376f6718b57be90b2f7697c90e4ecbe0090e0f
--
2.37.3
L
L
Ludovic Courtès wrote on 28 Sep 2022 23:18
control message for bug #57973
(address . control@debbugs.gnu.org)
87tu4rdwpm.fsf@gnu.org
close 57973
quit
?