GNU bug report logs -
#77449
[PATCH] gnu: font-libre-franklin: Update to 1.502
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#77449: [PATCH] gnu: font-libre-franklin: Update to 1.502
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 77449 <at> debbugs.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)]
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
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
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.