gnu: libxkbcommon: Update to 0.7.1.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.7.1. [source]: Use HTTPS. [home-page]: Ditto.
This commit is contained in:
parent
737c572a2b
commit
fbb4755c8a
|
@ -131,14 +131,14 @@ avoiding password prompts when X11 forwarding has already been setup.")
|
||||||
(define-public libxkbcommon
|
(define-public libxkbcommon
|
||||||
(package
|
(package
|
||||||
(name "libxkbcommon")
|
(name "libxkbcommon")
|
||||||
(version "0.6.1")
|
(version "0.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://xkbcommon.org/download/" name "-"
|
(uri (string-append "https://xkbcommon.org/download/" name "-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q47xa1szlxwgvwmhv4b7xwawnykz1hnc431d84nj8dlh2q8f22v"))))
|
"12z6hih3n1r0asp2hzp9qsiwdfkfz46jwp06x8kprr0r5rfk0nds"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
|
@ -155,7 +155,7 @@ avoiding password prompts when X11 forwarding has already been setup.")
|
||||||
(string-append "--with-x-locale-root="
|
(string-append "--with-x-locale-root="
|
||||||
(assoc-ref %build-inputs "libx11")
|
(assoc-ref %build-inputs "libx11")
|
||||||
"/share/X11/locale"))))
|
"/share/X11/locale"))))
|
||||||
(home-page "http://xkbcommon.org/")
|
(home-page "https://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,
|
||||||
including loading them from disk, parsing them and handling their
|
including loading them from disk, parsing them and handling their
|
||||||
|
|
Loading…
Reference in New Issue