emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65657: closed ([PATCH] gnu: Add fonts-tlwg.)


From: GNU bug Tracking System
Subject: bug#65657: closed ([PATCH] gnu: Add fonts-tlwg.)
Date: Thu, 31 Aug 2023 19:06:05 +0000

Your message dated Thu, 31 Aug 2023 08:57:06 -0700
with message-id <2b8c2c0a2388fa4037f0899fb078b0f7@bumblehead.com>
and subject line closing as duplicate of 65658
has caused the debbugs.gnu.org bug report #65657,
regarding [PATCH] gnu: Add fonts-tlwg.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65657: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65657
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add fonts-tlwg. Date: Wed, 30 Aug 2023 15:06:40 -0700
* gnu/packages/fonts.scm (fonts-tlwg): New variable.
---
 gnu/packages/fonts.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e10227f020..19bd8540af 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -57,6 +57,7 @@
 ;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
 ;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
 ;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+;;; Copyright © 2023 chris <chris@bumblehead.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3390,3 +3391,26 @@ (define-public font-recursive
 primarily to meet the needs of programming environments and application
 interfaces.")
     (license license:silofl1.1)))
+
+(define-public fonts-tlwg
+ (package
+   (name "fonts-tlwg")
+   (version "0.7.3")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (string-append
+           "https://github.com/tlwg/"; name
+           "/releases/download/v" version "/" name "-" version ".tar.xz"))
+     (sha256
+      (base32
+       "00mv8rmjpsk8jbbl978q3yrc2pxj8a86a3d092563dlc9n8gykkf"))))
+   (native-inputs (list fontforge))
+   (build-system gnu-build-system)
+   ;; (build-system font-build-system)
+   (home-page "https://github.com/tlwg/fonts-tlwg/";)
+   (synopsis "Collection of scalable Thai fonts")
+   (description "Fonts-TLWG is a collection of Thai scalable fonts available 
under free
+licenses.  Its goal is to provide fonts that conform to existing standards
+and recommendations, so that it can be a reference implementation.")
+   (license license:gpl2)))
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: closing as duplicate of 65658 Date: Thu, 31 Aug 2023 08:57:06 -0700

closing as duplicate of 65658


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]