mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
e41a317ad7
commit
eefd2b2ee0
1 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue