gnu: wofi: Update to 1.3.
* gnu/packages/xdisorg.scm (wofi): Update to 1.3. [arguments]: Use new style for arguments. [inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
da0f502742
commit
ad03c2d461
|
@ -2922,7 +2922,7 @@ using @command{dmenu}.")
|
||||||
(define-public wofi
|
(define-public wofi
|
||||||
(package
|
(package
|
||||||
(name "wofi")
|
(name "wofi")
|
||||||
(version "1.2.4")
|
(version "1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method hg-fetch)
|
(method hg-fetch)
|
||||||
(uri (hg-reference
|
(uri (hg-reference
|
||||||
|
@ -2931,15 +2931,14 @@ using @command{dmenu}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bnf078fg1kwslzwm1mjxwcqqq3bhk1dzymwfw9gk3brqbxrl75c"))))
|
"1k6b46n0vwdqrr6rfps0n8hghcgivnc42gc7z61phhjgf08j64qv"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t))
|
(list #:glib-or-gtk? #t))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk3" ,gtk+)
|
(list gtk+ wayland))
|
||||||
("wayland" ,wayland)))
|
|
||||||
(synopsis "Launcher/menu program for wayland")
|
(synopsis "Launcher/menu program for wayland")
|
||||||
(description
|
(description
|
||||||
"Wofi is a launcher/menu program for wlroots based wayland compositors
|
"Wofi is a launcher/menu program for wlroots based wayland compositors
|
||||||
|
|
Reference in New Issue