gnu: i3lock-color: Update to 2.13.c.5.

* gnu/packages/wm.scm (i3lock-color): Update to 2.13.c.5.
[arguments]: Use gexps.
<#:configure-flags>: Add --with-zsh-completion-dir to install completions.
[native-inputs]: Add bash-completion.

Change-Id: I8fe21aa6956d9fef300897c03f8be9a8ab988857
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Jussi Timperi 2025-07-23 01:58:03 +03:00 committed by Andreas Enge
parent e41a317ad7
commit eefd2b2ee0
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1002,7 +1002,7 @@ prompt.")
(define-public i3lock-color
(package
(name "i3lock-color")
(version "2.13.c.4")
(version "2.13.c.5")
(source
(origin
(method git-fetch)
@ -1011,10 +1011,14 @@ prompt.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1lnyh8spbf1ar4xan5v7q8i2i51aq1i60kzbfkn9w3wa0jzf9f3d"))))
(base32 "1ya7h4ql5znjapfw67b8mkmflvcyywial494pgmnczv2aj1dxqky"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no tests included
(list
#:tests? #f ;no tests included
#:configure-flags
#~(list (string-append "--with-zsh-completion-dir="
#$output "/share/zsh/site-functions"))))
(inputs
(list cairo
libev
@ -1026,7 +1030,7 @@ prompt.")
xcb-util-image
xcb-util-xrm))
(native-inputs
(list autoconf automake pkg-config))
(list autoconf automake bash-completion pkg-config))
(home-page "https://github.com/Raymo111/i3lock-color")
(synopsis "Screen locker with color configuration support")
(description