summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2024-06-07 20:52:57 -0400
committerTed Alff2024-06-07 20:52:57 -0400
commit75c240a263d9535b5a0f0efaa2a96842181556de (patch)
tree1cf11c24ced0f820ca9c8a8b9791cbfb8f40897f
parent9d20ade763a750c8103c5b82a05bab68aa16be2d (diff)
downloadaur-75c240a263d9535b5a0f0efaa2a96842181556de.tar.gz
Add missing patch.
-rw-r--r--docs_dont_fail_on_warn.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs_dont_fail_on_warn.patch b/docs_dont_fail_on_warn.patch
new file mode 100644
index 000000000000..71a76d97d0a3
--- /dev/null
+++ b/docs_dont_fail_on_warn.patch
@@ -0,0 +1,22 @@
+diff -Naur ./gimp-2.99.18.orig/devel-docs/reference/gimp/meson.build ./gimp-2.99.18/devel-docs/reference/gimp/meson.build
+--- ./gimp-2.99.18.orig/devel-docs/reference/gimp/meson.build 2024-06-07 20:22:23.408718999 -0400
++++ ./gimp-2.99.18/devel-docs/reference/gimp/meson.build 2024-06-07 20:22:48.556456913 -0400
+@@ -18,7 +18,6 @@
+ gi_docgen,
+ 'generate',
+ '--quiet',
+- '--fatal-warnings',
+ '--config', gimp_doc_toml,
+ '--output-dir=@OUTPUT@',
+ '--no-namespace-dir',
+diff -Naur ./gimp-2.99.18.orig/devel-docs/reference/gimp-ui/meson.build ./gimp-2.99.18/devel-docs/reference/gimp-ui/meson.build
+--- ./gimp-2.99.18.orig/devel-docs/reference/gimp-ui/meson.build 2024-06-07 20:22:23.408718999 -0400
++++ ./gimp-2.99.18/devel-docs/reference/gimp-ui/meson.build 2024-06-07 20:22:56.464372472 -0400
+@@ -19,7 +19,6 @@
+ gi_docgen,
+ 'generate',
+ '--quiet',
+- '--fatal-warnings',
+ '--config', gimp_ui_doc_toml,
+ '--output-dir=@OUTPUT@',
+ '--no-namespace-dir',