all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: chris <chris@bumblehead.com>
To: 65657@debbugs.gnu.org
Cc: chris <chris@bumblehead.com>
Subject: [bug#65657] [PATCH] gnu: Add fonts-tlwg.
Date: Thu, 31 Aug 2023 09:15:09 -0700	[thread overview]
Message-ID: <20230831161511.1298-1-chris@bumblehead.com> (raw)
In-Reply-To: <20230830220642.24329-1-chris@bumblehead.com>

* 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@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,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





  parent reply	other threads:[~2023-08-31 19:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 22:06 [bug#65657] [PATCH] gnu: Add fonts-tlwg chris
2023-08-31 15:57 ` bug#65657: closing as duplicate of 65658 Christopher DePauw
2023-08-31 16:15 ` chris [this message]
2023-08-31 16:23 ` [bug#65657] first patch mistakes chris
2023-08-31 16:30 ` Christopher DePauw
2023-09-06  3:45   ` bug#65657: [PATCH] gnu: Add fonts-tlwg Maxim Cournoyer
2023-09-01 17:13 ` [bug#65657] more info chris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230831161511.1298-1-chris@bumblehead.com \
    --to=chris@bumblehead.com \
    --cc=65657@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.