unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68858] [PATCH] gnu: Add font-libre-franklin.
@ 2024-01-31 22:22 Nicolas Graves via Guix-patches via
  2024-02-20  9:50 ` bug#68858: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-01-31 22:22 UTC (permalink / raw)
  To: 68858; +Cc: ngraves

* gnu/packages/fonts.scm (font-libre-franklin): New variable.

Change-Id: I4732b76b74be861d5c7b071a4f562373664e8282
---
 gnu/packages/fonts.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e050f4fde9..caff0af807 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -587,6 +587,30 @@ (define-public font-libertinus
 @end enumerate\n")
     (license license:silofl1.1)))
 
+(define-public font-libre-franklin
+  (let ((commit "bfc61d6e403771c2e90aa6e0bd54975633974fb2")
+        (revision "0"))
+    (package
+      (name "font-libre-franklin")
+      (version (git-version "1.015" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/impallari/Libre-Franklin")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "07rm9fkhm8ckxpaj0zixl4vgzmj6bj4xzbaqm5hngdjds1bjv1ls"))))
+      (build-system font-build-system)
+      (home-page "https://fonts.google.com/specimen/Libre+Franklin")
+      (synopsis "Font family based on Franklin Gothic")
+      (description
+       "The Libre Franklin font family is an open source interpretation and
+expansion of Franklin Gothic, a classic font.  It covers 105 Latin Languages.")
+      (license license:silofl1.1))))
+
 (define-public font-terminus
   (package
     (name "font-terminus")
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68858: [PATCH] gnu: Add font-libre-franklin.
  2024-01-31 22:22 [bug#68858] [PATCH] gnu: Add font-libre-franklin Nicolas Graves via Guix-patches via
@ 2024-02-20  9:50 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-02-20  9:50 UTC (permalink / raw)
  To: Nicolas Graves; +Cc: 68858-done

Nicolas Graves <ngraves@ngraves.fr> skribis:

> * gnu/packages/fonts.scm (font-libre-franklin): New variable.
>
> Change-Id: I4732b76b74be861d5c7b071a4f562373664e8282

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-20  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31 22:22 [bug#68858] [PATCH] gnu: Add font-libre-franklin Nicolas Graves via Guix-patches via
2024-02-20  9:50 ` bug#68858: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).