all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30932] [PATCH] gnu: Add font-lohit.
@ 2018-03-25  9:53 Arun Isaac
  2018-03-26 17:57 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2018-03-25  9:53 UTC (permalink / raw)
  To: 30932

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

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 4b9c3e9ba..f57d5114a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
 ;;; 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, 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org>
 ;;; Copyright © 2018 Charlie Ritter <chewzerita@posteo.net>
 ;;;
@@ -1289,3 +1289,24 @@ serif (Nachlieli) and monospaced (Miriam Mono) trivials.  Also included Miriam,
 Drugulin, Aharoni, David, Hadasim etc.  Cantillation marks support is
 available in Keter YG.")
     (license license:gpl2))) ; consult the LICENSE file included
+
+(define-public font-lohit
+  (package
+    (name "font-lohit")
+    (version "20140220")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://releases.pagure.org/lohit/lohit-ttf-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "1rmgr445hw1n851ywy28csfvswz1i6hnc8mzp88qw2xk9j4dn32d"))))
+    (build-system font-build-system)
+    (home-page "https://pagure.io/lohit")
+    (synopsis "Lohit TrueType Indic fonts")
+    (description "Lohit is a font family designed to cover Indic scripts.
+Lohit supports the Assamese, Bengali, Devanagari (Hindi, Kashmiri, Konkani,
+Maithili, Marathi, Nepali, Sindhi, Santali, Bodo, Dogri languages), Gujarati,
+Kannada, Malayalam, Manipuri, Oriya, Punjabi, Tamil and Telugu scripts.")
+    (license license:silofl1.1)))
-- 
2.15.1

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

* [bug#30932] [PATCH] gnu: Add font-lohit.
  2018-03-25  9:53 [bug#30932] [PATCH] gnu: Add font-lohit Arun Isaac
@ 2018-03-26 17:57 ` Marius Bakke
  2018-03-26 20:15   ` bug#30932: " Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2018-03-26 17:57 UTC (permalink / raw)
  To: Arun Isaac, 30932

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

Arun Isaac <arunisaac@systemreboot.net> writes:

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

LGTM, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* bug#30932: [PATCH] gnu: Add font-lohit.
  2018-03-26 17:57 ` Marius Bakke
@ 2018-03-26 20:15   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2018-03-26 20:15 UTC (permalink / raw)
  To: Marius Bakke, 30932-done


Pushed!

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

end of thread, other threads:[~2018-03-26 20:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-25  9:53 [bug#30932] [PATCH] gnu: Add font-lohit Arun Isaac
2018-03-26 17:57 ` Marius Bakke
2018-03-26 20:15   ` bug#30932: " Arun Isaac

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.