[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/51: gnu: Add texlive-fonts-tlwg.
From: |
guix-commits |
Subject: |
29/51: gnu: Add texlive-fonts-tlwg. |
Date: |
Tue, 15 Aug 2023 05:36:05 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 988f6c7059f66f1cee9c1d9d69e5d0bcdc5ebd76
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 11:06:15 2023 +0200
gnu: Add texlive-fonts-tlwg.
* gnu/packages/tex.scm (texlive-fonts-tlwg): New variable.
---
gnu/packages/tex.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3a8656e293..55d8dbc2e3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11643,6 +11643,35 @@ otc) into individual fonts.
@end itemize")
(license license:gpl2)))
+(define-public texlive-fonts-tlwg
+ (package
+ (name "texlive-fonts-tlwg")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fonts-tlwg/"
+ "fonts/afm/public/fonts-tlwg/"
+ "fonts/enc/dvips/fonts-tlwg/"
+ "fonts/map/dvips/fonts-tlwg/"
+ "fonts/opentype/public/fonts-tlwg/"
+ "fonts/tfm/public/fonts-tlwg/"
+ "fonts/type1/public/fonts-tlwg/"
+ "fonts/vf/public/fonts-tlwg/"
+ "source/fonts/fonts-tlwg/"
+ "tex/latex/fonts-tlwg/")
+ (base32
+ "19g1ksxsidf6cpcxm3knbbfpjw6jsfq2acy99cgmsy7jn33k253b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fonts-tlwg")
+ (synopsis "Thai fonts for LaTeX from TLWG")
+ (description
+ "This package provides a collection of Thai fonts, supplied as FontForge
+sources, and with LaTeX @file{.fd} files.")
+ (license (list license:gpl2+
+ license:lppl1.3+
+ (license:x11-style
"file://source/fonts/fonts-tlwg/COPYING")))))
+
(define-public texlive-fontware
(package
(name "texlive-fontware")
- 34/51: gnu: Add texlive-lshort-thai., (continued)
- 34/51: gnu: Add texlive-lshort-thai., guix-commits, 2023/08/15
- 46/51: gnu: Add texlive-velthuis., guix-commits, 2023/08/15
- 47/51: gnu: Add texlive-vntex., guix-commits, 2023/08/15
- 48/51: gnu: Add texlive-wnri., guix-commits, 2023/08/15
- 50/51: gnu: Add texlive-xetex-devanagari., guix-commits, 2023/08/15
- 51/51: gnu: Add texlive-collection-langother., guix-commits, 2023/08/15
- 22/51: gnu: Add texlive-cjhebrew., guix-commits, 2023/08/15
- 21/51: gnu: Add texlive-chhaya., guix-commits, 2023/08/15
- 24/51: gnu: Add texlive-ebong., guix-commits, 2023/08/15
- 26/51: gnu: Add texlive-ethiop-t1., guix-commits, 2023/08/15
- 29/51: gnu: Add texlive-fonts-tlwg.,
guix-commits <=
- 40/51: gnu: Add texlive-quran-ur., guix-commits, 2023/08/15
- 41/51: gnu: Add texlive-sanskrit., guix-commits, 2023/08/15
- 15/51: gnu: Add texlive-charissil., guix-commits, 2023/08/15
- 37/51: gnu: Add texlive-ntheorem-vn., guix-commits, 2023/08/15
- 39/51: gnu: Add texlive-quran-bn., guix-commits, 2023/08/15
- 17/51: gnu: Add texlive-bangla., guix-commits, 2023/08/15
- 43/51: gnu: Add texlive-thaienum., guix-commits, 2023/08/15
- 44/51: gnu: Add texlive-thaispec., guix-commits, 2023/08/15