GNU bug report logs - #77449
[PATCH] gnu: font-libre-franklin: Update to 1.502

Previous Next

Package: guix-patches;

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

Date: Wed, 2 Apr 2025 07:01: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#77449: closed ([PATCH] gnu: font-libre-franklin: Update to 1.502)
Date: Sun, 06 Apr 2025 17:15:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 06 Apr 2025 18:14:00 +0100
with message-id <87iknhus9z.fsf <at> cbaines.net>
and subject line Re: [bug#77449] [PATCH] gnu: font-libre-franklin: Update to 1.502
has caused the debbugs.gnu.org bug report #77449,
regarding [PATCH] gnu: font-libre-franklin: Update to 1.502
to be marked as done.

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


-- 
77449: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77449
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-libre-franklin: Update to 1.502
Date: Wed,  2 Apr 2025 15:56:36 +0900
Also, legacy directory was added in this repo, so I modified this package so that it does
not install legacy fonts.

Change-Id: If8f57318f7532e0855dc5387e75bf49b92531f64
---
 gnu/packages/fonts.scm | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 9b329b3f37..db9739ef74 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -671,11 +671,11 @@ (define-public font-libertinus
     (license license:silofl1.1)))
 
 (define-public font-libre-franklin
-  (let ((commit "bfc61d6e403771c2e90aa6e0bd54975633974fb2")
-        (revision "0"))
+  (let ((commit "0022627ebb2a582327569ee45af5d0d9ef31dfea")
+        (revision "1"))
     (package
       (name "font-libre-franklin")
-      (version (git-version "1.015" revision commit))
+      (version (git-version "1.502" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -684,9 +684,19 @@ (define-public font-libre-franklin
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32
-           "07rm9fkhm8ckxpaj0zixl4vgzmj6bj4xzbaqm5hngdjds1bjv1ls"))))
+          (base32 "1kfipv9vfivgn1789b9yc6r0l31r6l02nz06icw99zvmfcjbpzf0"))))
       (build-system font-build-system)
+      (arguments
+       (list
+        #:phases
+        #~(modify-phases %standard-phases
+            ;; To avoid installing legacy fonts
+            (add-before 'install 'chdir
+              (lambda _
+                (chdir "fonts")))
+            (add-after 'install 'chdir-back
+              (lambda _
+                (chdir ".."))))))
       (home-page "https://fonts.google.com/specimen/Libre+Franklin")
       (synopsis "Font family based on Franklin Gothic")
       (description
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77449-done <at> debbugs.gnu.org
Subject: Re: [bug#77449] [PATCH] gnu: font-libre-franklin: Update to 1.502
Date: Sun, 06 Apr 2025 18:14:00 +0100
[Message part 4 (text/plain, inline)]
Kurome <hunt31999 <at> gmail.com> writes:

> Also, legacy directory was added in this repo, so I modified this package so that it does
> not install legacy fonts.
>
> Change-Id: If8f57318f7532e0855dc5387e75bf49b92531f64
> ---
>  gnu/packages/fonts.scm | 20 +++++++++++++++-----
>  1 file changed, 15 insertions(+), 5 deletions(-)

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

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

This bug report was last modified 44 days ago.

Previous Next


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