gnu: slock: Update to 1.3.
* gnu/packages/suckless.scm (slock): Update to 1.3. [inputs]: Add libxrandr.
This commit is contained in:
parent
43bec6d06d
commit
fea1422e27
|
@ -106,14 +106,14 @@ numbers of user-defined menu items efficiently.")
|
||||||
(define-public slock
|
(define-public slock
|
||||||
(package
|
(package
|
||||||
(name "slock")
|
(name "slock")
|
||||||
(version "1.2")
|
(version "1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://dl.suckless.org/tools/slock-"
|
(uri (string-append "http://dl.suckless.org/tools/slock-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1crkyr4vblhciy6vnbjwwjnlkm9yg2hzq16v6hzxm20ai67na0il"))))
|
"065xa9hl7zn0lv2f7yjxphqsa35rg6dn9hv10gys0sh4ljpa7d5s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
|
@ -123,7 +123,8 @@ numbers of user-defined menu items efficiently.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("libxinerama" ,libxinerama)))
|
("libxinerama" ,libxinerama)
|
||||||
|
("libxrandr" ,libxrandr)))
|
||||||
(home-page "http://tools.suckless.org/slock/")
|
(home-page "http://tools.suckless.org/slock/")
|
||||||
(synopsis "Simple X session lock")
|
(synopsis "Simple X session lock")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue