GNU bug report logs - #77450
[PATCH] gnu: font-go: Update to 2.010

Previous Next

Package: guix-patches;

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

Date: Wed, 2 Apr 2025 08:11:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77450: closed ([PATCH] gnu: font-go: Update to 2.010)
Date: Fri, 11 Apr 2025 11:35:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 11 Apr 2025 12:34:23 +0100
with message-id <87semfvsn4.fsf <at> cbaines.net>
and subject line Re: [bug#77450] [PATCH v3] gnu: font-go: Update to 2.010.
has caused the debbugs.gnu.org bug report #77450,
regarding [PATCH] gnu: font-go: Update to 2.010
to be marked as done.

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


-- 
77450: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77450
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Kurome <hunt31999 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH] gnu: font-go: Update to 2.010
Date: Wed,  2 Apr 2025 17:08:06 +0900
Change-Id: I4dd8c14c42fdb3803d6e6ff4d075242621c3abd6
---
 gnu/packages/fonts.scm | 44 +++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 9b329b3f37..b35d5ae583 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2477,32 +2477,32 @@ (define-public font-space-grotesk
     (license license:silofl1.1)))
 
 (define-public font-go
-  (let ((commit "f03a046406d4d7fbfd4ed29f554da8f6114049fc")
-        (revision "1"))
+  (let ((commit "41969df76e82aeec85fa3821b1e24955ea993001")
+        (revision "2"))
     (package
       (name "font-go")
-      (version (string-append "20170330-" revision "." (string-take commit 7)))
-      (source (origin
-                (file-name (string-append "go-image-" version "-checkout"))
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://go.googlesource.com/image")
-                      (commit commit)))
-                (sha256
-                 (base32
-                  "1aq6mnjayks55gd9ahavk6jfydlq5lm4xm0xk4pd5sqa74p5p74d"))))
+      (version (git-version "2.010" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://go.googlesource.com/image")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1z7lxkb84ca013ys0pr1bma2zdfzrvqip4yl6s941iyby0xfiyws"))))
       (build-system font-build-system)
       (arguments
-       `(#:license-file-regexp "^(LICENSE|PATENTS)$"
-         #:phases
-         (modify-phases %standard-phases
-           (add-before 'install 'chdir
-             (lambda _
-               (chdir "font/gofont/ttfs")
-               #t))
-           (add-before 'install-license-files 'enter-license-directory
-             (lambda _
-               (chdir "../../.."))))))
+       (list
+        #:license-file-regexp "^(LICENSE|PATENTS)$"
+        #:phases
+        #~(modify-phases %standard-phases
+            (add-before 'install 'chdir
+              (lambda _
+                (chdir "font/gofont/ttfs") #t))
+            (add-before 'install-license-files 'enter-license-directory
+              (lambda _
+                (chdir "../../.."))))))
       (home-page "https://go.dev/blog/go-fonts")
       (synopsis "The Go font family")
       (description
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77450-done <at> debbugs.gnu.org
Subject: Re: [bug#77450] [PATCH v3] gnu: font-go: Update to 2.010.
Date: Fri, 11 Apr 2025 12:34:23 +0100
[Message part 4 (text/plain, inline)]
Kurome <hunt31999 <at> gmail.com> writes:

> * gnu/packages/fonts.scm (font-go): Update to 2.010.
> [version] Use git-version.  Adopted version number that was written in the
> 41969df76e82aeec85fa3821b1e24955ea993001 commit message.
> [arguments] Use G-expression.
>
> Change-Id: I4dd8c14c42fdb3803d6e6ff4d075242621c3abd6
> ---
>  gnu/packages/fonts.scm | 44 +++++++++++++++++++++---------------------
>  1 file changed, 22 insertions(+), 22 deletions(-)

Thanks both, I've pushed this to master as
2d17db72d8d5c21b9e657f052841b154260998b9.

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

This bug report was last modified 36 days ago.

Previous Next


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