gnu: xkeyboard-config: Update to 2.29.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.29.
[inputs]: Move GETTEXT-MINIMAL ...
[native-inputs]: ... here.  Add PERL and PYTHON.  Remove INTLTOOL.
This commit is contained in:
Marius Bakke 2020-02-14 16:09:39 +01:00
parent b280b9c3f2
commit 7f8c5111fc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3838,7 +3838,7 @@ (define-public xkbutils
(define-public xkeyboard-config
(package
(name "xkeyboard-config")
(version "2.28")
(version "2.29")
(source
(origin
(method url-fetch)
@ -3848,15 +3848,16 @@ (define-public xkeyboard-config
".tar.bz2"))
(sha256
(base32
"1kmxc8hdw4qpvdlzp4ag8ygl34lqhs6sn3pcz1sl0kn61xdv5bb9"))))
"00hqc8nykvy8c09b8vab64dcd0ij3n5klxjn6rl00q7hickpah8x"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)
("libx11" ,libx11)
`(("libx11" ,libx11)
("xkbcomp-intermediate" ,xkbcomp-intermediate)))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
`(("gettext" ,gettext-minimal)
("perl" ,perl)
("pkg-config" ,pkg-config)
("python" ,python)))
(home-page "https://www.x.org/wiki/")
(synopsis "Xorg XKB configuration files")
(description