From: Koen Kooi Date: Mon, 10 Oct 2005 21:56:04 +0000 (+0000) Subject: gnumeric: add 1.6.0 X-Git-Tag: Release-2010-05/1~9453^2~3286^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b129daef2319b67bd58fa9b5dd2da1d12aabd576;p=openembedded.git gnumeric: add 1.6.0 --- 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 " +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) +}