[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/14: gnu: Add font-intel-one-mono
From: |
guix-commits |
Subject: |
09/14: gnu: Add font-intel-one-mono |
Date: |
Sat, 1 Jul 2023 05:15:14 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d3eebaf71dda8c1828aeb90596fa06d97eed67cc
Author: gemmaro <gemmaro.dev@gmail.com>
AuthorDate: Fri May 26 23:51:28 2023 +0900
gnu: Add font-intel-one-mono
* gnu/packages/fonts.scm (font-intel-one-mono): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/fonts.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 53b76650bc..526bfc6864 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -55,6 +55,7 @@
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2023 Ahmad Draidi <a.r.draidi@redscript.org>
;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
+;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -185,6 +186,28 @@ well as other mediums.")
in print. With attention to detail for high resolution rendering.")
(license license:silofl1.1)))
+(define-public font-intel-one-mono
+ (package
+ (name "font-intel-one-mono")
+ (version "1.2.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/intel/intel-one-mono")
+ (commit "9effabe19a60bdd46cbfbdcc6e81facd8a13b762")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "12lywni8bgkr8h4pz1lkw4imr2y896rnsvipbqgqv3c1b54b5g7n"))))
+ (build-system font-build-system)
+ (home-page "https://github.com/intel/intel-one-mono")
+ (synopsis "Expressive monospaced font family")
+ (description
+ "This package provides Intel One Mono, an expressive monospaced font
+family that's built with clarity, legibility, and the needs of developers in
+mind.")
+ (license license:silofl1.1)))
+
(define-public font-dejavu
(package
(name "font-dejavu")
- branch master updated (92d05b79e8 -> 3d55a6b5db), guix-commits, 2023/07/01
- 01/14: gnu: Add show-me-the-key., guix-commits, 2023/07/01
- 05/14: gnu: tpm2-tools: New variable, guix-commits, 2023/07/01
- 04/14: gnu: python-plotly: Update to 5.14.1., guix-commits, 2023/07/01
- 03/14: gnu: python-plotly: Fix version., guix-commits, 2023/07/01
- 14/14: gnu: Add yle-dl., guix-commits, 2023/07/01
- 13/14: gnu: erlang: Fix Erlang package substitutions., guix-commits, 2023/07/01
- 09/14: gnu: Add font-intel-one-mono,
guix-commits <=
- 02/14: gnu: whoogle-search: Update to 0.8.2., guix-commits, 2023/07/01
- 06/14: gnu: password-store: Fix program name in usage and tmpdir., guix-commits, 2023/07/01
- 07/14: gnu: Add font-ipa., guix-commits, 2023/07/01
- 11/14: gnu: Add qbittorrent-enhanced., guix-commits, 2023/07/01
- 08/14: gnu: Add greaseweazle-host-tools., guix-commits, 2023/07/01
- 10/14: gnu: Add pantheon-wallpapers., guix-commits, 2023/07/01
- 12/14: gnu: Add qbittorrent-enhanced-nox., guix-commits, 2023/07/01