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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77449 in the body.
You can then email your comments to 77449 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#77449; Package guix-patches. (Wed, 02 Apr 2025 07:01: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. (Wed, 02 Apr 2025 07:01: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-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





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

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

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

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 1 (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)]

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

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.