guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libxkbcommon: Update to 0.5.0.


From: Andreas Enge
Subject: 01/01: gnu: libxkbcommon: Update to 0.5.0.
Date: Thu, 20 Nov 2014 22:53:33 +0000

andreas pushed a commit to branch wip-qt
in repository guix.

commit 0f75b335f8190d1bbf10693b35e90465f9d93cb4
Author: Andreas Enge <address@hidden>
Date:   Thu Nov 20 23:52:48 2014 +0100

    gnu: libxkbcommon: Update to 0.5.0.
    
    * gnu/packages/qt.scm (libxkbcommon): Update to 0.5.0.
        Add input libxcb and native input pkg-config.
---
 gnu/packages/qt.scm |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 92945cf..46c7c34 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -42,17 +42,20 @@
 (define-public libxkbcommon
   (package
     (name "libxkbcommon")
-    (version "0.3.1")
+    (version "0.5.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://xkbcommon.org/download/"; name "-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "13mk335r4dhi9qglzbp46ina1wz4qgcp8r7s06iq7j50pf0kb5ww"))))
+               "176ii5dn2wh74q48sd8ac37ljlvgvp5f506glr96z6ibfhj7igch"))))
     (build-system gnu-build-system)
+    (inputs
+     `(("libxcb" ,libxcb)))
     (native-inputs
-     `(("bison" ,bison)))
+     `(("bison" ,bison)
+       ("pkg-config" ,pkg-config)))
     (home-page "http://xkbcommon.org/";)
     (synopsis "Library to handle keyboard descriptions")
     (description "Xkbcommon is a library to handle keyboard descriptions,



reply via email to

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