[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/110: gnu: Add texlive-hyphen-turkmen.
From: |
guix-commits |
Subject: |
70/110: gnu: Add texlive-hyphen-turkmen. |
Date: |
Wed, 24 Jul 2019 03:48:00 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 5f50dd95806f12f4f17c5112214114893ac22b99
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 13 13:06:14 2019 +0200
gnu: Add texlive-hyphen-turkmen.
* gnu/packages/tex.scm (texlive-hyphen-turkmen): New variable.
---
gnu/packages/tex.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 74d67c7..8e99835 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2250,6 +2250,41 @@ fit into EC encoding, so support for Ottoman Turkish had
to be dropped to keep
compatibility with 8-bit engines.")
(license license:lppl1.0+))))
+(define-public texlive-hyphen-turkmen
+ (let ((template (texlive-hyphen-package
+ "texlive-hyphen-turkmen" "tk"
+ (list
"/source/generic/hyph-utf8/languages/tk/generate_patterns_tk.rb")
+ (base32
+ "1wlqx8wb0wsqhdv823brc3i8w1vf4m4bkb2vg917j5dq8p8p71aw"))))
+ (package
+ (inherit template)
+ (arguments
+ (substitute-keyword-arguments (package-arguments template)
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (add-before 'build 'build-patterns
+ (lambda _
+ (let ((target (string-append (getcwd)
+
"/tex/generic/hyph-utf8/patterns/tex")))
+ (mkdir-p target)
+ (with-directory-excursion
"source/generic/hyph-utf8/languages/tk/"
+ (substitute* "generate_patterns_tk.rb"
+ (("\\$file = File.new.*")
+ (string-append "$file = File.new(\"" target
+ "/hyph-tr.tex\",\"w\")\n")))
+ (invoke "ruby" "generate_patterns_tk.rb"))
+ #t)))
+ (add-after 'install 'install-hyph-tk.tex
+ (lambda* (#:key inputs outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (target (string-append out "/share/texmf-dist/tex")))
+ (copy-recursively "tex" target)
+ #t)))))))
+ (synopsis "Hyphenation patterns for Turkmen")
+ (description "The package provides hyphenation patterns for Turkmen in
+T1/EC and UTF-8 encodings.")
+ (license license:public-domain))))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package
- 73/110: gnu: Add texlive-hyphen-welsh., (continued)
- 73/110: gnu: Add texlive-hyphen-welsh., guix-commits, 2019/07/24
- 60/110: gnu: Add texlive-hyphen-romansh., guix-commits, 2019/07/24
- 75/110: gnu: Add texlive-ruhyphen., guix-commits, 2019/07/24
- 63/110: gnu: Add texlive-hyphen-serbian., guix-commits, 2019/07/24
- 64/110: gnu: Add texlive-hyphen-slovak., guix-commits, 2019/07/24
- 67/110: gnu: Add texlive-hyphen-swedish., guix-commits, 2019/07/24
- 66/110: gnu: Add texlive-hyphen-spanish., guix-commits, 2019/07/24
- 78/110: gnu: Add texlive-docstrip., guix-commits, 2019/07/24
- 71/110: gnu: Add texlive-hyphen-ukrainian., guix-commits, 2019/07/24
- 65/110: gnu: Add texlive-hyphen-slovenian., guix-commits, 2019/07/24
- 70/110: gnu: Add texlive-hyphen-turkmen.,
guix-commits <=
- 72/110: gnu: Add texlive-hyphen-uppersorbian., guix-commits, 2019/07/24
- 81/110: gnu: Add texlive-cm-super., guix-commits, 2019/07/24
- 79/110: gnu: Add texlive-fontinst., guix-commits, 2019/07/24
- 77/110: gnu: Add texlive-latexconfig., guix-commits, 2019/07/24
- 80/110: gnu: Add texlive-mflogo-font., guix-commits, 2019/07/24
- 76/110: gnu: Add texlive-etex., guix-commits, 2019/07/24
- 82/110: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/24
- 85/110: gnu: Add texlive-graphics-def., guix-commits, 2019/07/24
- 86/110: gnu: Add texlive-graphics-cfg., guix-commits, 2019/07/24
- 93/110: gnu: Add texlive-etoolbox., guix-commits, 2019/07/24