gnu: xinput: Update to 1.6.1.

* gnu/packages/xorg.scm (xinput): Update to 1.6.1.  Add libxext to inputs.
master
Mark H Weaver 2014-12-19 15:13:18 -05:00
parent 9248fd7f04
commit e2a712cae7
1 changed files with 4 additions and 3 deletions

View File

@ -3238,22 +3238,23 @@ kernel mode setting (KMS).")
(define-public xinput (define-public xinput
(package (package
(name "xinput") (name "xinput")
(version "1.6.0") (version "1.6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/xinput-" "mirror://xorg/individual/app/xinput-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0zl4cdgnzh9shz20yn7hz889v4nkbyqwx0nb7dh6arn7abchgc2a")))) "07w7zlpdhpwzzshg8q0y152cy3wl2fj7x1897glnp2la487jsqxp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libxrender" ,libxrender) `(("libxrender" ,libxrender)
("libxrandr" ,libxrandr) ("libxrandr" ,libxrandr)
("libxinerama" ,libxinerama) ("libxinerama" ,libxinerama)
("libxext" ,libxext)
("libxi" ,libxi) ("libxi" ,libxi)
("libx11" ,libx11) ("libx11" ,libx11)
("inputproto" ,inputproto))) ("inputproto" ,inputproto)))