guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

60/116: gnu: xbacklight: Update to 1.2.1.


From: Mark H. Weaver
Subject: 60/116: gnu: xbacklight: Update to 1.2.1.
Date: Sat, 20 Dec 2014 04:38:40 +0000

mhw pushed a commit to branch xorg-updates
in repository guix.

commit da1a6bb32c3b19d27da27d5d5e94d1b72dbe1bc5
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 19 15:07:43 2014 -0500

    gnu: xbacklight: Update to 1.2.1.
    
    * gnu/packages/xorg.scm (xbacklight): Update to 1.2.1.  Change inputs
      to use xcb libraries.
---
 gnu/packages/xorg.scm |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]