gnumeric: add 1.5.90 + patch
authorKoen Kooi <koen@openembedded.org>
Mon, 10 Oct 2005 09:14:02 +0000 (09:14 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 10 Oct 2005 09:14:02 +0000 (09:14 +0000)
packages/gnumeric/files/.mtn2git_empty [new file with mode: 0644]
packages/gnumeric/files/remove-docs.patch [new file with mode: 0644]
packages/gnumeric/gnumeric_1.5.90.bb [new file with mode: 0644]

diff --git a/packages/gnumeric/files/.mtn2git_empty b/packages/gnumeric/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gnumeric/files/remove-docs.patch b/packages/gnumeric/files/remove-docs.patch
new file mode 100644 (file)
index 0000000..4a9108b
--- /dev/null
@@ -0,0 +1,8 @@
+--- gnumeric-1.5.2/Makefile.am.orig    2005-08-01 11:32:36.119921544 +0000
++++ gnumeric-1.5.2/Makefile.am 2005-08-01 11:32:44.689618752 +0000
+@@ -1,4 +1,4 @@
+-SUBDIRS = . po po-functions src plugins icons templates doc schemas
++SUBDIRS = . po po-functions src plugins icons templates schemas
+ if WITH_WIN32
+   SUBDIRS += tools
+ endif
diff --git a/packages/gnumeric/gnumeric_1.5.90.bb b/packages/gnumeric/gnumeric_1.5.90.bb
new file mode 100644 (file)
index 0000000..3f19f36
--- /dev/null
@@ -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)
+}