Update font-awesome to 5.7.2

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 6 years ago
(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
宋文武 wrote 6 years ago
(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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34628@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34628
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help