From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40991) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJDgh-0004oK-RS for guix-patches@gnu.org; Tue, 31 Mar 2020 06:00:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJDgg-0004Fj-7r for guix-patches@gnu.org; Tue, 31 Mar 2020 06:00:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52251) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJDgg-0004FZ-4G for guix-patches@gnu.org; Tue, 31 Mar 2020 06:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJDgg-0000na-1E for guix-patches@gnu.org; Tue, 31 Mar 2020 06:00:02 -0400 Subject: [bug#40345] Add font-meera-inimai Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:40848) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJDfV-0003xW-Lx for guix-patches@gnu.org; Tue, 31 Mar 2020 05:58:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJDfT-0003rA-9q for guix-patches@gnu.org; Tue, 31 Mar 2020 05:58:48 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37810) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jJDfS-0003q7-3B for guix-patches@gnu.org; Tue, 31 Mar 2020 05:58:47 -0400 Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jJDfM-004Jim-2H for guix-patches@gnu.org; Tue, 31 Mar 2020 15:28:40 +0530 From: Arun Isaac Date: Tue, 31 Mar 2020 15:28:27 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40345@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patchset adds font-meera-inimai. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-python-google-brotli.patch Content-Transfer-Encoding: quoted-printable From=20dbf3a6d680e8c835396861a941da58fdabf09ef0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 31 Mar 2020 15:09:01 +0530 Subject: [PATCH 1/2] gnu: Add python-google-brotli. * gnu/packages/compression.scm (python-google-brotli): New variable. =2D-- gnu/packages/compression.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 2e1fe04dde..9ff3a77b1e 100644 =2D-- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -26,6 +26,7 @@ ;;; Copyright =C2=A9 2019 Nicolas Goaziou ;;; Copyright =C2=A9 2019 Jan (janneke) Nieuwenhuizen ;;; Copyright =C2=A9 2020 Bj=C3=B6rn H=C3=B6fling +;;; Copyright =C2=A9 2020 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -50,6 +51,7 @@ #:use-module (guix git-download) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) + #:use-module (guix build-system python) #:use-module (guix build-system trivial) #:use-module (gnu packages) #:use-module (gnu packages assembly) @@ -1851,6 +1853,17 @@ The specification of the Brotli Compressed Data Form= at is defined in RFC 7932.") ;; We used to provide an older version under the name "brotli". (deprecated-package "brotli" google-brotli)) =20 +(define-public python-google-brotli + (package + (inherit google-brotli) + (name "python-google-brotli") + (build-system python-build-system) + (arguments '()) + (synopsis "Python interface to google-brotli") + (description "@code{python-google-brotli} provides a Python interface = to +@code{google-brotli}, an implementation of the Brotli lossless compression +algorithm."))) + (define-public ucl (package (name "ucl") =2D-=20 2.26.0 --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0002-gnu-Add-font-meera-inimai.patch Content-Transfer-Encoding: quoted-printable From=20ae40c5002f9074e1c784fc42ff8474bd1cdb2d36 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 31 Mar 2020 15:10:12 +0530 Subject: [PATCH 2/2] gnu: Add font-meera-inimai. * gnu/packages/fonts.scm (font-meera-inimai): New variable. =2D-- gnu/packages/fonts.scm | 44 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 527f2cbbd6..08d49ac687 100644 =2D-- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -19,7 +19,7 @@ ;;; Copyright =C2=A9 2017 Alex Griffin ;;; Copyright =C2=A9 2017 Cl=C3=A9ment Lassieur ;;; Copyright =C2=A9 2017 Brendan Tildesley =2D;;; Copyright =C2=A9 2017, 2018, 2019 Arun Isaac +;;; Copyright =C2=A9 2017, 2018, 2019, 2020 Arun Isaac ;;; Copyright =C2=A9 2017 Mohammed Sadiq ;;; Copyright =C2=A9 2018 Charlie Ritter ;;; Copyright =C2=A9 2018 Gabriel Hondet @@ -63,9 +63,11 @@ #:use-module (gnu packages fontutils) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) + #:use-module (gnu packages gtk) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) + #:use-module (gnu packages python-xyz) #:use-module (gnu packages xorg)) =20 (define-public font-ibm-plex @@ -1626,3 +1628,43 @@ always uses Farsi digits, and does not include Latin= glyphs from Roboto. (license:x11-style ; ...the Bitstream Vera typeface "file://LICENSE" "Bitstream Vera License") license:asl2.0)))) ; Latin glyphs from Roboto + +(define-public font-meera-inimai + (package + (name "font-meera-inimai") + (version "2.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/smc/meera-inimai") + (commit "0f39cdd7dbf1b6d1bed7df85834d33789dce20a7"))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x5mhrpx24imh0r4l83mkaiszxgwi1q4ppyyvq63h3ddwk20cwdg")))) + (build-system gnu-build-system) + (native-inputs + `(("fontforge" ,fontforge) + ("harfbuzz" ,harfbuzz "bin") + ("python" ,python-minimal) + ("python-fonttools" ,python-fonttools) + ("python-google-brotli" ,python-google-brotli))) + (arguments + `(#:make-flags (list "PY=3Dpython3" + (string-append "DESTDIR=3D" %output) + "fontpath=3D/share/fonts/truetype") + #:test-target "test" + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (home-page "https://gitlab.com/smc/meera-inimai") + (synopsis "Meera Inimai Tamil font") + (description "Meera Inimai is a Unicode font for the Tamil Script. Me= era +Inimai is a san-serif typeface. It is best used as a screen font for body +text. It is also useful for body text of printed pamphlets or single page +designs. Meera Inimai can be thought of as similar to Helvetica and its +variation Arial. Tamil characters are inherently vertically-elliptical. = The +orthography of Roman glyphs of Meera Inimai are also based on this +characteristic so that they sit smoothly with the Tamil glyphs.") + (license license:silofl1.1))) =2D-=20 2.26.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl6DFEQACgkQLiXui2GA K7M5agf/a/FBa6u1ryPlwfdfjyS2KHVYvf1zmkZgXjvVYiTJcZfexLJgUzZyEDYd KgubT3htzjM3pMGHLxS/oEUWMiyDIKt4OWNn/1+fXvENmTZ41sqGWAvy6WUfq1iY FHvYSO45a4mnnidq7v5kHee01mCJ4fo0H/+VwxfjtwhgkV7E/UkW/XhaDuoYyQQL pGZS0fNe1nHPWH0QnVEXGNE5DfUhLQD/ot4EFyhwb0hCofkVIDBj+2XeA1iIbsCK agBDPOEpdWoFD5oxVoOkpSKT3vE1k8v6x8DCaYXz3+eOja53T3GJ2zJEQQjXmWgM 3k5CycJMiesNFVy4hogkVxDYwz/wiA== =IXr1 -----END PGP SIGNATURE----- --==-=-=--