all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <pkill9@runbox.com>
To: 34628@debbugs.gnu.org
Subject: [bug#34628] Update font-awesome to 5.7.2
Date: Sat, 23 Feb 2019 10:17:54 +0000 (GMT)	[thread overview]
Message-ID: <E1gxUNW-0001xP-JA@rmmprod05.runbox> (raw)

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

Note: I had to change the source URL as they changed the filename to "fontawesome-free-<version>-desktop.zip" (no dash in "fontawesome") and I couldn't download that filename, or other variations (e.g. without 'free' or 'desktop') from the original URL (fontawesome.io).

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-font-awesome-Update-to-5.7.2.patch --]
[-- Type: text/x-patch; name="0001-gnu-font-awesome-Update-to-5.7.2.patch", Size: 1325 bytes --]

From 8639909b381684b8c4b808c88be7d9f5cbb9387c Mon Sep 17 00:00:00 2001
From: Pkill -9 <pkill9@runbox.com>
Date: Sat, 23 Feb 2019 10:12:32 +0000
Subject: [PATCH] gnu: font-awesome: Update to 5.7.2.

* gnu/packages/fonts.scm (font-awesome): Update to 5.7.2.
---
 gnu/packages/fonts.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 9d49c02cf..7e8d39078 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -971,14 +971,14 @@ correct spacing.")
 (define-public font-awesome
   (package
    (name "font-awesome")
-   (version "4.7.0")
+   (version "5.7.2")
    (source (origin
             (method url-fetch)
-            (uri (string-append "http://fontawesome.io/assets/"
-                                name "-" version ".zip"))
+            (uri  (string-append "https://use.fontawesome.com/releases/v" version "/"
+                                 "fontawesome-free-" version "-desktop.zip"))
             (sha256
              (base32
-              "1m1rfwm4sjkv10j3xd2dhwk286a5912b2zgvc692cmxi5gxs68jf"))))
+              "0v8nfyjkzgi33i5arpjqzs16mgh2hx02sf906b8a9k1k7yfqpbgs"))))
    (build-system font-build-system)
    (home-page "http://fontawesome.io")
    (synopsis "Font that contains a rich iconset")
-- 
2.20.1


             reply	other threads:[~2019-02-23 10:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-23 10:17 pkill9 [this message]
2019-02-24  2:03 ` bug#34628: Update font-awesome to 5.7.2 宋文武

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

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

  git send-email \
    --in-reply-to=E1gxUNW-0001xP-JA@rmmprod05.runbox \
    --to=pkill9@runbox.com \
    --cc=34628@debbugs.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 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.