emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48551: closed ([PATCH] gnu: Add font-victor-mono)


From: GNU bug Tracking System
Subject: bug#48551: closed ([PATCH] gnu: Add font-victor-mono)
Date: Fri, 21 May 2021 11:36:02 +0000

Your message dated Fri, 21 May 2021 13:35:34 +0200
with message-id <a2a1afc8058c116687dbfe2e507ed38a99e64efd.camel@gnu.org>
and subject line Re: [bug#48551] [PATCH] gnu: Add font-victor-mono
has caused the debbugs.gnu.org bug report #48551,
regarding [PATCH] gnu: Add font-victor-mono
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48551: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48551
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add font-victor-mono Date: Fri, 21 May 2021 02:10:30 +0300
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48551] [PATCH] gnu: Add font-victor-mono Date: Fri, 21 May 2021 13:35:34 +0200 User-agent: Evolution 3.40.1 (3.40.1-1.fc34)
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



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]