gnu: xeyes: Update to 1.1.2.

* gnu/packages/xdisorg.scm (xeyes): Update to 1.1.2.
[source]: Update URI.
[inputs]: Add libxrender.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-28 19:05:54 +02:00
parent 5e996128b8
commit fa91433dd4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 10 deletions

View File

@ -264,21 +264,19 @@ between desktops, and change the number of desktops.")
(define-public xeyes (define-public xeyes
(package (package
(name "xeyes") (name "xeyes")
(version "1.0.1") (version "1.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "https://www.x.org/releases/individual/app/"
"http://xeyes.sourcearchive.com/downloads/1.0.1/xeyes_" name "-" version ".tar.bz2"))
version (sha256
".orig.tar.gz")) (base32 "0lq5j7fryx1wn998jq6h3icz1h6pqrsbs3adskjzjyhn5l6yrg2p"))))
(sha256
(base32
"04c3md570j67g55h3bix1qbngcslnq91skli51k3g1avki88zkm9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libxext" ,libxext) `(("libxext" ,libxext)
("libxmu" ,libxmu) ("libxmu" ,libxmu)
("libxrender" ,libxrender)
("libxt" ,libxt))) ("libxt" ,libxt)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))