mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add font-rachana.
* gnu/packages/fonts.scm (font-rachana): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
57b14665c3
commit
42ecb96e99
1 changed files with 27 additions and 0 deletions
|
@ -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,32 @@ (define-public font-wqy-microhei
|
|||
;; 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 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+))))
|
||||
|
||||
(define-public font-tex-gyre
|
||||
(package
|
||||
(name "font-tex-gyre")
|
||||
|
|
Loading…
Reference in a new issue