GNU bug report logs - #60486
[PATCH] gnu: Add font-carlito

Previous Next

Package: guix-patches;

Reported by: Trev <trev <at> trevdev.ca>

Date: Mon, 2 Jan 2023 07:40:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60486 in the body.
You can then email your comments to 60486 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60486; Package guix-patches. (Mon, 02 Jan 2023 07:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Trev <trev <at> trevdev.ca>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 02 Jan 2023 07:40:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Trev <trev <at> trevdev.ca>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add font-carlito
Date: Sun, 01 Jan 2023 23:38:56 -0800
---
 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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 30 Jan 2023 22:35:01 GMT) Full text and rfc822 format available.

Notification sent to Trev <trev <at> trevdev.ca>:
bug acknowledged by developer. (Mon, 30 Jan 2023 22:35:02 GMT) Full text and rfc822 format available.

Message #10 received at 60486-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Trev <trev <at> trevdev.ca>
Cc: 60486-done <at> debbugs.gnu.org
Subject: Re: bug#60486: [PATCH] gnu: Add font-carlito
Date: Mon, 30 Jan 2023 23:34:42 +0100
[Message part 1 (text/plain, inline)]
Hi Trev,

Trev <trev <at> 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’.

[Message part 2 (text/x-patch, inline)]
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

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 28 Feb 2023 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 29 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.