GNU bug report logs - #65657
[PATCH] gnu: Add fonts-tlwg.

Previous Next

Package: guix-patches;

Reported by: chris <chris <at> bumblehead.com>

Date: Thu, 31 Aug 2023 13:08:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: chris <chris <at> bumblehead.com>
Subject: bug#65657: closed (Re: bug#65657: [PATCH] gnu: Add fonts-tlwg.)
Date: Wed, 06 Sep 2023 03:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#65657: [PATCH] gnu: Add fonts-tlwg.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 65657 <at> debbugs.gnu.org.

-- 
65657: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65657
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Christopher DePauw <chris <at> bumblehead.com>
Cc: 65657-done <at> debbugs.gnu.org
Subject: Re: bug#65657: [PATCH] gnu: Add fonts-tlwg.
Date: Tue, 05 Sep 2023 23:45:31 -0400
Hi,

Christopher DePauw <chris <at> bumblehead.com> writes:

> I sent an email to close this issue 65657 in favor of 65658, but the
> email did not appear on the issue page for 65657 and in the meantime
> someone else closed 65658 in favor of 65657. I hope this lint-updated
> patch makes it through 65657 any advice is welcome, thank you.

I've applied 65658.  Closing!

-- 
Thanks,
Maxim

[Message part 3 (message/rfc822, inline)]
From: chris <chris <at> bumblehead.com>
To: guix-patches <at> gnu.org
Cc: chris <chris <at> bumblehead.com>
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 <at> free.fr>
 ;;; Copyright © 2023 gemmaro <gemmaro.dev <at> gmail.com>
 ;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
+;;; Copyright © 2023 chris <chris <at> 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




This bug report was last modified 1 year and 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.