gnu: clutter: Update to 1.26.4 and remove input labels.
* gnu/packages/gnome.scm (clutter): Update to 1.26.4. [native-inputs]: Remove labels. [propagated-inputs, inputs]: Sort inputs. [home-page]: Update URL.
This commit is contained in:
parent
ffef7c01f0
commit
b3ac513f48
1 changed files with 13 additions and 13 deletions
|
|
@ -5922,7 +5922,7 @@ without stepping on each others toes.")
|
||||||
(define-public clutter
|
(define-public clutter
|
||||||
(package
|
(package
|
||||||
(name "clutter")
|
(name "clutter")
|
||||||
(version "1.26.2")
|
(version "1.26.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -5931,31 +5931,31 @@ without stepping on each others toes.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mif1qnrpkgxi43h7pimim6w6zwywa16ixcliw0yjm9hk0a368z7"))))
|
"1rn4cd1an6a9dfda884aqpcwcgq8dgydpqvb19nmagw4b70zlj4b"))))
|
||||||
;; NOTE: mutter exports a bundled fork of clutter, so when making changes
|
;; NOTE: mutter exports a bundled fork of clutter, so when making changes
|
||||||
;; to clutter, corresponding changes may be appropriate in mutter as well.
|
;; to clutter, corresponding changes may be appropriate in mutter as well.
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc")) ;9 MiB of gtk-doc HTML pages
|
"doc")) ;9 MiB of gtk-doc HTML pages
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-genmarshal
|
(list `(,glib "bin") ; for glib-genmarshal
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("pkg-config" ,pkg-config)
|
libxslt
|
||||||
("xsltproc" ,libxslt)))
|
pkg-config))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list cogl
|
(list atk
|
||||||
cairo
|
cairo
|
||||||
atk
|
cogl
|
||||||
|
glib
|
||||||
gtk+
|
gtk+
|
||||||
json-glib
|
json-glib
|
||||||
glib
|
|
||||||
libxcomposite
|
libxcomposite
|
||||||
libxdamage
|
libxdamage
|
||||||
libxext
|
libxext
|
||||||
xinput))
|
xinput))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxkbcommon" ,libxkbcommon)
|
(list eudev
|
||||||
("udev" ,eudev)))
|
libxkbcommon))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--enable-x11-backend=yes"
|
`(#:configure-flags (list "--enable-x11-backend=yes"
|
||||||
|
|
||||||
|
|
@ -5966,7 +5966,7 @@ without stepping on each others toes.")
|
||||||
;; XXX FIXME: Get test suite working. It would probably fail in the
|
;; XXX FIXME: Get test suite working. It would probably fail in the
|
||||||
;; same way the cogl tests fail, since clutter is based on cogl.
|
;; same way the cogl tests fail, since clutter is based on cogl.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://www.clutter-project.org")
|
(home-page "https://blogs.gnome.org/clutter/")
|
||||||
(synopsis "OpenGL-based interactive canvas library")
|
(synopsis "OpenGL-based interactive canvas library")
|
||||||
(description
|
(description
|
||||||
"Clutter is an OpenGL-based interactive canvas library, designed for
|
"Clutter is an OpenGL-based interactive canvas library, designed for
|
||||||
|
|
|
||||||
Reference in a new issue