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:
Tobias Geerinckx-Rice 2021-03-06 19:12:03 +01:00
parent b3a36ab55b
commit cc808564b8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")