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

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

bug#42362: closed ([PATCH] gnu: Add font-catamaran.)


From: GNU bug Tracking System
Subject: bug#42362: closed ([PATCH] gnu: Add font-catamaran.)
Date: Wed, 22 Jul 2020 22:44:02 +0000

Your message dated Thu, 23 Jul 2020 04:13:26 +0530
with message-id <87365jcgs1.fsf@systemreboot.net>
and subject line Re: [bug#42362] [PATCH] gnu: Add font-catamaran.
has caused the debbugs.gnu.org bug report #42362,
regarding [PATCH] gnu: Add font-catamaran.
to be marked as done.

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


-- 
42362: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42362
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add font-catamaran. Date: Wed, 15 Jul 2020 16:21:25 +0530
* gnu/packages/fonts.scm (font-catamaran): 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 38b342f770..048e27f8ff 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1927,3 +1927,27 @@ languages, it contains Japanese characters, including 
Kana glyphs and more
 than 5,300 Kanji glyphs, as well major international phonetic symbols,
 operators and special symbols.")
     (license (license:non-copyleft "file:///LICENSE_E"))))
+
+(define-public font-catamaran
+  (let ((commit "7559b4906f9c9148fb22c6f89508c3053a78a296")
+        (revision "1"))
+    (package
+      (name "font-catamaran")
+      (version (git-version "20170622" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/VanillaandCream/Catamaran-Tamil";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1wpp41l7j2kpgnyavhgxcc5wp852a4wqsnwravn39gp980s84yxw"))))
+      (build-system font-build-system)
+      (home-page "https://github.com/VanillaandCream/Catamaran-Tamil";)
+      (synopsis "9 weight Tamil and Latin type")
+      (description "Catamaran is a 9 weight Tamil and Latin type.  Catamaran
+is a stylish type with a polished yet relaxed feel.  Its versatility makes it
+suitable for a wide range of uses.")
+      (license license:silofl1.1))))
-- 
2.26.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42362] [PATCH] gnu: Add font-catamaran. Date: Thu, 23 Jul 2020 04:13:26 +0530
Pushed to master with suggested change, thanks for the review! :-)

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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