[gnome-ostree] ibus: Add patch to fix broken introspection syntax
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] ibus: Add patch to fix broken introspection syntax
- Date: Fri, 30 Nov 2012 15:10:12 +0000 (UTC)
commit 709ed2920f74394b6c732036825ef2c611f2303f
Author: Colin Walters <walters verbum org>
Date: Fri Nov 30 10:08:26 2012 -0500
ibus: Add patch to fix broken introspection syntax
Introduced by https://bugzilla.gnome.org/show_bug.cgi?id=688897
manifest.json | 3 ++-
patches/ibus-introspection-syntax.patch | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 56bb1a4..c352020 100644
--- a/manifest.json
+++ b/manifest.json
@@ -762,7 +762,8 @@
{"src": "gnome:gjs"},
{"src": "ibus:ibus.git",
- "patches": ["ibus-builddir.patch"],
+ "patches": ["ibus-builddir.patch",
+ "ibus-introspection-syntax.patch"],
"config-opts": ["--disable-tests",
"--disable-gconf",
"--enable-dconf",
diff --git a/patches/ibus-introspection-syntax.patch b/patches/ibus-introspection-syntax.patch
new file mode 100644
index 0000000..589d4df
--- /dev/null
+++ b/patches/ibus-introspection-syntax.patch
@@ -0,0 +1,28 @@
+From c862e64dc76831a9cb418fe98c4dfcfd48a33a7b Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters verbum org>
+Date: Fri, 30 Nov 2012 09:57:53 -0500
+Subject: [PATCH] IBusFactory: Fix syntax of gtk-doc comment
+
+This was always invalid, but older versions of gobject-introspection
+accepted it.
+---
+ src/ibusfactory.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/ibusfactory.c b/src/ibusfactory.c
+index c25280f..54a94fe 100644
+--- a/src/ibusfactory.c
++++ b/src/ibusfactory.c
+@@ -170,7 +170,8 @@ ibus_factory_class_init (IBusFactoryClass *class)
+ * with @engine_name, which gets emitted when IBusFactory
+ * received CreateEngine dbus method. The callback functions
+ * will be called until a callback returns a non-null object
+- * of IBusEngine. */
++ * of IBusEngine.
++ */
+ factory_signals[CREATE_ENGINE] =
+ g_signal_new (I_("create-engine"),
+ G_TYPE_FROM_CLASS (gobject_class),
+--
+1.7.11.7
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]