guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add font-google-material-design-icons.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add font-google-material-design-icons.
Date: Mon, 13 Feb 2017 15:57:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

José Miguel Sánchez García <address@hidden> skribis:

> From 8b9659a427ef460d91a985a4d014bef05a0341d8 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
>  <address@hidden>
> Date: Sun, 12 Feb 2017 12:26:42 +0100
> Subject: [PATCH] gnu: Add font-google-material-design-icons.
>
> * gnu/packages/font.scm (font-google-material-design-icons): New
> variable.

[...]

> +            (uri (string-append
> +                   "https://github.com/google/material-design-icons/archive/";
> +                    version ".tar.gz"))
> +            (sha256
> +             (base32
> +              "183n0qv3q8w6n27libarq1fhc4mqv2d3sasbfmbn7x9r5pw9c6ga"))
> +            (file-name (string-append name "-" version "-checkout"))))

Changed to ".tar.gz".

> +   (home-page "http://google.github.io/material-design-icons";)
> +   (synopsis "Icon font of Google Material Design icons")
> +   (description
> +    "Material design system icons are simple, modern, friendly, and sometimes
> +quirky.  Each icon is created using our design guidelines to depict in simple
> +and minimal forms the universal concepts used commonly throughout a UI.
> +Ensuring readability and clarity at both large and small sizes, these icons
> +have been optimized for beautiful display on all common platforms and display
> +resolutions.")
> +   (license license:silofl1.1)))

This is ASL 2.0 according to the ‘LICENSE’ file.

Adjusted accordingly and pushed, thanks!

Ludo’.



reply via email to

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