]> git.pld-linux.org Git - packages/totem.git/blob - totem-gtk-doc.patch
Update to 3.26.0
[packages/totem.git] / totem-gtk-doc.patch
1 From 6bf1e1d06d1a93b727f2fa7a4ba5c6dae2977199 Mon Sep 17 00:00:00 2001
2 From: Jeremy Bicha <jbicha@ubuntu.com>
3 Date: Thu, 19 Oct 2017 10:41:55 -0400
4 Subject: [PATCH] build: Fix build with gtk-doc 1.26
5
6 https://bugzilla.gnome.org/show_bug.cgi?id=789202
7 ---
8  docs/reference/meson.build | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/docs/reference/meson.build b/docs/reference/meson.build
12 index 16f64bb8..ff61274f 100644
13 --- a/docs/reference/meson.build
14 +++ b/docs/reference/meson.build
15 @@ -89,7 +89,7 @@ gnome.gtkdoc(
16      '--ignore-headers=' + ' '.join(private_headers),
17    ],
18    mkdb_args: [
19 -    '--sgml-mode',
20 +    '--xml-mode',
21      '--output-format=xml',
22      '--name-space=' + meson.project_name()
23    ],
24 -- 
25 2.14.3
26
27 --- totem-3.26.0/docs/reference/meson.build.gtkdoc      2018-03-17 22:59:32.785973378 +0100
28 +++ totem-3.26.0/docs/reference/meson.build     2018-03-17 22:59:40.769963377 +0100
29 @@ -72,7 +72,7 @@ configure_file(
30    configuration: version_conf
31  )
32  
33 -doc_path = join_paths(totem_datadir, 'gtk-doc', 'html', meson.project_name())
34 +doc_path = join_paths(totem_datadir, 'doc', 'gtk-doc', 'html', meson.project_name())
35  
36  gnome.gtkdoc(
37    meson.project_name(),
This page took 0.178149 seconds and 3 git commands to generate.