Update font-awesome to 5.7.2

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal
P
P
pkill9 wrote on 23 Feb 2019 11:17
(name . guix-patches)(address . guix-patches@gnu.org)
E1gxUNW-0001xP-JA@rmmprod05.runbox
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).
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(-)

Toggle diff (25 lines)
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
?
(address . pkill9@runbox.com)(address . 34628-done@debbugs.gnu.org)
87tvgueyda.fsf@member.fsf.org
<pkill9@runbox.com> writes:

Toggle quote (6 lines)
> 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).

Applied, thank you!
Closed
?