Package: gxml / 0.20.4+ds-2

Metadata

Package Version Patches format
gxml 0.20.4+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_test.patch | (download)

test/meson.build | 42 21 + 21 - 0 !
1 file changed, 21 insertions(+), 21 deletions(-)

 disable non-working tests

The html and xhtml tests are disabled because we don't have
the required test files because of
https://gitlab.gnome.org/GNOME/gxml/-/issues/54

The serialization test probably needs to be updated to build
with newer versions of libxml

fix_example_unusual_interpreter.patch | (download)

examples/python/example.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix examples/python/example.py unusual interpreter
In the upstream bad interpreter is used for the example

fix_gxml_pkgconf.patch | (download)

gxml/gxml.pc.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix gxml-0.20.pc requires syntax
After `>=` of `libxml-2.0` and `gee-0.8` a white space is needed.