mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: scrot: Update to 1.5.
* gnu/packages/xdisorg.scm (scrot): Update to 1.5. [inputs]: Remove unused libxcursor. Add libxext.
This commit is contained in:
parent
b3a36ab55b
commit
cc808564b8
1 changed files with 3 additions and 4 deletions
|
@ -700,7 +700,7 @@ (define-public wmctrl
|
|||
(define-public scrot
|
||||
(package
|
||||
(name "scrot")
|
||||
(version "1.4")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -710,8 +710,7 @@ (define-public scrot
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"12xq6glg70icwsvbnfw9gm4dahlbnrc7b6adpd0mpf89h4sj2gds"))))
|
||||
(base32 "0x64b7xqi5cbq29pb8s8r2kzbxaday1f5k0j70n3s2p7sahjxy72"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
@ -720,8 +719,8 @@ (define-public scrot
|
|||
(inputs
|
||||
`(("giblib" ,giblib)
|
||||
("libx11" ,libx11)
|
||||
("libXcursor" ,libxcursor)
|
||||
("libxcomposite" ,libxcomposite)
|
||||
("libxext" ,libxext)
|
||||
("libXfixes" ,libxfixes)))
|
||||
(home-page "https://github.com/resurrecting-open-source-projects/scrot")
|
||||
(synopsis "Command-line screen capture utility for X Window System")
|
||||
|
|
Loading…
Reference in a new issue