summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-04-30 15:29:52 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-05-04 10:05:32 +0200
commit8457644a4164d8dd335af9d81e6c558f5da46182 (patch)
treee8198bfed004f055333a906c2f944ec0e1cab1e1 /meta-gnome
parent0c78b561ef136078b1090c9d2f38f033b90ad8b4 (diff)
downloadmeta-openembedded-8457644a4164d8dd335af9d81e6c558f5da46182.tar.gz
abiword: fix build with glib-2.32
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/abiword/abiword/abiword.fix.glib-2.32.patch21
-rw-r--r--meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb5
2 files changed, 24 insertions, 2 deletions
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 000000000..e466ef6c9
--- /dev/null
+++ b/meta-gnome/recipes-gnome/abiword/abiword/abiword.fix.glib-2.32.patch
@@ -0,0 +1,21 @@
1--- abiword-2.8.6/goffice-bits/goffice/app/goffice-app.h 2012-04-30 15:06:28.000000000 +0200
2+++ abiword-2.8.6.orig/goffice-bits/goffice/app/goffice-app.h 2007-01-17 00:17:27.000000000 +0100
3@@ -22,7 +22,7 @@
4 #ifndef GOFFICE_APP_H
5 #define GOFFICE_APP_H
6
7-#include <glib/gmacros.h>
8+#include <glib.h>
9
10 G_BEGIN_DECLS
11
12--- abiword-2.8.6/src/af/util/xp/ut_go_file.h 2012-04-30 15:08:43.000000000 +0200
13+++ abiword-2.8.6.orig/src/af/util/xp/ut_go_file.h 2009-08-27 15:27:10.000000000 +0200
14@@ -31,7 +31,6 @@
15
16 #include <glib.h>
17 #include <gsf/gsf.h>
18-#include <glib/gerror.h>
19 #include <time.h>
20
21 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 9c7b19f20..53a980eaa 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
2DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" 2DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio"
3RCONFLICTS_${PN} = "abiword-embedded" 3RCONFLICTS_${PN} = "abiword-embedded"
4 4
5PR = "r2" 5PR = "r3"
6 6
7SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \ 7SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \
8 file://autogen-common.sh \ 8 file://autogen-common.sh \
9 file://nodolt.patch \ 9 file://nodolt.patch \
10 file://fix.no.undefined.param.patch" 10 file://fix.no.undefined.param.patch \
11 file://abiword.fix.glib-2.32.patch"
11 12
12LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20" 13LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20"
13 14