all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28613] [PATCH] Add font-rachana.
@ 2017-09-27  6:15 Mohammed Sadiq
  2017-09-27 22:10 ` bug#28613: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Mohammed Sadiq @ 2017-09-27  6:15 UTC (permalink / raw)
  To: 28613

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

This patch provides support for Malayalam font, a language of south India.

[-- Attachment #2: 0001-gnu-Add-font-rachana.patch --]
[-- Type: text/x-patch, Size: 2035 bytes --]

From 6a4921dda8874ff39e7d14e2389c4aa516e0acc0 Mon Sep 17 00:00:00 2001
From: Mohammed Sadiq <sadiq@sadiqpk.org>
Date: Wed, 27 Sep 2017 11:37:03 +0530
Subject: [PATCH] gnu: Add font-rachana.

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

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 97d399a4c..3bfdaca24 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2017 Brendan Tildesley <brendan.tildesley@openmailbox.org>
 ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -514,6 +515,33 @@ fonts.")
     ;; exceptions.
     (license license:gpl3)))
 
+(define-public font-rachana
+  (package
+    (name "font-rachana")
+    (version "7.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://gitlab.com/smc/rachana/repository/archive.tar.gz?ref=Version"
+             version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0jc091gshna6p1dd6lf507jxkgk6rsja835fc9dm71mcplq53bm1"))))
+    (build-system font-build-system)
+    (home-page "https://smc.org.in")
+    (synopsis "Malayalam font")
+    (description
+     "Rachana is Malayalam font designed by Hussain K H.  The project was part
+of Rachana Aksharavedi for the original script of Malayalam in the digital
+computing.  Rachana font has about 1200+ glyphs for Malayalam and contains
+glyphs required for printing old Malayalam books without compromising the
+writing style.")
+    ;; This font is licensed under SIL 1.1 or GPLv3+ with font embedding
+    ;; exceptions.
+    (license (list license:silofl1.1 license:gpl3+))))
+
 (define-public font-tex-gyre
   (package
     (name "font-tex-gyre")
-- 
2.14.1


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

* bug#28613: [PATCH] Add font-rachana.
  2017-09-27  6:15 [bug#28613] [PATCH] Add font-rachana Mohammed Sadiq
@ 2017-09-27 22:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-27 22:10 UTC (permalink / raw)
  To: Mohammed Sadiq; +Cc: 28613-done

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

Mohammed Sadiq <sadiq@sadiqpk.org> skribis:

> From 6a4921dda8874ff39e7d14e2389c4aa516e0acc0 Mon Sep 17 00:00:00 2001
> From: Mohammed Sadiq <sadiq@sadiqpk.org>
> Date: Wed, 27 Sep 2017 11:37:03 +0530
> Subject: [PATCH] gnu: Add font-rachana.
>
> * gnu/packages/fonts.scm (font-rachana): New variable.

Applied with these minor changes.

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1057 bytes --]

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3bfdaca24..b65d3a9e9 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -533,11 +533,10 @@ fonts.")
     (home-page "https://smc.org.in")
     (synopsis "Malayalam font")
     (description
-     "Rachana is Malayalam font designed by Hussain K H.  The project was part
-of Rachana Aksharavedi for the original script of Malayalam in the digital
-computing.  Rachana font has about 1200+ glyphs for Malayalam and contains
-glyphs required for printing old Malayalam books without compromising the
-writing style.")
+     "Rachana is a Malayalam font designed by Hussain K H.  The project was
+part of Rachana Aksharavedi for the original script of Malayalam in computing.
+Rachana has about 1,200+ glyphs for Malayalam and contains glyphs required for
+printing old Malayalam books without compromising the writing style.")
     ;; This font is licensed under SIL 1.1 or GPLv3+ with font embedding
     ;; exceptions.
     (license (list license:silofl1.1 license:gpl3+))))

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

end of thread, other threads:[~2017-09-27 22:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-27  6:15 [bug#28613] [PATCH] Add font-rachana Mohammed Sadiq
2017-09-27 22:10 ` bug#28613: " Ludovic Courtès

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.