]> git.pld-linux.org Git - packages/gnome-todo.git/blame - gnome-todo-doc-build.patch
- updated to 40.1
[packages/gnome-todo.git] / gnome-todo-doc-build.patch
CommitLineData
cc13ed9c
JB
1--- gnome-todo-40.0/doc/reference/meson.build.orig 2021-05-04 00:30:03.530776300 +0200
2+++ gnome-todo-40.0/doc/reference/meson.build 2021-05-09 18:53:49.935089521 +0200
3@@ -3,6 +3,7 @@ subdir('xml')
4 private_headers = [
5 'gtd-application.h',
6 'gtd-arrow-frame.h',
7+ 'gtd-command-bar.h',
8 'gtd-dnd-row.h',
9 'gtd-edit-pane.h',
10 'gtd-empty-list-widget.h',
11@@ -17,12 +18,18 @@ private_headers = [
12 'gtd-manager-protected.h',
13 'gtd-notification-widget.h',
14 'gtd-plugin-manager.h',
15+ 'gtd-plugin-todo-txt.h',
16+ 'gtd-plugin-todoist.h',
17 'gtd-provider-dialog.h',
18 'gtd-provider-popover.h',
19 'gtd-provider-row.h',
20 'gtd-provider-selector.h',
21+ 'gtd-provider-todo-txt.h',
22+ 'gtd-provider-todoist.h',
23 'gtd-resources.h',
24 'gtd-task-row.h',
25+ 'gtd-task-todo-txt.h',
26+ 'gtd-todoist-preferences-panel.h',
27 'gtd-types.h'
28 ]
29
30@@ -45,7 +52,7 @@ glib_doc_path = join_paths(glib_prefix,
3ff25c44
MB
31 gtk_prefix = gtk_dep.get_pkgconfig_variable('prefix')
32 gtk_doc_path = join_paths(gtk_prefix, 'share', 'gtk-doc', 'html')
33
34-doc_path = join_paths(gnome_todo_datadir, 'gtk-doc', 'html', meson.project_name())
35+doc_path = join_paths(gnome_todo_datadir, 'doc', 'gtk-doc', 'html', meson.project_name())
36
37 gnome.gtkdoc(
38 meson.project_name(),
This page took 0.059538 seconds and 4 git commands to generate.