unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: font-un: bugfix
@ 2016-10-10 15:33 ng0
  2016-10-10 15:33 ` [PATCH] gnu: font-un: Update source uri ng0
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-10-10 15:33 UTC (permalink / raw)
  To: guix-devel

Upstream changed their server / structure / whatever and it fixes the bug 22908.

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

* [PATCH] gnu: font-un: Update source uri.
  2016-10-10 15:33 [PATCH] gnu: font-un: bugfix ng0
@ 2016-10-10 15:33 ` ng0
  2016-10-10 16:49   ` Kei Kebreau
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-10-10 15:33 UTC (permalink / raw)
  To: guix-devel

Fixes <http://bugs.gnu.org/22908>.

* gnu/packages/fonts.scm (font-un)[source]: Update source uri.
---
 gnu/packages/fonts.scm | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e4456a4..c8642b7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -703,18 +703,11 @@ symbols unable to be displayed properly.")
   (package
     (name "font-un")
     (version "1.0.2-080608")
-    ;; The upstream server at kldp.net is serving us broken MIME.
-    ;; See <http://bugs.gnu.org/22908>.
     (source (origin
               (method url-fetch)
-              (uri (list
-                    (string-append
-                     "http://krosos.sdf.org/static/unix/"
-                     "un-fonts-core-" version ".tar.gz")
-                    ;; XXX: The upstream server at kldp.net
-                    (string-append
-                     "https://kldp.net/projects/unfonts/download/4695?filename="
-                     "un-fonts-core-" version ".tar.gz")))
+              (uri (string-append
+                    "https://kldp.net/unfonts/release/2607-"
+                    "un-fonts-core-" version ".tar.gz"))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-- 
2.10.1

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

* Re: [PATCH] gnu: font-un: Update source uri.
  2016-10-10 15:33 ` [PATCH] gnu: font-un: Update source uri ng0
@ 2016-10-10 16:49   ` Kei Kebreau
  0 siblings, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2016-10-10 16:49 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

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

All the technical bits (linting, reproducibility, downloading, and
installation) check out for me.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

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

end of thread, other threads:[~2016-10-10 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-10 15:33 [PATCH] gnu: font-un: bugfix ng0
2016-10-10 15:33 ` [PATCH] gnu: font-un: Update source uri ng0
2016-10-10 16:49   ` Kei Kebreau

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