diff options
author | Ted Alff | 2024-06-07 20:52:57 -0400 |
---|---|---|
committer | Ted Alff | 2024-06-07 20:52:57 -0400 |
commit | 75c240a263d9535b5a0f0efaa2a96842181556de (patch) | |
tree | 1cf11c24ced0f820ca9c8a8b9791cbfb8f40897f | |
parent | 9d20ade763a750c8103c5b82a05bab68aa16be2d (diff) | |
download | aur-75c240a263d9535b5a0f0efaa2a96842181556de.tar.gz |
Add missing patch.
-rw-r--r-- | docs_dont_fail_on_warn.patch | 22 |
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', |