unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: aecepoglu <aecepoglu@fastmail.fm>, 48551-done@debbugs.gnu.org
Cc: guix-patches@gnu.org
Subject: bug#48551: [PATCH] gnu: Add font-victor-mono
Date: Fri, 21 May 2021 13:35:34 +0200	[thread overview]
Message-ID: <a2a1afc8058c116687dbfe2e507ed38a99e64efd.camel@gnu.org> (raw)
In-Reply-To: <20210520231030.nlm47pxsmrayeyha@minitower>

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





      reply	other threads:[~2021-05-21 11:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-20 23:10 [bug#48551] [PATCH] gnu: Add font-victor-mono aecepoglu
2021-05-21 11:35 ` Roel Janssen [this message]

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a2a1afc8058c116687dbfe2e507ed38a99e64efd.camel@gnu.org \
    --to=roel@gnu.org \
    --cc=48551-done@debbugs.gnu.org \
    --cc=aecepoglu@fastmail.fm \
    --cc=guix-patches@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 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).