unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33434] [PATCH] gnu: font-ubuntu: Update url.
@ 2018-11-19 18:04 Jan Nieuwenhuizen
  2018-11-19 18:07 ` Jan Nieuwenhuizen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jan Nieuwenhuizen @ 2018-11-19 18:04 UTC (permalink / raw)
  To: 33434

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

I found the previous URL to no longer work.  I would like to find a
cleaner url.  WDYT?

Greetings,
janneke


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-font-ubuntu-Update-url.patch --]
[-- Type: text/x-patch, Size: 1535 bytes --]

From 6d9037aa1ea239812f74b5af3a716341d3b25fa9 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Mon, 19 Nov 2018 18:57:27 +0100
Subject: [PATCH] gnu: font-ubuntu: Update url.

* gnu/packages/fonts.scm (font-ubuntu): Use new url, update hash.
---
 gnu/packages/fonts.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 1195695d7..5f1a7585d 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -100,12 +100,15 @@ in print.  With attention to detail for high resolution rendering.")
     (version "0.83")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "http://font.ubuntu.com/download/ubuntu-font-family-"
-                    version ".zip"))
+              (uri (string-append "https://launchpad.net/"
+                                  "ubuntu/+archive/primary/+sourcefiles/"
+                                  "ubuntu-font-family-sources/"
+                                  "0.83-0ubuntu1/"
+                                  "ubuntu-font-family-sources_0.83"
+                                  ".orig.tar.gz"))
               (sha256
                (base32
-                "0hjvq2x758dx0sfwqhzflns0ns035qm7h6ygskbx1svzg517sva5"))))
+                "02l31f5lip12csps7xvz77s32gac3siw694xrrw85y1blc7dz5hs"))))
     (build-system font-build-system)
     (home-page "http://font.ubuntu.com/")
     (synopsis "The Ubuntu Font Family")
-- 
2.18.0


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

end of thread, other threads:[~2018-11-21 13:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19 18:04 [bug#33434] [PATCH] gnu: font-ubuntu: Update url Jan Nieuwenhuizen
2018-11-19 18:07 ` Jan Nieuwenhuizen
2018-11-19 20:41 ` Leo Famulari
2018-11-19 20:50   ` Jan Nieuwenhuizen
2018-11-20  1:11     ` Leo Famulari
2018-11-20 10:08 ` Efraim Flashner
2018-11-20 19:57   ` Jan Nieuwenhuizen
2018-11-21 13:07     ` bug#33434: " Jan Nieuwenhuizen

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).