aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnumeric
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2005-08-23 10:27:58 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-23 10:27:58 +0000
commit383e97eabe13bf858186a93db73d7bf821fb4817 (patch)
treeeb2739e26aef8fab88c4bd7c295055f015a5fcb1 /packages/gnumeric
parenteb38c624640fe4778d2e2630daf13c0d5d7e37ab (diff)
downloadopenembedded-383e97eabe13bf858186a93db73d7bf821fb4817.tar.gz
gnumeric: updated devel version to 1.5.3
goffice: Updated to 0.0.3 as required by gnumeric libgsf: Updated to 1.12.2 as required by gnumeric
Diffstat (limited to 'packages/gnumeric')
-rw-r--r--packages/gnumeric/gnumeric-1.5.3/.mtn2git_empty0
-rw-r--r--packages/gnumeric/gnumeric-1.5.3/remove-docs.patch8
-rw-r--r--packages/gnumeric/gnumeric_1.5.1.bb16
-rw-r--r--packages/gnumeric/gnumeric_1.5.3.bb (renamed from packages/gnumeric/gnumeric_1.5.2.bb)2
4 files changed, 9 insertions, 17 deletions
diff --git a/packages/gnumeric/gnumeric-1.5.3/.mtn2git_empty b/packages/gnumeric/gnumeric-1.5.3/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gnumeric/gnumeric-1.5.3/.mtn2git_empty
diff --git a/packages/gnumeric/gnumeric-1.5.3/remove-docs.patch b/packages/gnumeric/gnumeric-1.5.3/remove-docs.patch
new file mode 100644
index 0000000000..4a9108bd4e
--- /dev/null
+++ b/packages/gnumeric/gnumeric-1.5.3/remove-docs.patch
@@ -0,0 +1,8 @@
+--- gnumeric-1.5.2/Makefile.am.orig 2005-08-01 11:32:36.119921544 +0000
++++ gnumeric-1.5.2/Makefile.am 2005-08-01 11:32:44.689618752 +0000
+@@ -1,4 +1,4 @@
+-SUBDIRS = . po po-functions src plugins icons templates doc schemas
++SUBDIRS = . po po-functions src plugins icons templates schemas
+ if WITH_WIN32
+ SUBDIRS += tools
+ endif
diff --git a/packages/gnumeric/gnumeric_1.5.1.bb b/packages/gnumeric/gnumeric_1.5.1.bb
deleted file mode 100644
index 42552ae45e..0000000000
--- a/packages/gnumeric/gnumeric_1.5.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/utils"
-PR = "r0"
-S = "${WORKDIR}/gnumeric-${PV}"
-DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui"
-DESCRIPTION = "Gnumeric spreadsheet for GNOME"
-
-inherit gnome flow-lossage
-
-EXTRA_OEMAKE_prepend = ' ORBIT_IDL=`which orbit-idl-2` '
-
-python populate_packages_prepend () {
- gnumeric_libdir = bb.data.expand('${libdir}/gnumeric/${PV}/plugins', d)
-
- do_split_packages(d, gnumeric_libdir, '(.*)', 'gnumeric-plugin-%s', 'Gnumeric plugin for %s', allow_dirs=True)
-}
diff --git a/packages/gnumeric/gnumeric_1.5.2.bb b/packages/gnumeric/gnumeric_1.5.3.bb
index 03b42fc86a..07960b1277 100644
--- a/packages/gnumeric/gnumeric_1.5.2.bb
+++ b/packages/gnumeric/gnumeric_1.5.3.bb
@@ -2,7 +2,7 @@ LICENSE = "GPL"
SECTION = "x11/utils"
PR = "r0"
S = "${WORKDIR}/gnumeric-${PV}"
-DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui"
+DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui libbonoboui"
DESCRIPTION = "Gnumeric spreadsheet for GNOME"
inherit gnome flow-lossage