r54501 - in /desktop/unstable/totem/debian: changelog patches/fix-build-with-gtk-doc-126.patch patches/series
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Thu Oct 19 15:21:30 UTC 2017
Author: jbicha
Date: Thu Oct 19 15:21:29 2017
New Revision: 54501
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54501
Log:
Add fix-build-with-gtk-doc-126.patch to build with gtk-doc 1.26
Added:
desktop/unstable/totem/debian/patches/fix-build-with-gtk-doc-126.patch
Modified:
desktop/unstable/totem/debian/changelog
desktop/unstable/totem/debian/patches/series
Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=54501&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Thu Oct 19 15:21:29 2017
@@ -6,6 +6,7 @@
[ Jeremy Bicha ]
* Allow parallel building again
+ * Add fix-build-with-gtk-doc-126.patch to build with gtk-doc 1.26
* Bump Standards-Version to 4.1.1
-- Jeremy Bicha <jbicha at debian.org> Wed, 18 Oct 2017 23:50:26 -0400
Added: desktop/unstable/totem/debian/patches/fix-build-with-gtk-doc-126.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/fix-build-with-gtk-doc-126.patch?rev=54501&op=file
==============================================================================
--- desktop/unstable/totem/debian/patches/fix-build-with-gtk-doc-126.patch (added)
+++ desktop/unstable/totem/debian/patches/fix-build-with-gtk-doc-126.patch [utf-8] Thu Oct 19 15:21:29 2017
@@ -0,0 +1,23 @@
+From 6bf1e1d06d1a93b727f2fa7a4ba5c6dae2977199 Mon Sep 17 00:00:00 2001
+From: Jeremy Bicha <jbicha at ubuntu.com>
+Date: Thu, 19 Oct 2017 10:41:55 -0400
+Subject: [PATCH] build: Fix build with gtk-doc 1.26
+
+https://bugzilla.gnome.org/show_bug.cgi?id=789202
+---
+ docs/reference/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/reference/meson.build b/docs/reference/meson.build
+index 16f64bb8..ff61274f 100644
+--- a/docs/reference/meson.build
++++ b/docs/reference/meson.build
+@@ -89,7 +89,7 @@ gnome.gtkdoc(
+ '--ignore-headers=' + ' '.join(private_headers),
+ ],
+ mkdb_args: [
+- '--sgml-mode',
++ '--xml-mode',
+ '--output-format=xml',
+ '--name-space=' + meson.project_name()
+ ],
Modified: desktop/unstable/totem/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/series?rev=54501&op=diff
==============================================================================
--- desktop/unstable/totem/debian/patches/series [utf-8] (original)
+++ desktop/unstable/totem/debian/patches/series [utf-8] Thu Oct 19 15:21:29 2017
@@ -1 +1,2 @@
fix-vala-build.patch
+fix-build-with-gtk-doc-126.patch
More information about the pkg-gnome-commits
mailing list