aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnumeric
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-10-10 21:56:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-10 21:56:04 +0000
commitb129daef2319b67bd58fa9b5dd2da1d12aabd576 (patch)
tree002d8aa4e3fe9df2e593d57553cb89551c3a7aaa /packages/gnumeric
parentaa2d62a99f829a0972b9a7cb7d1d40935c051d5e (diff)
downloadopenembedded-b129daef2319b67bd58fa9b5dd2da1d12aabd576.tar.gz
gnumeric: add 1.6.0
Diffstat (limited to 'packages/gnumeric')
-rw-r--r--packages/gnumeric/gnumeric_1.6.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gnumeric/gnumeric_1.6.0.bb b/packages/gnumeric/gnumeric_1.6.0.bb
new file mode 100644
index 0000000000..3f19f36757
--- /dev/null
+++ b/packages/gnumeric/gnumeric_1.6.0.bb
@@ -0,0 +1,18 @@
+LICENSE = "GPL"
+SECTION = "x11/utils"
+S = "${WORKDIR}/gnumeric-${PV}"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+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)
+}