[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/108: gnu: cogl: Update to 1.22.6.
From: |
guix-commits |
Subject: |
13/108: gnu: cogl: Update to 1.22.6. |
Date: |
Sat, 25 Apr 2020 15:22:39 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit f5f8cb4dac05b81ef82846c2e8b22e58df382e24
Author: Kei Kebreau <address@hidden>
AuthorDate: Fri Apr 17 22:49:15 2020 -0400
gnu: cogl: Update to 1.22.6.
* gnu/packages/gnome.scm (cogl): Update to 1.22.6.
[native-inputs]: Add xorg-server-for-tests.
[arguments]: Re-enable tests.
---
gnu/packages/gnome.scm | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 23954a8..0b26839 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4435,7 +4435,7 @@ throughout GNOME for API documentation).")
(define-public cogl
(package
(name "cogl")
- (version "1.22.4")
+ (version "1.22.6")
(source
(origin
(method url-fetch)
@@ -4443,14 +4443,14 @@ throughout GNOME for API documentation).")
(version-major+minor version) "/"
"cogl-" version ".tar.xz"))
(sha256
- (base32 "1q0drs82a8f6glg1v29bb6g2nf15fw0rvdx3d0rgcgfarfaby5sj"))))
+ (base32 "0x8v4n61q89qy27v824bqswpz6bmn801403w2q3pa1lcwk9ln4vd"))))
;; NOTE: mutter exports a bundled fork of cogl, so when making changes to
;; cogl, corresponding changes may be appropriate in mutter as well.
(build-system gnu-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums
("gobject-introspection" ,gobject-introspection)
- ;;("xorg-server" ,xorg-server) ; for the test suite
+ ("xorg-server" ,xorg-server-for-tests) ; for the test suite
("pkg-config" ,pkg-config)))
(propagated-inputs
`(("glib" ,glib)
@@ -4478,12 +4478,7 @@ throughout GNOME for API documentation).")
(string-append "--with-gl-libname="
(assoc-ref %build-inputs "mesa")
"/lib/libGL.so"))
- ;; XXX FIXME: All tests fail, with many warnings printed like this:
- ;; _FontTransOpen: Unable to Parse address
- ;; ${prefix}/share/fonts/X11/misc/
- #:tests? #f
- #; #:phases
- #;
+ #:phases
(modify-phases %standard-phases
(add-before 'check 'start-xorg-server
(lambda* (#:key inputs #:allow-other-keys)
- 18/108: gnu: geocode-glib: Update to 3.26.2., (continued)
- 18/108: gnu: geocode-glib: Update to 3.26.2., guix-commits, 2020/04/25
- 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 <=
- 14/108: gnu: clutter: Update to 1.26.4., guix-commits, 2020/04/25
- 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