[PATCH 1/2] list-packages: remove deprecated height attribute on td element.

2013-08-15 Thread Cyril Roelandt
See http://www.w3.org/TR/html5-diff/#obsolete-attributes for more information. * build-aux/list-packages.html(package-sxml)[description-id]: remove height attribute for td elements. --- build-aux/list-packages.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2] list-packages: remove useless language attribute of script element

2013-08-15 Thread Cyril Roelandt
See http://www.w3.org/TR/html5-diff/#changed-attributes for more information. * build-aux/list-packages.html (insert-js): remove language attribute, useless for the * script element. --- build-aux/list-packages.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: patch for list-packages

2013-08-15 Thread Ludovic Courtès
Cyril Roelandt tipec...@gmail.com skribis: Also, after applying those 3 patches, we go from 627 errors/warnings to 955 in the W3C validator (http://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.atheia.org%2Fguix%2Foutput.html). Oops. I'll try and send some patches. Ludo, where is the

Re: Gtk+

2013-08-15 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: Andreas Enge andr...@enge.fr skribis: thanks to Ludovic's help, who noticed that the pango input harfbuzz should be propagated, and after disabling the X server related tests, I managed to compile gtk+. I just pushed the new package, but so far, I