unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34628] Update font-awesome to 5.7.2
@ 2019-02-23 10:17 pkill9
  2019-02-24  2:03 ` bug#34628: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: pkill9 @ 2019-02-23 10:17 UTC (permalink / raw)
  To: 34628

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34628: Update font-awesome to 5.7.2
  2019-02-23 10:17 [bug#34628] Update font-awesome to 5.7.2 pkill9
@ 2019-02-24  2:03 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2019-02-24  2:03 UTC (permalink / raw)
  To: pkill9; +Cc: 34628-done

<pkill9@runbox.com> writes:

> 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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-24  2:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-23 10:17 [bug#34628] Update font-awesome to 5.7.2 pkill9
2019-02-24  2:03 ` bug#34628: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).