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

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

bug#46262: closed ([PATCH] gnu: Add font-canada1500.)


From: GNU bug Tracking System
Subject: bug#46262: closed ([PATCH] gnu: Add font-canada1500.)
Date: Sat, 13 Feb 2021 03:06:01 +0000

Your message dated Sat, 13 Feb 2021 11:06:53 +0800
with message-id 
<OSZP286MB06647A3B65A22439D9BE9A36A38A9@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM>
and subject line Re: [bug#46262] [PATCH] gnu: Add font-canada1500.
has caused the debbugs.gnu.org bug report #46262,
regarding [PATCH] gnu: Add font-canada1500.
to be marked as done.

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


-- 
46262: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46262
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add font-canada1500. Date: Tue, 2 Feb 2021 19:59:18 -0500
* gnu/packages/fonts.scm (font-canada1500): New variable.
---
 gnu/packages/fonts.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 6011a24c5e..2e18d55115 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -199,6 +199,25 @@ package provides the TrueType (TTF) files.")
 no copy of one or more of the Font Software typefaces may be sold by
 itself."))))
 
+(define-public font-canada1500
+  (package
+    (name "font-canada1500")
+    (version "1.101")
+    (source (origin
+              (method url-fetch)
+              (uri 
"https://typodermicfonts.com/wp-content/uploads/2017/06/canada1500.zip";)
+              (sha256
+               (base32
+                "052rwhyfcz6q0g0nsr21bkbg2qb6sw7wzins5hv80qhdhi77sdaj"))))
+    (build-system font-build-system)
+    (home-page "https://typodermicfonts.com/canada1500/";)
+    (synopsis "Canadian typeface that supports English, French and Aboriginal 
languages")
+    (description "A free display typeface originally created for the Canadian
+sesquicentennial with four weights, italics and space symbols which includes
+lining and old-style numerals, tabular and proportional.  Greek, Cyrillic,
+Canadian Syllabics and most Latin based languages are supported.")
+    (license license:cc0)))
+
 (define-public font-cantarell
   (package
     (name "font-abattis-cantarell")
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46262] [PATCH] gnu: Add font-canada1500. Date: Sat, 13 Feb 2021 11:06:53 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Antoine Côté <antoine.cote@posteo.net> writes:

> * gnu/packages/fonts.scm (font-canada1500): New variable.
> ---
>  gnu/packages/fonts.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> [...]
> +    (description "A free display typeface originally created for the Canadian

Hello, I changed this to "Canada1500 is a display typeface ...", as we
need full sentence with subject in description.

Pushed, thank you!


--- End Message ---

reply via email to

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