guix-commits
[Top][All Lists]
Advanced

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

61/116: gnu: xauth: Update to 1.0.9.


From: Mark H. Weaver
Subject: 61/116: gnu: xauth: Update to 1.0.9.
Date: Sat, 20 Dec 2014 04:38:40 +0000

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

commit b48b7ca79566adf5392c45caf23b9bfdaacd78e9
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 19 15:06:48 2014 -0500

    gnu: xauth: Update to 1.0.9.
    
    * gnu/packages/xorg.scm (xauth): Update to 1.0.9.  Disable tests.
---
 gnu/packages/xorg.scm |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8126b7a..85dc9b8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1848,17 +1848,17 @@ synchronization between the X server and 
direct-rendering clients.")
 (define-public xauth
   (package
     (name "xauth")
-    (version "1.0.7")
+    (version "1.0.9")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/xauth-"
+               "mirror://xorg/individual/app/xauth-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "1382wdfiakgckbw1xxavzh1nm34q21b1zzy96qp7ws66xc48rxw4"))))
+            "13y2invb0894b1in03jbglximbz6v31y2kr4yjjgica8xciibkjn"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxmu" ,libxmu)
@@ -1867,6 +1867,10 @@ synchronization between the X server and 
direct-rendering clients.")
         ("libx11" ,libx11)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
+
+    ;; FIXME: The test suite needs http://liw.fi/cmdtest/
+    (arguments `(#:tests? #f))
+
     (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]