gnu: libwnck: Update to 3.32.0.
* gnu/packages/gnome.scm (libwnck): Update to 3.32.0. [build-system]: Use meson-build-system. [native-inputs]: Add glib:bin and gobject-introspection.
This commit is contained in:
parent
e106d0a644
commit
d3b406969a
@ -2246,7 +2246,7 @@ controls using the Bonobo component framework.")
|
||||
(define-public libwnck
|
||||
(package
|
||||
(name "libwnck")
|
||||
(version "3.30.0")
|
||||
(version "3.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
@ -2254,10 +2254,12 @@ controls using the Bonobo component framework.")
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f9lvhm3w25046dqq8xyg7nzggxpmdriwrb661nng05a8qk0svdc"))))
|
||||
(build-system gnu-build-system)
|
||||
"1jp3p1lnwnwi6fxl2rz3166cmwzwy9vqz896anpwc3wdy9f875cm"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("glib" ,glib "bin") ; for glib-mkenums
|
||||
("gobject-introspection" ,gobject-introspection) ; for g-ir-scanner
|
||||
("intltool" ,intltool)))
|
||||
(propagated-inputs
|
||||
`(("gtk+" ,gtk+)
|
||||
|
Loading…
Reference in New Issue
Block a user