guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: geeqie: Update source location.


From: Efraim Flashner
Subject: 03/08: gnu: geeqie: Update source location.
Date: Mon, 16 May 2016 11:48:39 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 284539ce86a0073ad65880ddf3f3fd7af981b8e7
Author: Efraim Flashner <address@hidden>
Date:   Mon May 16 12:59:40 2016 +0300

    gnu: geeqie: Update source location.
    
    * gnu/packages/geeqie.scm (geeqie)[source]: Download from Github.
    [home-page]: Project has moved to new url.
---
 gnu/packages/geeqie.scm |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/geeqie.scm b/gnu/packages/geeqie.scm
index 9cc8f74..7ea75aa 100644
--- a/gnu/packages/geeqie.scm
+++ b/gnu/packages/geeqie.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -63,8 +64,9 @@ and XMP metadata of images in various formats.")
     (version "1.1")
     (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://sourceforge/geeqie/geeqie-"
-                                 version ".tar.gz"))
+             (uri (string-append "https://github.com/BestImageViewer/geeqie/";
+                                 "archive/" version ".tar.gz"))
+             (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
                "1kzy39z9505xkayyx7rjj2wda76xy3ch1s5z35zn8yli54ffhi2m"))))
@@ -78,7 +80,7 @@ and XMP metadata of images in various formats.")
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
-    (home-page "http://geeqie.sourceforge.net";)
+    (home-page "http://www.geeqie.org/";)
     (synopsis "Lightweight GTK+ based image viewer")
     (description
      "Geeqie is a lightweight GTK+ based image viewer for Unix like operating



reply via email to

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