diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-25 23:29:17 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-25 23:44:17 +0100 |
commit | d47e8dec7dcd29d87a2cc60c4b233dff220fa406 (patch) | |
tree | e769018d9dba23dac8477d4d216da018526ddeed /print/libraqm/files/patch-docs_meson.build | |
parent | security/zeek: Update to 4.0.5 (diff) |
print/libraqm: Update to 0.8.0
- Upstream now uses Meson
- Use upstream release archive as suggested by Porters Handbook
- Drop static library
Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.8.0
PR: 260876
Approved by: kwm (maintainer timeout, 3+ weeks)
Diffstat (limited to 'print/libraqm/files/patch-docs_meson.build')
-rw-r--r-- | print/libraqm/files/patch-docs_meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/libraqm/files/patch-docs_meson.build b/print/libraqm/files/patch-docs_meson.build new file mode 100644 index 000000000000..457ab88da0c6 --- /dev/null +++ b/print/libraqm/files/patch-docs_meson.build @@ -0,0 +1,10 @@ +--- docs/meson.build.orig 2022-01-02 09:05:53 UTC ++++ docs/meson.build +@@ -20,6 +20,7 @@ gnome.gtkdoc( + content_files : [version_xml], + mkdb_args : ['--xml-mode', '--output-format=xml'], + install : true, ++ install_dir : get_option('prefix') / 'share/doc/libraqm', + scan_args : ['--ignore-decorators=RAQM_API'], + check : true, + ) |