gnu: kanshi: Update to 1.6.0.
* gnu/packages/wm.scm (kanshi): Update to 1.6.0. [native-inputs]: Add libscfg. Change-Id: I2be95e7452f708c970f235a149695df69c22b33e Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
6d9d99fe54
commit
48a82a0d68
|
@ -2357,7 +2357,7 @@ compositors that support the layer-shell protocol.")
|
|||
(define-public kanshi
|
||||
(package
|
||||
(name "kanshi")
|
||||
(version "1.5.1")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2366,10 +2366,10 @@ compositors that support the layer-shell protocol.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mc2zcqsv79y7682nwi1gn8p751zwflm9zirl98v2q2kvx334k8a"))))
|
||||
(base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs (list wayland))
|
||||
(native-inputs (list pkg-config scdoc))
|
||||
(native-inputs (list pkg-config scdoc libscfg))
|
||||
(home-page "https://wayland.emersion.fr/kanshi")
|
||||
(synopsis "Hotswappable output profiles for Wayland")
|
||||
(description "Kanshi allows you to define output profiles that are
|
||||
|
|
Reference in New Issue