From: Tim Van den Langenbergh <tmt_vdl@gmx.com>
To: 42249@debbugs.gnu.org
Subject: [bug#42249] [PATCH] gnu: Add font-libertinus.
Date: Tue, 7 Jul 2020 17:18:21 +0200 [thread overview]
Message-ID: <trinity-028ea7db-ac40-4f11-8fa2-6ccb8c22f33b-1594135101235@3c-app-mailcom-bs03> (raw)
[-- Attachment #1: Type: text/plain, Size: 578 bytes --]
Hello,
I am rather fond of the Libertinus Mono font for Emacs, as I like my Monospace fonts to have Serifs. As others may like the font as well I have created a patch to add it to the fonts package.
This being the first patch I have ever submitted to Guix I'm not entirely sure I did everything right, I followed the Submitting Patches part of the manual as close as I could, but I may have made a mistake somewhere, so feel free to correct me where needed.
I have included the patch generated by git format-patch as an attachment.
Sincerely yours,
-Tim Van den Langenbergh
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-font-libertinus.patch --]
[-- Type: text/x-patch, Size: 1823 bytes --]
From 52ffe88453d3da391a00107f4143d4dd057683d4 Mon Sep 17 00:00:00 2001
From: Tim Van den Langenbergh <tmt_vdl@gmx.com>
Date: Tue, 7 Jul 2020 16:38:41 +0200
Subject: [PATCH] gnu: Add font-libertinus.
* gnu/packages/fonts.scm (font-libertinus): New variable.
---
gnu/packages/fonts.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index ed9b634bc3..eafdee4182 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -384,6 +384,27 @@ Biolinum is available in both Regular and Bold weights.")
;; The fonts are released under either of these licenses.
(license (list license:gpl2+ license:silofl1.1))))
+(define-public font-libertinus
+ (package
+ (name "font-libertinus")
+ (version "6.12")
+ (source (origin
+ (method git-fetch)
+ (uri (string-append "https://github.com/alerque/libertinus/"
+ "commit/"
+ "800155085d4a1592dc6e76b34cd625794cd0fcdf"))
+ (sha256
+ (base32 "1mj0d84k1x15hsgksca0qjhc3mmzyaqaqa2vyrbb6s96ycsfsgq3"))))
+ (build-system font-build-system)
+ (home-page "https://github.com/alerque/libertinus")
+ (synopsis "Font family based on Linux Libertine")
+ (description "The Libertinus font family, a fork of Linux Libertine and
+Biolinum with OpenType math. The family consists of a Serif typeface, forked
+from Linux Libertine; a Sans Serif typeface, forked from Linux Biolinum; a
+Monospace typeface, forked from Linux Libertine Mono; and an OpenType math font,
+for OpenType math-capable applications like LuaTeX or XeTeX.")
+ (license license:silofl1.1)))
+
(define-public font-terminus
(package
(name "font-terminus")
--
2.27.0
[-- Attachment #3: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2020-07-07 17:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-07 15:18 Tim Van den Langenbergh [this message]
2020-07-07 18:02 ` [bug#42249] [PATCH] gnu: Add font-libertinus Tobias Geerinckx-Rice via Guix-patches via
2020-07-07 18:18 ` Tim Van den Langenbergh
2020-07-09 13:06 ` bug#42249: " Tobias Geerinckx-Rice via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=trinity-028ea7db-ac40-4f11-8fa2-6ccb8c22f33b-1594135101235@3c-app-mailcom-bs03 \
--to=tmt_vdl@gmx.com \
--cc=42249@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.