gnu: geeqie: Update source location.
* gnu/packages/geeqie.scm (geeqie)[source]: Download from Github. [home-page]: Project has moved to new url.
This commit is contained in:
parent
fd02719c7b
commit
284539ce86
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -63,8 +64,9 @@ and XMP metadata of images in various formats.")
|
||||||
(version "1.1")
|
(version "1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/geeqie/geeqie-"
|
(uri (string-append "https://github.com/BestImageViewer/geeqie/"
|
||||||
version ".tar.gz"))
|
"archive/" version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kzy39z9505xkayyx7rjj2wda76xy3ch1s5z35zn8yli54ffhi2m"))))
|
"1kzy39z9505xkayyx7rjj2wda76xy3ch1s5z35zn8yli54ffhi2m"))))
|
||||||
|
@ -78,7 +80,7 @@ and XMP metadata of images in various formats.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://geeqie.sourceforge.net")
|
(home-page "http://www.geeqie.org/")
|
||||||
(synopsis "Lightweight GTK+ based image viewer")
|
(synopsis "Lightweight GTK+ based image viewer")
|
||||||
(description
|
(description
|
||||||
"Geeqie is a lightweight GTK+ based image viewer for Unix like operating
|
"Geeqie is a lightweight GTK+ based image viewer for Unix like operating
|
||||||
|
|
Loading…
Reference in New Issue