summaryrefslogtreecommitdiff
path: root/packages/gnumeric/gnumeric_1.5.3.bb
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/gnumeric_1.5.3.bb
parenteb38c624640fe4778d2e2630daf13c0d5d7e37ab (diff)
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/gnumeric_1.5.3.bb')
-rw-r--r--packages/gnumeric/gnumeric_1.5.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gnumeric/gnumeric_1.5.3.bb b/packages/gnumeric/gnumeric_1.5.3.bb
new file mode 100644
index 0000000000..07960b1277
--- /dev/null
+++ b/packages/gnumeric/gnumeric_1.5.3.bb
@@ -0,0 +1,18 @@
+LICENSE = "GPL"
+SECTION = "x11/utils"
+PR = "r0"
+S = "${WORKDIR}/gnumeric-${PV}"
+DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui libbonoboui"
+DESCRIPTION = "Gnumeric spreadsheet for GNOME"
+
+inherit gnome flow-lossage
+
+SRC_URI += "file://remove-docs.patch;patch=1"
+
+EXTRA_OECONF=" --without-perl "
+
+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)
+}