4a9ee6e089
0.3.4 - Jan 14, 2026 =========================== - Remove drive bundles duplicates - doc: Update URL to libsoup 0.3.3 - Jan 27, 2025 =========================== - CI release service fix 0.3.2 - Jan 27, 2025 =========================== - Extended user service (photo, contacts, folders, find) - Improved mail service - Add rate limiting support 0.3.1 - Oct 02, 2024 =========================== * Fix pkgconfig file using wrong api version 0.3.0 - Sep 30, 2024 =========================== NOTE: This needs a recent version of gvfs * Set select scopes during requests * Add support for business "Add to OneDrive" sharepoints Pet portlint & portclippy (truckman) PR: 292047
19 lines
487 B
INI
19 lines
487 B
INI
--- doc/meson.build.orig 2025-01-27 07:09:59 UTC
|
|
+++ doc/meson.build
|
|
@@ -14,7 +14,7 @@ msgraph_docs = custom_target(
|
|
msgraph_docs = custom_target(
|
|
'msgraph-docs',
|
|
input: [msg_toml, msgraph_gir[0]],
|
|
- output: msgraph_basename,
|
|
+ output: meson.project_name(),
|
|
command: [
|
|
gidocgen,
|
|
'generate',
|
|
@@ -30,4 +30,4 @@ msgraph_docs = custom_target(
|
|
build_by_default: true,
|
|
install: true,
|
|
install_dir: get_option('datadir') / 'doc',
|
|
-)
|
|
\ No newline at end of file
|
|
+)
|