GNU bug report logs - #42362
[PATCH] gnu: Add font-catamaran.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Wed, 15 Jul 2020 10:52:01 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

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 42362 in the body.
You can then email your comments to 42362 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42362; Package guix-patches. (Wed, 15 Jul 2020 10:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Arun Isaac <arunisaac <at> systemreboot.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 15 Jul 2020 10:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
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





Information forwarded to guix-patches <at> gnu.org:
bug#42362; Package guix-patches. (Mon, 20 Jul 2020 13:27:02 GMT) Full text and rfc822 format available.

Message #8 received at 42362 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 42362 <at> debbugs.gnu.org
Subject: Re: [bug#42362] [PATCH] gnu: Add font-catamaran.
Date: Mon, 20 Jul 2020 16:26:08 +0300
[Message part 1 (text/plain, inline)]
On Wed, Jul 15, 2020 at 04:21:25PM +0530, Arun Isaac wrote:
> * 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))

This should be (git-version "0.0.0" 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))))
> -- 

LGTM with the one change!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Reply sent to Arun Isaac <arunisaac <at> systemreboot.net>:
You have taken responsibility. (Wed, 22 Jul 2020 22:44:02 GMT) Full text and rfc822 format available.

Notification sent to Arun Isaac <arunisaac <at> systemreboot.net>:
bug acknowledged by developer. (Wed, 22 Jul 2020 22:44:02 GMT) Full text and rfc822 format available.

Message #13 received at 42362-done <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 42362-done <at> debbugs.gnu.org
Subject: Re: [bug#42362] [PATCH] gnu: Add font-catamaran.
Date: Thu, 23 Jul 2020 04:13:26 +0530
[Message part 1 (text/plain, inline)]
Pushed to master with suggested change, thanks for the review! :-)
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 20 Aug 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 222 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.