mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
b280b9c3f2
commit
7f8c5111fc
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue