From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][meta-efl][PATCH 8/8] abiword: fix build with glib-2.32
Date: Mon, 30 Apr 2012 21:36:09 +0200 [thread overview]
Message-ID: <1335814569-21635-1-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <cover.1335766581.git.Martin.Jansa@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
.../abiword/abiword/abiword.fix.glib-2.32.patch | 21 ++++++++++++++++++++
meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | 5 ++-
2 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 meta-gnome/recipes-gnome/abiword/abiword/abiword.fix.glib-2.32.patch
diff --git a/meta-gnome/recipes-gnome/abiword/abiword/abiword.fix.glib-2.32.patch b/meta-gnome/recipes-gnome/abiword/abiword/abiword.fix.glib-2.32.patch
new file mode 100644
index 0000000..e466ef6
--- /dev/null
+++ b/meta-gnome/recipes-gnome/abiword/abiword/abiword.fix.glib-2.32.patch
@@ -0,0 +1,21 @@
+--- abiword-2.8.6/goffice-bits/goffice/app/goffice-app.h 2012-04-30 15:06:28.000000000 +0200
++++ abiword-2.8.6.orig/goffice-bits/goffice/app/goffice-app.h 2007-01-17 00:17:27.000000000 +0100
+@@ -22,7 +22,7 @@
+ #ifndef GOFFICE_APP_H
+ #define GOFFICE_APP_H
+
+-#include <glib/gmacros.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+
+--- abiword-2.8.6/src/af/util/xp/ut_go_file.h 2012-04-30 15:08:43.000000000 +0200
++++ abiword-2.8.6.orig/src/af/util/xp/ut_go_file.h 2009-08-27 15:27:10.000000000 +0200
+@@ -31,7 +31,6 @@
+
+ #include <glib.h>
+ #include <gsf/gsf.h>
+-#include <glib/gerror.h>
+ #include <time.h>
+
+ G_BEGIN_DECLS
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb
index 9c7b19f..53a980e 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb
@@ -2,12 +2,13 @@ require abiword-2.5.inc
DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio"
RCONFLICTS_${PN} = "abiword-embedded"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \
file://autogen-common.sh \
file://nodolt.patch \
- file://fix.no.undefined.param.patch"
+ file://fix.no.undefined.param.patch \
+ file://abiword.fix.glib-2.32.patch"
LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20"
--
1.7.8.6
next prev parent reply other threads:[~2012-04-30 19:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-30 6:31 [meta-oe][meta-efl][PATCH 0/6] fixes for gcc, glib-2.0 upgrade Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 1/6] libsoup-2.4, gobject-introspection: upgraded in oe-core Martin Jansa
2012-05-07 16:31 ` Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 2/6] midori: upgrade to 0.4.5 Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 3/6] libgpewidget: fix build with glib-2.32 Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 4/6] epdfview: " Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 5/6] tangogps: " Martin Jansa
2012-04-30 6:31 ` [meta-oe][meta-efl][PATCH 6/6] webkit-efl: fix build with gcc-4.7 Martin Jansa
2012-04-30 10:44 ` [meta-oe][meta-efl][PATCH 7/7] gtkmathview: " Martin Jansa
2012-04-30 19:36 ` Martin Jansa [this message]
2012-04-30 19:36 ` [meta-oe][meta-efl][PATCH 9/9] libav-0.7.4: " Martin Jansa
2012-05-01 11:43 ` [meta-oe][meta-efl][PATCH 10/10] xorg: remove BBCLASSEXTENDs for gtk+-native they should be in oe-core Martin Jansa
2012-05-02 9:37 ` [meta-oe][meta-efl][PATCH 11/11] libgee: upgrade to 0.6.4 Martin Jansa
2012-05-02 9:38 ` [meta-oe][meta-efl][PATCH 12/12] vala-dbus-biniding-tool: bump SRCREV Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1335814569-21635-1-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox