emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60486: closed ([PATCH] gnu: Add font-carlito)


From: GNU bug Tracking System
Subject: bug#60486: closed ([PATCH] gnu: Add font-carlito)
Date: Mon, 30 Jan 2023 22:35:01 +0000

Your message dated Mon, 30 Jan 2023 23:34:42 +0100
with message-id <87ilgnwt19.fsf@gnu.org>
and subject line Re: bug#60486: [PATCH] gnu: Add font-carlito
has caused the debbugs.gnu.org bug report #60486,
regarding [PATCH] gnu: Add font-carlito
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60486: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60486
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add font-carlito Date: Sun, 01 Jan 2023 23:38:56 -0800 User-agent: Notmuch/0.37 (https://notmuchmail.org) Emacs/28.2 (x86_64-pc-linux-gnu)
---
 gnu/packages/fonts.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 95e99d5a73..401e70f7fc 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -286,6 +286,29 @@ (define-public font-lato
 50 Cyrillic-based languages as well as Greek and IPA phonetics.")
     (license license:silofl1.1)))
 
+(define-public font-carlito
+  (let ((commit "64cab86c9b602088697294736b86f2831f3f44be")
+        (revision "0"))
+    (package
+     (name "font-carlito")
+     (version (git-version "0.0.0" revision commit))
+     (source
+      (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/googlefonts/carlito";)
+             (commit commit)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "02wy8vs5m4whm5apl3p6cpz0qa9jwjj9qi219zjspiszha2ivssz"))))
+       (build-system font-build-system)
+       (home-page "https://github.com/googlefonts/carlito";)
+       (synopsis "An open-source alternative to Calibri")
+       (description "Carlito is a font designed by Łukasz Dziedzic (@typoland)
+derived from Lato (also designed by Łukasz Dziedzic) that is metric-compatible
+with Calibri.")
+       (license license:silofl1.1))))
+
 (define-public font-gfs-ambrosia
   ;; Based on
   ;; https://src.fedoraproject.org/rpms/gfs-ambrosia-fonts
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#60486: [PATCH] gnu: Add font-carlito Date: Mon, 30 Jan 2023 23:34:42 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi Trev,

Trev <trev@trevdev.ca> skribis:

> ---
>  gnu/packages/fonts.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)

Applied with the changes below (fixing invalid Texinfo markup + cosmetic
changes) and a commit log.

Thanks!

Ludo’.

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index cd5e2eb295..634c48db00 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -290,24 +290,25 @@ (define-public font-carlito
   (let ((commit "64cab86c9b602088697294736b86f2831f3f44be")
         (revision "0"))
     (package
-     (name "font-carlito")
-     (version (git-version "0.0.0" revision commit))
-     (source
-      (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/googlefonts/carlito";)
-             (commit commit)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "02wy8vs5m4whm5apl3p6cpz0qa9jwjj9qi219zjspiszha2ivssz"))))
-       (build-system font-build-system)
-       (home-page "https://github.com/googlefonts/carlito";)
-       (synopsis "An open-source alternative to Calibri")
-       (description "Carlito is a font designed by Łukasz Dziedzic (@typoland)
-derived from Lato (also designed by Łukasz Dziedzic) that is metric-compatible
-with Calibri.")
-       (license license:silofl1.1))))
+      (name "font-carlito")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/googlefonts/carlito";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "02wy8vs5m4whm5apl3p6cpz0qa9jwjj9qi219zjspiszha2ivssz"))))
+      (build-system font-build-system)
+      (home-page "https://github.com/googlefonts/carlito";)
+      (synopsis "Free alternative to Calibri")
+      (description
+       "Carlito is a font designed by Łukasz Dziedzic derived from
+Lato (also designed by Łukasz Dziedzic) that is metric-compatible with
+Calibri.")
+      (license license:silofl1.1))))
 
 (define-public font-gfs-ambrosia
   ;; Based on

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]