GNU bug report logs -
#65657
[PATCH] gnu: Add fonts-tlwg.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65657 in the body.
You can then email your comments to 65657 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65657
; Package
guix-patches
.
(Thu, 31 Aug 2023 13:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
chris <chris <at> bumblehead.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 31 Aug 2023 13:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65657
; Package
guix-patches
.
(Thu, 31 Aug 2023 19:06:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 65657 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (fonts-tlwg): New variable.
---
gnu/packages/fonts.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e10227f020..d5bb25f0ef 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,31 @@ (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)
+ (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)))
base-commit: d6966b8a5b4f2ddda2bc685b9642e7a1c2cbe17c
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65657
; Package
guix-patches
.
(Thu, 31 Aug 2023 19:06:04 GMT)
Full text and
rfc822 format available.
Message #11 received at 65657 <at> debbugs.gnu.org (full text, mbox):
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 the follow-up lint-updated patch sent here makes it through 65657 any advice is welcome, thank you.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65657
; Package
guix-patches
.
(Thu, 31 Aug 2023 19:06:04 GMT)
Full text and
rfc822 format available.
Message #14 received at 65657 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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.
[Message part 2 (text/html, inline)]
Reply sent
to
Christopher DePauw <chris <at> bumblehead.com>
:
You have taken responsibility.
(Thu, 31 Aug 2023 19:06:05 GMT)
Full text and
rfc822 format available.
Notification sent
to
chris <chris <at> bumblehead.com>
:
bug acknowledged by developer.
(Thu, 31 Aug 2023 19:06:05 GMT)
Full text and
rfc822 format available.
Message #19 received at 65657-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
closing as duplicate of 65658
[Message part 2 (text/html, inline)]
Did not alter fixed versions and reopened.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 31 Aug 2023 19:19:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65657
; Package
guix-patches
.
(Fri, 01 Sep 2023 17:15:02 GMT)
Full text and
rfc822 format available.
Message #24 received at 65657 <at> debbugs.gnu.org (full text, mbox):
This patch makes dedicated thai fonts available through guix. Locally, I have used this package for several months. Before the patch was applied, thai characters would render as little box characters. After the patch was applied, thai characters are rendered nicely.
The tlwg fonts are the primary thai fonts packaged by other distributions.
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Wed, 06 Sep 2023 03:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
chris <chris <at> bumblehead.com>
:
bug acknowledged by developer.
(Wed, 06 Sep 2023 03:46:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 65657-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 Oct 2023 11:24:28 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.