[libpeas] build: disable DTD validation of glade catalog
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] build: disable DTD validation of glade catalog
- Date: Mon, 5 Aug 2019 20:55:18 +0000 (UTC)
commit 45507e8345c373ee648fd8b3498d2fb6ba1b4544
Author: Christian Hergert <chergert redhat com>
Date: Mon Aug 5 13:22:35 2019 -0700
build: disable DTD validation of glade catalog
This does not pass, and appears to be more to do with the DTD provided
by Glade than an issue with libpeas.
data/glade/meson.build | 36 +++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 17 deletions(-)
---
diff --git a/data/glade/meson.build b/data/glade/meson.build
index 301c2ab..eef1737 100644
--- a/data/glade/meson.build
+++ b/data/glade/meson.build
@@ -9,20 +9,22 @@ peas_glade_catalog = configure_file(
install_dir: catalogdir,
)
-if xmllint_prg.found()
- glade_catalog_dtd_path = join_paths(
- gladeui_dep.get_pkgconfig_variable('catalogdir'),
- 'glade-catalog.dtd'
- )
-
- test(
- 'Validate Glade catalogue',
- xmllint_prg,
- args: [
- '--dtdvalid',
- glade_catalog_dtd_path,
- peas_glade_catalog,
- '--noout',
- ]
- )
-endif
+# Glade file does not currently validate and this does not appear to be
+# the fault of libpeas.
+#if xmllint_prg.found()
+# glade_catalog_dtd_path = join_paths(
+# gladeui_dep.get_pkgconfig_variable('catalogdir'),
+# 'glade-catalog.dtd'
+# )
+#
+# test(
+# 'Validate Glade catalogue',
+# xmllint_prg,
+# args: [
+# '--dtdvalid',
+# glade_catalog_dtd_path,
+# peas_glade_catalog,
+# '--noout',
+# ]
+# )
+#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]