GNU bug report logs - #30398
[PATCH 0/9] Update KDE Frameworks to 5.42.0 and other KDE stuff respecrivly

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Thu, 8 Feb 2018 21:59:02 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 30398 <at> debbugs.gnu.org
Subject: [bug#30398] [PATCH 5/9] gnu: libkomparediff2: Use mirror://kde scheme for source-url.
Date: Thu,  8 Feb 2018 23:02:33 +0100
* gnu/packages/kde.scm (libkomparediff2)[source]: Use mirror://kde
  scheme.
---
 gnu/packages/kde.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index af6140ea7..5d6fb6171 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -336,8 +336,8 @@ features include brush stabilizers, brush engines and wrap-around mode.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "https://github.com/KDE/libkomparediff2/archive/v"
-                            version ".tar.gz"))
+        (uri (string-append "mirror://kde/stable/applications"
+                            "/" version "/src/" name "-" version ".tar.xz"))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-- 
2.13.6





This bug report was last modified 7 years and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.