mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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.
This commit is contained in:
parent
c736bc94e9
commit
ff53457d05
1 changed files with 6 additions and 3 deletions
|
@ -42,17 +42,20 @@ (define-module (gnu packages qt)
|
||||||
(define-public libxkbcommon
|
(define-public libxkbcommon
|
||||||
(package
|
(package
|
||||||
(name "libxkbcommon")
|
(name "libxkbcommon")
|
||||||
(version "0.3.1")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://xkbcommon.org/download/" name "-"
|
(uri (string-append "http://xkbcommon.org/download/" name "-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13mk335r4dhi9qglzbp46ina1wz4qgcp8r7s06iq7j50pf0kb5ww"))))
|
"176ii5dn2wh74q48sd8ac37ljlvgvp5f506glr96z6ibfhj7igch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("libxcb" ,libxcb)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)))
|
`(("bison" ,bison)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://xkbcommon.org/")
|
(home-page "http://xkbcommon.org/")
|
||||||
(synopsis "Library to handle keyboard descriptions")
|
(synopsis "Library to handle keyboard descriptions")
|
||||||
(description "Xkbcommon is a library to handle keyboard descriptions,
|
(description "Xkbcommon is a library to handle keyboard descriptions,
|
||||||
|
|
Loading…
Reference in a new issue