summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-11-20 23:52:48 +0100
committerAndreas Enge <andreas@enge.fr>2014-11-21 18:01:22 +0100
commitff53457d053ff697f88689818fd668b9ede715a9 (patch)
treeb87807d115168a6db51a3649eef1c20a1496f98b /gnu
parentc736bc94e992e1a64f6c0593f00ec24d20cb0609 (diff)
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/qt.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 92945cfe032..46c7c34c3c7 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -42,17 +42,20 @@
42(define-public libxkbcommon 42(define-public libxkbcommon
43 (package 43 (package
44 (name "libxkbcommon") 44 (name "libxkbcommon")
45 (version "0.3.1") 45 (version "0.5.0")
46 (source (origin 46 (source (origin
47 (method url-fetch) 47 (method url-fetch)
48 (uri (string-append "http://xkbcommon.org/download/" name "-" 48 (uri (string-append "http://xkbcommon.org/download/" name "-"
49 version ".tar.xz")) 49 version ".tar.xz"))
50 (sha256 50 (sha256
51 (base32 51 (base32
52 "13mk335r4dhi9qglzbp46ina1wz4qgcp8r7s06iq7j50pf0kb5ww")))) 52 "176ii5dn2wh74q48sd8ac37ljlvgvp5f506glr96z6ibfhj7igch"))))
53 (build-system gnu-build-system) 53 (build-system gnu-build-system)
54 (inputs
55 `(("libxcb" ,libxcb)))
54 (native-inputs 56 (native-inputs
55 `(("bison" ,bison))) 57 `(("bison" ,bison)
58 ("pkg-config" ,pkg-config)))
56 (home-page "http://xkbcommon.org/") 59 (home-page "http://xkbcommon.org/")
57 (synopsis "Library to handle keyboard descriptions") 60 (synopsis "Library to handle keyboard descriptions")
58 (description "Xkbcommon is a library to handle keyboard descriptions, 61 (description "Xkbcommon is a library to handle keyboard descriptions,