guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: lxqt: Update uris.


From: Efraim Flashner
Subject: 01/05: gnu: lxqt: Update uris.
Date: Thu, 16 Jun 2016 18:25:17 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 3282442be9e2fcabfdd863db83e06576d84ba2ac
Author: Efraim Flashner <address@hidden>
Date:   Thu Jun 16 19:10:12 2016 +0300

    gnu: lxqt: Update uris.
    
    * gnu/packages/lxqt.scm (libqtxdg, liblxqt, lxqt-common,
    lxqt-session)[source]: Project tarballs have been replaced with Github
    archive tarballs.
---
 gnu/packages/lxqt.scm |   26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 38a7aea..4202970 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2015 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,8 +38,8 @@
      (origin
        (method url-fetch)
        (uri
-         (string-append "https://downloads.lxqt.org/libqtxdg/"; version "/"
-                        name "-" version ".tar.xz"))
+         (string-append "https://github.com/lxde/libqtxdg/releases/";
+                        "download/" version "/" name "-" version ".tar.xz"))
        (sha256
         (base32
          "1ncqs0lcll5nx69hxfg33m3jfkryjqrjhr2kdci0b8pyaqdv1jc8"))))
@@ -64,11 +65,12 @@ in Qt.")
      (origin
        (method url-fetch)
        (uri
-         (string-append "https://downloads.lxqt.org/lxqt/"; version "/"
-                        name "-" version ".tar.xz"))
+         (string-append "https://github.com/lxde/"; name
+                        "/archive/" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0ljdzqavvy82qwwwnhg2bgbshl2ns0k2lcswxlx1cfc8rcdr9w5l"))
+         "0mbl3qc0yfgfsndqrw8vg8k5irsy0pg2wrad8nwv0aphphd4n7rg"))
        (patches (search-patches "liblxqt-include.patch"))))
     (build-system cmake-build-system)
     (arguments
@@ -92,11 +94,12 @@ components of the LXQt desktop environment.")
      (origin
        (method url-fetch)
        (uri
-         (string-append "https://downloads.lxqt.org/lxqt/"; version "/"
-                        name "-" version ".tar.xz"))
+         (string-append "https://github.com/lxde/"; name
+                        "/archive/" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0kbkwmrdjhfbq60wf2yfbsjmci8xlw13ilxxa7yxq68n1aqjqmvf"))))
+         "1vd3zarvl44l3y6wn7kgxcd2f1bygsmk5bcfqwa3568cq3b57aw0"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no check target
@@ -143,11 +146,12 @@ desktop environment.")
      (origin
        (method url-fetch)
        (uri
-         (string-append "https://downloads.lxqt.org/lxqt/"; version "/"
-                        name "-" version ".tar.xz"))
+         (string-append "https://github.com/lxde/"; name
+                        "/archive/" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "01hxand1gqbcaw14lh7z6w5zssgfaffcjncv752c2c7272wzyhy5"))))
+         "1sdwcfrfqkg7ibrsncs1skdap9n8wm4rg6n9d0fgdz2q4d45h75a"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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