summaryrefslogtreecommitdiff
path: root/gnumeric
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-28 17:42:57 +0000
committerPhil Blundell <philb@gnu.org>2004-07-28 17:42:57 +0000
commit3f10ae387d90e9b93482d5cbda904915cdc68fd2 (patch)
tree28f861c20038221752c32691c7339787e1099202 /gnumeric
parent5ad547d47b8ddccb9411f66034a5a380075d9303 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages 2004/07/28 18:42:35+01:00 (none)!pb apply build fixes for gnumeric and libgsf, courtesy Rob McQueen BKrev: 4107e5a1qJWLIWakLoEpKFxvU9gMWg
Diffstat (limited to 'gnumeric')
-rw-r--r--gnumeric/gnumeric_1.3.1.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/gnumeric/gnumeric_1.3.1.oe b/gnumeric/gnumeric_1.3.1.oe
index e69de29bb2..d4057183c7 100644
--- a/gnumeric/gnumeric_1.3.1.oe
+++ b/gnumeric/gnumeric_1.3.1.oe
@@ -0,0 +1,16 @@
+PR = "r1"
+S = "${WORKDIR}/gnumeric-${PV}"
+DEPENDS = "libgsf gtk+ libxml2 libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui"
+DESCRIPTION = "Gnumeric spreadsheet for GNOME"
+
+inherit gnome
+
+SRC_URI += 'file://workbook-control-gui-priv.h.patch;patch=1'
+
+EXTRA_OEMAKE_prepend = ' ORBIT_IDL=`which orbit-idl-2` '
+
+python populate_packages_prepend () {
+ gnumeric_libdir = oe.data.expand('${libdir}/gnumeric/${PV}', d)
+
+ do_split_packages(d, gnumeric_libdir, '^([^/])/', 'gnumeric-plugin-%s', 'Gnumeric plugin for %s')
+}