Archived
1
0
Fork 0

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 @@ move windows, switch between desktops, etc.).")
(define-public scrot (define-public scrot
(package (package
(name "scrot") (name "scrot")
(version "1.4") (version "1.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -710,8 +710,7 @@ move windows, switch between desktops, etc.).")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0x64b7xqi5cbq29pb8s8r2kzbxaday1f5k0j70n3s2p7sahjxy72"))))
"12xq6glg70icwsvbnfw9gm4dahlbnrc7b6adpd0mpf89h4sj2gds"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
@ -720,8 +719,8 @@ move windows, switch between desktops, etc.).")
(inputs (inputs
`(("giblib" ,giblib) `(("giblib" ,giblib)
("libx11" ,libx11) ("libx11" ,libx11)
("libXcursor" ,libxcursor)
("libxcomposite" ,libxcomposite) ("libxcomposite" ,libxcomposite)
("libxext" ,libxext)
("libXfixes" ,libxfixes))) ("libXfixes" ,libxfixes)))
(home-page "https://github.com/resurrecting-open-source-projects/scrot") (home-page "https://github.com/resurrecting-open-source-projects/scrot")
(synopsis "Command-line screen capture utility for X Window System") (synopsis "Command-line screen capture utility for X Window System")