gnu: imv: Update to 4.3.1.
* gnu/packages/image-viewers.scm (imv): Update to 4.3.1. [arguments]: Don't explicitly return #t from phases. [source, home-page]: Update URL.
This commit is contained in:
parent
1eee548892
commit
c1f364a2d2
1 changed files with 5 additions and 6 deletions
|
@ -805,15 +805,15 @@ displayed in a terminal.")
|
||||||
(define-public imv
|
(define-public imv
|
||||||
(package
|
(package
|
||||||
(name "imv")
|
(name "imv")
|
||||||
(version "4.3.0")
|
(version "4.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/eXeC64/imv")
|
(url "https://git.sr.ht/~exec64/imv")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12xcayyzmfknbff04z8jdlxsnnimgisqiah0bw07cyxx8ksmdzqw"))
|
"01x6qg7nhikqh68gnzrdvq0rxma5v9z19il89y8bvdrcr7r1vh40"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -827,8 +827,7 @@ displayed in a terminal.")
|
||||||
(bin (string-append out "/bin")))
|
(bin (string-append out "/bin")))
|
||||||
(substitute* (string-append bin "/imv")
|
(substitute* (string-append bin "/imv")
|
||||||
(("imv-")
|
(("imv-")
|
||||||
(string-append bin "/imv-")))
|
(string-append bin "/imv-")))))))))
|
||||||
#t))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list freeimage
|
(list freeimage
|
||||||
glu
|
glu
|
||||||
|
@ -866,7 +865,7 @@ with tiling window managers. Features include:
|
||||||
@item Configurable key bindings and behavior.
|
@item Configurable key bindings and behavior.
|
||||||
@item Highly scriptable with IPC via imv-msg.
|
@item Highly scriptable with IPC via imv-msg.
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(home-page "https://github.com/eXeC64/imv")
|
(home-page "https://git.sr.ht/~exec64/imv/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public qiv
|
(define-public qiv
|
||||||
|
|
Reference in a new issue