gnu: rofi: Update to 1.7.5.
* gnu/packages/xdisorg.scm (rofi): Update to 1.7.5. [arguments]<#:phases>: Adjusted according to source change. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
fc4949464f
commit
fc7c8fe063
@ -1822,7 +1822,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
|
|||||||
(define-public rofi
|
(define-public rofi
|
||||||
(package
|
(package
|
||||||
(name "rofi")
|
(name "rofi")
|
||||||
(version "1.7.3")
|
(version "1.7.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/davatorium/rofi/"
|
(uri (string-append "https://github.com/davatorium/rofi/"
|
||||||
@ -1830,7 +1830,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
|
|||||||
version "/rofi-" version ".tar.xz"))
|
version "/rofi-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yxn9pmn9zp0k5ygnjqbj1pmp73g53wa47r145a8qcwqzxl8p1i5"))))
|
"138c4bl60p7namsb2pk8q5cdlxbdkli7zny192vk5jv5s5kczzya"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison
|
(list bison
|
||||||
@ -1865,7 +1865,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
|
|||||||
(substitute* '("test/helper-expand.c")
|
(substitute* '("test/helper-expand.c")
|
||||||
(("~root") "/root")
|
(("~root") "/root")
|
||||||
(("~") "")
|
(("~") "")
|
||||||
(("g_get_home_dir \\(\\)") "\"/\"")))))))
|
(("g_get_home_dir\\(\\)") "\"/\"")))))))
|
||||||
(home-page "https://github.com/davatorium/rofi")
|
(home-page "https://github.com/davatorium/rofi")
|
||||||
(synopsis "Application launcher")
|
(synopsis "Application launcher")
|
||||||
(description "Rofi is a minimalist application launcher. It memorizes which
|
(description "Rofi is a minimalist application launcher. It memorizes which
|
||||||
|
Loading…
x
Reference in New Issue
Block a user