emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33434: closed ([PATCH] gnu: font-ubuntu: Update ur


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33434: closed ([PATCH] gnu: font-ubuntu: Update url.)
Date: Wed, 21 Nov 2018 13:08:02 +0000

Your message dated Wed, 21 Nov 2018 14:07:32 +0100
with message-id <address@hidden>
and subject line Re: [bug#33434] [PATCH] gnu: font-ubuntu: Update url.
has caused the debbugs.gnu.org bug report #33434,
regarding [PATCH] gnu: font-ubuntu: Update url.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33434: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33434
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: font-ubuntu: Update url. Date: Mon, 19 Nov 2018 19:04:26 +0100
I found the previous URL to no longer work.  I would like to find a
cleaner url.  WDYT?

Greetings,
janneke

>From 6d9037aa1ea239812f74b5af3a716341d3b25fa9 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <address@hidden>
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


--- End Message ---
--- Begin Message --- Subject: Re: [bug#33434] [PATCH] gnu: font-ubuntu: Update url. Date: Wed, 21 Nov 2018 14:07:32 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Jan Nieuwenhuizen writes:

> I'll commit this to core-updates tomorrow.

After a short discussion on IRC, pushed to master as

96cae1b48c12b7b5b4a68d86ac9d714cab2d9881

Thanks!
janneke


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]