aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnumeric
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-12-20 15:37:41 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-20 15:37:41 +0000
commita7d70d9bb8844401a9030bd57b1d7b06c30d5c85 (patch)
tree0623e5f54b7965f35c822f65987e60a83fe62bbc /packages/gnumeric
parent6364927bc3df7bf3cf15ab80a6f83c4018fda65a (diff)
downloadopenembedded-a7d70d9bb8844401a9030bd57b1d7b06c30d5c85.tar.gz
gnumeric: add 1.6.1
Diffstat (limited to 'packages/gnumeric')
-rw-r--r--packages/gnumeric/gnumeric_1.6.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gnumeric/gnumeric_1.6.1.bb b/packages/gnumeric/gnumeric_1.6.1.bb
new file mode 100644
index 0000000000..3f19f36757
--- /dev/null
+++ b/packages/gnumeric/gnumeric_1.6.1.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)
+}