Archived
1
0
Fork 0

gnu: xeyes: Update to 1.2.0.

* gnu/packages/xdisorg.scm (xeyes): Update to 1.2.0.
[inputs]: Add libxi.

Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Greg Hogan 2023-05-24 18:10:55 +00:00 committed by jgart
parent 0c662d570e
commit db883ed5d7
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -653,17 +653,17 @@ options are given, the action applies to the focused window.")
(define-public xeyes (define-public xeyes
(package (package
(name "xeyes") (name "xeyes")
(version "1.1.2") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.x.org/releases/individual/app/" (uri (string-append "https://www.x.org/releases/individual/app/"
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 "0lq5j7fryx1wn998jq6h3icz1h6pqrsbs3adskjzjyhn5l6yrg2p")))) (base32 "1nxn443pfhddmwl59wplpjkslhlyfk307qx18nrimvvb2hipx8gq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list libxext libxmu libxrender libxt)) (list libxext libxi libxmu libxrender libxt))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(home-page "https://www.x.org/") ; no dedicated Xeyes page exists (home-page "https://www.x.org/") ; no dedicated Xeyes page exists