gnu: xbacklight: Update to 1.2.1.

* gnu/packages/xorg.scm (xbacklight): Update to 1.2.1.  Change inputs
  to use xcb libraries.
master
Mark H Weaver 2014-12-19 15:07:43 -05:00
parent f540eddef4
commit da1a6bb32c
1 changed files with 6 additions and 7 deletions

View File

@ -1876,24 +1876,23 @@ synchronization between the X server and direct-rendering clients.")
(define-public xbacklight (define-public xbacklight
(package (package
(name "xbacklight") (name "xbacklight")
(version "1.1.2") (version "1.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/xbacklight-" "mirror://xorg/individual/app/xbacklight-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"02b5jfys2msla2yvg5s0knzyxg2104r25czkwd49i8g8kp804bxg")))) "0arnd1j8vzhzmw72mqhjjcb2qwcbs9qphsy3ps593ajyld8wzxhp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libx11" ,libx11) `(("libxcb" ,libxcb)
("libxrandr" ,libxrandr) ("xcb-util" ,xcb-util)))
("libxrender" ,libxrender)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "http://www.x.org/wiki/") (home-page "http://www.x.org/wiki/")
(synopsis "Xorg implementation of the X Window System") (synopsis "Xorg implementation of the X Window System")
(description "X.org provides an implementation of the X Window System") (description "X.org provides an implementation of the X Window System")