mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: libgnomekbd: Update to 3.28.0.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.28.0. [native-inputs]: Replace intltool with gettext-minimal. Add autoconf, automake, libtool and gobject-introspection.
This commit is contained in:
parent
b7f1b39b3f
commit
af448f9c95
1 changed files with 12 additions and 5 deletions
|
@ -10147,7 +10147,7 @@ (define-public gfbgraph
|
||||||
(define-public libgnomekbd
|
(define-public libgnomekbd
|
||||||
(package
|
(package
|
||||||
(name "libgnomekbd")
|
(name "libgnomekbd")
|
||||||
(version "3.26.1")
|
(version "3.28.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libgnomekbd/"
|
(uri (string-append "mirror://gnome/sources/libgnomekbd/"
|
||||||
|
@ -10155,14 +10155,21 @@ (define-public libgnomekbd
|
||||||
"libgnomekbd-" version ".tar.xz"))
|
"libgnomekbd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y962ykn3rr9gylj0pwpww7bi20lmhvsw6qvxs5bisbn2mih5jpp"))))
|
"1jarhq9crhq0wfnbcz7x3hgxbkan98ax3p2jwcgzj9jc7r27l1dk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list autoconf
|
||||||
`(,glib "bin") intltool))
|
automake
|
||||||
|
`(,glib "bin")
|
||||||
|
libtool
|
||||||
|
pkg-config
|
||||||
|
gettext-minimal
|
||||||
|
gobject-introspection))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; Referred to in .h files and .pc.
|
;; Referred to in .h files and .pc.
|
||||||
(list glib gtk+ libxklavier))
|
(list glib
|
||||||
|
gtk+
|
||||||
|
libxklavier))
|
||||||
(home-page "https://www.gnome.org")
|
(home-page "https://www.gnome.org")
|
||||||
(synopsis "GNOME keyboard configuration library")
|
(synopsis "GNOME keyboard configuration library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue