summaryrefslogtreecommitdiff
path: root/packages/gnumeric/gnumeric_1.5.2.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.2.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.2.bb')
-rw-r--r--packages/gnumeric/gnumeric_1.5.2.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/gnumeric/gnumeric_1.5.2.bb b/packages/gnumeric/gnumeric_1.5.2.bb
deleted file mode 100644
index 03b42fc86a..0000000000
--- a/packages/gnumeric/gnumeric_1.5.2.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-
-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)
-}