From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add font-google-material-design-icons. Date: Mon, 13 Feb 2017 15:57:22 +0100 Message-ID: <87wpcub0kt.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdI4H-000103-44 for guix-devel@gnu.org; Mon, 13 Feb 2017 09:57:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdI4D-0005Gh-Sk for guix-devel@gnu.org; Mon, 13 Feb 2017 09:57:29 -0500 In-Reply-To: (=?utf-8?Q?=22Jos=C3=A9?= Miguel =?utf-8?Q?S=C3=A1nchez_Garc=C3=ADa=22's?= message of "Sun, 12 Feb 2017 11:38:10 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?Jos=C3=A9?= Miguel =?utf-8?Q?S=C3=A1nchez_Garc=C3=ADa?= Cc: guix-devel@gnu.org Jos=C3=A9 Miguel S=C3=A1nchez Garc=C3=ADa skribis: > From 8b9659a427ef460d91a985a4d014bef05a0341d8 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Jos=3DC3=3DA9=3D20Miguel=3D20S=3DC3=3DA1nchez=3D20Garc= =3DC3=3DADa?=3D > > 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/arch= ive/" > + 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 some= times > +quirky. Each icon is created using our design guidelines to depict in s= imple > +and minimal forms the universal concepts used commonly throughout a UI. > +Ensuring readability and clarity at both large and small sizes, these ic= ons > +have been optimized for beautiful display on all common platforms and di= splay > +resolutions.") > + (license license:silofl1.1))) This is ASL 2.0 according to the =E2=80=98LICENSE=E2=80=99 file. Adjusted accordingly and pushed, thanks! Ludo=E2=80=99.