summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb2
-rw-r--r--meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb2
-rw-r--r--meta-gnome/recipes-gnome/wv/wv_1.2.0.bb2
4 files changed, 8 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
index 39780bb3d..7cd6c659d 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
@@ -14,6 +14,8 @@ SRC_URI = "http://www.abisource.com/downloads/${BPN}/${PV}/source/${BP}.tar.gz \
14 file://autogen-common.sh \ 14 file://autogen-common.sh \
15" 15"
16 16
17PNBLACKLIST[abiword] = "BROKEN: depends on broken wv -> libgsf"
18
17LIC_FILES_CHKSUM = "file://COPYING;md5=c5edcc3ccd864b19004d14e9c1c9a26a" 19LIC_FILES_CHKSUM = "file://COPYING;md5=c5edcc3ccd864b19004d14e9c1c9a26a"
18 20
19SRC_URI[md5sum] = "8d9c41cff3a8fbef8d0c835c65600e65" 21SRC_URI[md5sum] = "8d9c41cff3a8fbef8d0c835c65600e65"
diff --git a/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb b/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
index 3c7d92fa0..955148d02 100644
--- a/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
+++ b/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
@@ -5,6 +5,8 @@ S = "${WORKDIR}/gnumeric-${PV}"
5DEPENDS = "gdk-pixbuf libgsf gtk+3 libxml2 libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libbonoboui orbit2-native goffice" 5DEPENDS = "gdk-pixbuf libgsf gtk+3 libxml2 libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libbonoboui orbit2-native goffice"
6SUMMARY = "Gnumeric spreadsheet for GNOME" 6SUMMARY = "Gnumeric spreadsheet for GNOME"
7 7
8PNBLACKLIST[gnumeric] = "BROKEN: depends on broken libgsf"
9
8GNOME_COMPRESS_TYPE = "xz" 10GNOME_COMPRESS_TYPE = "xz"
9 11
10inherit gnome 12inherit gnome
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb
index d08552ab7..7d7776cf8 100644
--- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb
+++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb
@@ -7,6 +7,8 @@ SECTION = "libs"
7 7
8DEPENDS= "libxml2 bzip2 glib-2.0 zlib" 8DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
9 9
10PNBLACKLIST[libgsf] = "BROKEN: since glib upgrade error: implicit declaration of function 'g_memmove' [-Werror=implicit-function-declaration]"
11
10inherit autotools pkgconfig gnome gconf 12inherit autotools pkgconfig gnome gconf
11 13
12SRC_URI[archive.md5sum] = "3c5a4fbd16a727c36974078e6d0e9575" 14SRC_URI[archive.md5sum] = "3c5a4fbd16a727c36974078e6d0e9575"
diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
index 1e385d313..c12569672 100644
--- a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
+++ b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
@@ -3,6 +3,8 @@ HOMEPAGE = "http://wvware.sourceforge.net/"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f"
5 5
6PNBLACKLIST[wv] = "BROKEN: depends on broken libgsf"
7
6DEPENDS = "libgsf glib-2.0 libpng" 8DEPENDS = "libgsf glib-2.0 libpng"
7PR = "r5" 9PR = "r5"
8 10