aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnumeric
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2005-08-01 11:31:29 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-01 11:31:29 +0000
commit6c3fd16f46e7745c9e04462ddfb609290ef5d570 (patch)
tree19d919d82dfd1212bcae896bb945f63bd708c2a5 /packages/gnumeric
parentff514b49e55c14b560fdde48d0e96c7b4541e834 (diff)
downloadopenembedded-6c3fd16f46e7745c9e04462ddfb609290ef5d570.tar.gz
goffice: version bump as needed by gnumeric-1.5.2 also fixed staging so the library is actually installed.
libgsf: version bump as required by gnumeric-1.5.2 gnumeric: version bump to 1.5.2
Diffstat (limited to 'packages/gnumeric')
-rw-r--r--packages/gnumeric/gnumeric_1.5.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/gnumeric/gnumeric_1.5.2.bb b/packages/gnumeric/gnumeric_1.5.2.bb
new file mode 100644
index 0000000000..c51cf8f577
--- /dev/null
+++ b/packages/gnumeric/gnumeric_1.5.2.bb
@@ -0,0 +1,16 @@
+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_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)
+}