all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48551] [PATCH] gnu: Add font-victor-mono
@ 2021-05-20 23:10 aecepoglu
  2021-05-21 11:35 ` bug#48551: " Roel Janssen
  0 siblings, 1 reply; 2+ messages in thread
From: aecepoglu @ 2021-05-20 23:10 UTC (permalink / raw)
  To: 48551

* gnu/packages/fonts.scm (font-victor-mono): New variable.
---
 gnu/packages/fonts.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 039a9e5b4a..8461729230 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1971,6 +1971,26 @@ always uses Farsi digits, and does not include Latin glyphs from Roboto.
             "file://LICENSE" "Bitstream Vera License")
            license:asl2.0))))           ; Latin glyphs from Roboto
 
+(define-public font-victor-mono
+  (package
+   (name "font-victor-mono")
+   (version "1.4.2")
+   (source (origin
+            (method url-fetch/zipbomb)
+            (uri (string-append
+                       "https://github.com/rubjo/victor-mono/raw/v"
+                       version
+                       "/public/VictorMonoAll.zip"))
+            (sha256 "01260vja0d22mcvkzspf0xnl7b851r0265arqkm12q1vagzyxvkm")))
+   (build-system font-build-system)
+   (synopsis "Font with support for italics and ligatures")
+   (description "Victor Mono is an open-source monospaced font with
+optional semi-connected cursive italics and programming symbol ligatures.
+This package provides only TrueType files (TTF).
+It comes in seven weights and Roman, Italic and Oblique styles.")
+   (home-page "https://rubjo.github.io/victor-mono")
+   (license license:expat)))
+
 (define-public font-meera-inimai
   (package
     (name "font-meera-inimai")
-- 
2.31.1





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

* bug#48551: [PATCH] gnu: Add font-victor-mono
  2021-05-20 23:10 [bug#48551] [PATCH] gnu: Add font-victor-mono aecepoglu
@ 2021-05-21 11:35 ` Roel Janssen
  0 siblings, 0 replies; 2+ messages in thread
From: Roel Janssen @ 2021-05-21 11:35 UTC (permalink / raw)
  To: aecepoglu, 48551-done; +Cc: guix-patches

On Fri, 2021-05-21 at 02:10 +0300, aecepoglu wrote:
> * gnu/packages/fonts.scm (font-victor-mono): New variable.
> ---
>  gnu/packages/fonts.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
> 
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 039a9e5b4a..8461729230 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -1971,6 +1971,26 @@ always uses Farsi digits, and does not include
> Latin glyphs from Roboto.
>              "file://LICENSE" "Bitstream Vera License")
>             license:asl2.0))))           ; Latin glyphs from Roboto
>  
> +(define-public font-victor-mono
> +  (package
> +   (name "font-victor-mono")
> +   (version "1.4.2")
> +   (source (origin
> +            (method url-fetch/zipbomb)
> +            (uri (string-append
> +                       "https://github.com/rubjo/victor-mono/raw/v"
> +                       version
> +                       "/public/VictorMonoAll.zip"))
> +            (sha256
> "01260vja0d22mcvkzspf0xnl7b851r0265arqkm12q1vagzyxvkm")))
> +   (build-system font-build-system)
> +   (synopsis "Font with support for italics and ligatures")
> +   (description "Victor Mono is an open-source monospaced font with
> +optional semi-connected cursive italics and programming symbol
> ligatures.
> +This package provides only TrueType files (TTF).
> +It comes in seven weights and Roman, Italic and Oblique styles.")
> +   (home-page "https://rubjo.github.io/victor-mono")

I added a / to the end of the URI as indicated by "guix lint".

> +   (license license:expat)))
> +
>  (define-public font-meera-inimai
>    (package
>      (name "font-meera-inimai")

Otherwise, LGTM!  I pushed this patch (with the slight modification) in
652a03888e1609bd1a687326760436867fe2abb7.

Thank you!

Kind regards,
Roel Janssen





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

end of thread, other threads:[~2021-05-21 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 23:10 [bug#48551] [PATCH] gnu: Add font-victor-mono aecepoglu
2021-05-21 11:35 ` bug#48551: " Roel Janssen

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.