GNU bug report logs - #77605
[PATCH] gnu: font-carlito: Update to 0.0.0-1.3a810ca

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Mon, 7 Apr 2025 09:58:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 77605 in the body.
You can then email your comments to 77605 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#77605; Package guix-patches. (Mon, 07 Apr 2025 09:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kurome <hunt31999 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 07 Apr 2025 09:58:02 GMT) Full text and rfc822 format available.

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

From: Kurome <hunt31999 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH] gnu: font-carlito: Update to 0.0.0-1.3a810ca
Date: Mon,  7 Apr 2025 18:56:28 +0900
Change-Id: I886dde5b75454f717645f13befbe5f966bcb914b
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 75b1bee6e2..941f59b672 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -476,8 +476,8 @@ (define-public font-lato
     (license license:silofl1.1)))
 
 (define-public font-carlito
-  (let ((commit "64cab86c9b602088697294736b86f2831f3f44be")
-        (revision "0"))
+  (let ((commit "3a810cab78ebd6e2e4eed42af9e8453c4f9b850a")
+        (revision "1"))
     (package
       (name "font-carlito")
       (version (git-version "0.0.0" revision commit))
@@ -489,7 +489,7 @@ (define-public font-carlito
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "02wy8vs5m4whm5apl3p6cpz0qa9jwjj9qi219zjspiszha2ivssz"))))
+          (base32 "1qf3zdpbmx3ylamka82nqxjpm3qjfm0nca2yzzsxmvg7krjyz12k"))))
       (build-system font-build-system)
       (home-page "https://github.com/googlefonts/carlito")
       (synopsis "Free alternative to Calibri")
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77605; Package guix-patches. (Mon, 07 Apr 2025 10:55:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77605 <at> debbugs.gnu.org
Subject: Re: [bug#77605] [PATCH] gnu: font-carlito: Update to 0.0.0-1.3a810ca
Date: Mon, 07 Apr 2025 18:53:56 +0800
Hi Kurome,

Debbugs doesn't automatically forward mails, reviewers won't get patches unless
they search explicitly.

Since fonts are reviewed by the localization team, you need to notify this team
(see Sending a Patch Series and Teams in GNU Guix Reference Manual).

On Mon, 07 Apr 2025 17:56:28 +0800,
Kurome wrote:
>
> Change-Id: I886dde5b75454f717645f13befbe5f966bcb914b


Please add changelog in the commit message (see Change Logs in GNU Coding
Standards, and git history for inspiration).


> ---
>  gnu/packages/fonts.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 75b1bee6e2..941f59b672 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -476,8 +476,8 @@ (define-public font-lato
>      (license license:silofl1.1)))
>
>  (define-public font-carlito
> -  (let ((commit "64cab86c9b602088697294736b86f2831f3f44be")
> -        (revision "0"))
> +  (let ((commit "3a810cab78ebd6e2e4eed42af9e8453c4f9b850a")
> +        (revision "1"))
>      (package
>        (name "font-carlito")
>        (version (git-version "0.0.0" revision commit))
> @@ -489,7 +489,7 @@ (define-public font-carlito
>                 (commit commit)))
>           (file-name (git-file-name name version))
>           (sha256
> -          (base32 "02wy8vs5m4whm5apl3p6cpz0qa9jwjj9qi219zjspiszha2ivssz"))))
> +          (base32 "1qf3zdpbmx3ylamka82nqxjpm3qjfm0nca2yzzsxmvg7krjyz12k"))))
>        (build-system font-build-system)
>        (home-page "https://github.com/googlefonts/carlito")
>        (synopsis "Free alternative to Calibri")
> --
> 2.49.0


I see you have created multiple issues for fonts change, can you send revised
patches after reading above resources?

Thanks




Information forwarded to guix-patches <at> gnu.org:
bug#77605; Package guix-patches. (Mon, 07 Apr 2025 11:44:01 GMT) Full text and rfc822 format available.

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

From: krm sry <hunt31999 <at> gmail.com>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 77605 <at> debbugs.gnu.org
Subject: Re: [bug#77605] [PATCH] gnu: font-carlito: Update to 0.0.0-1.3a810ca
Date: Mon, 7 Apr 2025 20:43:26 +0900
[Message part 1 (text/plain, inline)]
Sorry for that. I will do that.
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#77605; Package guix-patches. (Mon, 07 Apr 2025 14:02:02 GMT) Full text and rfc822 format available.

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

From: Kurome <hunt31999 <at> gmail.com>
To: 77605 <at> debbugs.gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH v2] gnu: font-carlito: Update to 0.0.0-1.3a810ca
Date: Mon,  7 Apr 2025 23:00:12 +0900
* gnu/packages/fonts.scm (font-carlito): Update to 0.0.0-1.3a810ca

Change-Id: I47068c06cd1e6ef50b7105d18414888495707e08
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 75b1bee6e2..941f59b672 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -476,8 +476,8 @@ (define-public font-lato
     (license license:silofl1.1)))
 
 (define-public font-carlito
-  (let ((commit "64cab86c9b602088697294736b86f2831f3f44be")
-        (revision "0"))
+  (let ((commit "3a810cab78ebd6e2e4eed42af9e8453c4f9b850a")
+        (revision "1"))
     (package
       (name "font-carlito")
       (version (git-version "0.0.0" revision commit))
@@ -489,7 +489,7 @@ (define-public font-carlito
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "02wy8vs5m4whm5apl3p6cpz0qa9jwjj9qi219zjspiszha2ivssz"))))
+          (base32 "1qf3zdpbmx3ylamka82nqxjpm3qjfm0nca2yzzsxmvg7krjyz12k"))))
       (build-system font-build-system)
       (home-page "https://github.com/googlefonts/carlito")
       (synopsis "Free alternative to Calibri")
-- 
2.49.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Fri, 11 Apr 2025 11:36:02 GMT) Full text and rfc822 format available.

Notification sent to Kurome <hunt31999 <at> gmail.com>:
bug acknowledged by developer. (Fri, 11 Apr 2025 11:36:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77605-done <at> debbugs.gnu.org
Subject: Re: [bug#77605] [PATCH v2] gnu: font-carlito: Update to
 0.0.0-1.3a810ca
Date: Fri, 11 Apr 2025 12:35:29 +0100
[Message part 1 (text/plain, inline)]
Kurome <hunt31999 <at> gmail.com> writes:

> * gnu/packages/fonts.scm (font-carlito): Update to 0.0.0-1.3a810ca
>
> Change-Id: I47068c06cd1e6ef50b7105d18414888495707e08
> ---
>  gnu/packages/fonts.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks for the patch, I've pushed this to master as
7dc215155028b2ac91695913f7a5c726dc35e86b.

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 10 May 2025 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 41 days ago.

Previous Next


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