unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65658] [PATCH] gnu: Add fonts-tlwg.
@ 2023-08-31  6:52 chris
  2023-08-31 16:05 ` bug#65658: " Bruno Victal
  2023-09-06  0:53 ` [bug#65658] " Maxim Cournoyer
  0 siblings, 2 replies; 3+ messages in thread
From: chris @ 2023-08-31  6:52 UTC (permalink / raw)
  To: 65658; +Cc: chris

* gnu/packages/fonts.scm (fonts-tlwg): New variable.
---
 gnu/packages/fonts.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e10227f020..78c0e0eb4c 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,25 @@ (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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#65658: [PATCH] gnu: Add fonts-tlwg.
  2023-08-31  6:52 [bug#65658] [PATCH] gnu: Add fonts-tlwg chris
@ 2023-08-31 16:05 ` Bruno Victal
  2023-09-06  0:53 ` [bug#65658] " Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Bruno Victal @ 2023-08-31 16:05 UTC (permalink / raw)
  To: chris; +Cc: 65658-close

Close, duplicate of #65657.

[1]: <https://issues.guix.gnu.org/65657>


-- 
Furthermore, I consider that nonfree software must be eradicated.

Cheers,
Bruno.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#65658] [PATCH] gnu: Add fonts-tlwg.
  2023-08-31  6:52 [bug#65658] [PATCH] gnu: Add fonts-tlwg chris
  2023-08-31 16:05 ` bug#65658: " Bruno Victal
@ 2023-09-06  0:53 ` Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-09-06  0:53 UTC (permalink / raw)
  To: chris; +Cc: 65658-done

Hi!

chris <chris@bumblehead.com> writes:

> * gnu/packages/fonts.scm (fonts-tlwg): New variable.

Thank you for your contribution!

>  gnu/packages/fonts.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index e10227f020..78c0e0eb4c 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,25 @@ (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.")

We do not use 'free licenses' or 'open source' or similar terms to
describe packages in Guix, as that is implied by our FSDG promise.

> +   (license license:gpl2)))

This should be gpl2+, since the license text mentions (emphasis mine):

	This font is free software; you can redistribute it and/or modify it
	under the terms of the GNU General Public License as published by the
	Free Software Foundation; either version 2 of the License, *or (at your
	option) any later version*.

I've applied it with small changes for the above.

Thank you!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-06  0:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-31  6:52 [bug#65658] [PATCH] gnu: Add fonts-tlwg chris
2023-08-31 16:05 ` bug#65658: " Bruno Victal
2023-09-06  0:53 ` [bug#65658] " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).