[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/108: gnu: clutter: Update to 1.26.4.
From: |
guix-commits |
Subject: |
14/108: gnu: clutter: Update to 1.26.4. |
Date: |
Sat, 25 Apr 2020 15:22:40 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit ba6c13c4dd4496cf5b7a26ec5732b2172235bc71
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 11:59:59 2020 -0400
gnu: clutter: Update to 1.26.4.
* gnu/packages/gnome.scm (clutter): Update to 1.26.4.
[native-inputs]: Add xorg-server-for-tests.
[arguments]: Enable tests and add the 'disable-failing-test' and
'start-xorg-server' phases.
[home-page]: Follow redirect.
---
gnu/packages/gnome.scm | 26 ++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0b26839..5092e4b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4502,7 +4502,7 @@ without stepping on each others toes.")
(define-public clutter
(package
(name "clutter")
- (version "1.26.2")
+ (version "1.26.4")
(source
(origin
(method url-fetch)
@@ -4511,7 +4511,7 @@ without stepping on each others toes.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0mif1qnrpkgxi43h7pimim6w6zwywa16ixcliw0yjm9hk0a368z7"))))
+ "1rn4cd1an6a9dfda884aqpcwcgq8dgydpqvb19nmagw4b70zlj4b"))))
;; NOTE: mutter exports a bundled fork of clutter, so when making changes
;; to clutter, corresponding changes may be appropriate in mutter as well.
(build-system gnu-build-system)
@@ -4521,6 +4521,7 @@ without stepping on each others toes.")
`(("glib:bin" ,glib "bin") ; for glib-genmarshal
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
+ ("xorg-server" ,xorg-server-for-tests)
("xsltproc" ,libxslt)))
(propagated-inputs
`(("cogl" ,cogl)
@@ -4543,10 +4544,23 @@ without stepping on each others toes.")
(string-append "--with-html-dir="
(assoc-ref %outputs "doc")
"/share/doc"))
- ;; XXX FIXME: Get test suite working. It would probably fail in the
- ;; same way the cogl tests fail, since clutter is based on cogl.
- #:tests? #f))
- (home-page "http://www.clutter-project.org")
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'disable-failing-test
+ (lambda _
+ ;; According to tests/conform/meson.build, this test is known to
+ ;; fail.
+ (substitute* "tests/conform/Makefile.in"
+ (("actor-shader-effect\\$\\(EXEEXT\\)") ""))
+ #t))
+ (add-before 'check 'start-xorg-server
+ (lambda* (#:key inputs #:allow-other-keys)
+ ;; The test suite requires a running X server.
+ (system (format #f "~a/bin/Xvfb :1 &"
+ (assoc-ref inputs "xorg-server")))
+ (setenv "DISPLAY" ":1")
+ #t)))))
+ (home-page "https://blogs.gnome.org/clutter/")
(synopsis "OpenGL-based interactive canvas library")
(description
"Clutter is an OpenGL-based interactive canvas library, designed for
- 19/108: gnu: vala: Update to 0.48.5., (continued)
- 19/108: gnu: vala: Update to 0.48.5., guix-commits, 2020/04/25
- 25/108: gnu: adwaita-icon-theme: Update to 3.36.1., guix-commits, 2020/04/25
- 27/108: gnu: libsecret: Update to 0.20.3., guix-commits, 2020/04/25
- 33/108: gnu: seahorse: Update to 3.36., guix-commits, 2020/04/25
- 30/108: gnu: gspell: Update to 1.8.3., guix-commits, 2020/04/25
- 35/108: gnu: libmanette: Update to 0.2.4., guix-commits, 2020/04/25
- 36/108: gnu: quadrapassel: Update to 3.36.00., guix-commits, 2020/04/25
- 37/108: gnu: folks: Update to 0.14.0., guix-commits, 2020/04/25
- 21/108: gnu: libchamplain: Update to 0.12.20., guix-commits, 2020/04/25
- 13/108: gnu: cogl: Update to 1.22.6., guix-commits, 2020/04/25
- 14/108: gnu: clutter: Update to 1.26.4.,
guix-commits <=
- 24/108: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2020/04/25
- 26/108: gnu: python-pyatspi: Update to 2.36.0., guix-commits, 2020/04/25
- 28/108: gnu: gcr: Update to 3.36.0., guix-commits, 2020/04/25
- 32/108: gnu: gtk-vnc: Update to 1.0.0., guix-commits, 2020/04/25
- 40/108: gnu: yelp-xsl: Update to 3.36.0., guix-commits, 2020/04/25
- 29/108: gnu: evolution-data-server: Update to 3.36.1., guix-commits, 2020/04/25
- 42/108: gnu: yelp: Update to 3.36.0., guix-commits, 2020/04/25
- 43/108: gnu: Add fuse3., guix-commits, 2020/04/25
- 44/108: gnu: libgdata: Update to 0.17.12., guix-commits, 2020/04/25
- 31/108: gnu: evolution: Update to 3.36.1., guix-commits, 2020/04/25