gnu: cogl: Fix the home page.
[[PGP Signed Part:No public key for 66397F84F76693F9 created at 2022-03-23T11:08:49+0100 using EDDSA]] [[End of PGP Signed Part]] >From a133e9e91f189f873f86481c7d8c3b8b4c5f755d Mon Sep 17 00:00:00 2001 From: Zhu Zihao <all_but_last@163.com> Date: Wed, 23 Mar 2022 18:05:40 +0800 Subject: [PATCH] gnu: cogl: Fix the home page. The website https://www.cogl3d.org/ is not owned by Project Cogl now. Since Cogl is a part of Project Clutter, make Cogl use the same homepage as Clutter. * gnu/packages/gnome.scm (cogl): Fix the indentation. [homepage]: Use the same homepage as clutter. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8044a1fec9
commit
ab98b51ef1
@ -5852,17 +5852,17 @@ throughout GNOME for API documentation).")
|
|||||||
(string-append all "\n#include <EGL/eglmesaext.h>\n")))
|
(string-append all "\n#include <EGL/eglmesaext.h>\n")))
|
||||||
#t))
|
#t))
|
||||||
(add-before 'check 'start-xorg-server
|
(add-before 'check 'start-xorg-server
|
||||||
(lambda* (#:key tests? inputs #:allow-other-keys)
|
(lambda* (#:key tests? inputs #:allow-other-keys)
|
||||||
(if tests?
|
(if tests?
|
||||||
(begin
|
(begin
|
||||||
;; The test suite requires a running X server.
|
;; The test suite requires a running X server.
|
||||||
(system (format #f "~a/bin/Xvfb :1 +extension GLX &"
|
(system (format #f "~a/bin/Xvfb :1 +extension GLX &"
|
||||||
(assoc-ref inputs "xorg-server")))
|
(assoc-ref inputs "xorg-server")))
|
||||||
(setenv "DISPLAY" ":1")
|
(setenv "DISPLAY" ":1")
|
||||||
#t)
|
#t)
|
||||||
(format #t "test suite not run~%"))
|
(format #t "test suite not run~%"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://www.cogl3d.org")
|
(home-page "http://www.clutter-project.org")
|
||||||
(synopsis "Object oriented GL/GLES Abstraction/Utility Layer")
|
(synopsis "Object oriented GL/GLES Abstraction/Utility Layer")
|
||||||
(description
|
(description
|
||||||
"Cogl is a small library for using 3D graphics hardware to draw pretty
|
"Cogl is a small library for using 3D graphics hardware to draw pretty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user