diff options
author | Graeme Gregory <dp@xora.org.uk> | 2005-08-01 11:31:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-01 11:31:29 +0000 |
commit | 6c3fd16f46e7745c9e04462ddfb609290ef5d570 (patch) | |
tree | 19d919d82dfd1212bcae896bb945f63bd708c2a5 /packages/gnome/goffice_0.0.2.bb | |
parent | ff514b49e55c14b560fdde48d0e96c7b4541e834 (diff) |
goffice: version bump as needed by gnumeric-1.5.2 also fixed staging so the library is actually installed.
libgsf: version bump as required by gnumeric-1.5.2
gnumeric: version bump to 1.5.2
Diffstat (limited to 'packages/gnome/goffice_0.0.2.bb')
-rw-r--r-- | packages/gnome/goffice_0.0.2.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/gnome/goffice_0.0.2.bb b/packages/gnome/goffice_0.0.2.bb new file mode 100644 index 0000000000..db26a617a5 --- /dev/null +++ b/packages/gnome/goffice_0.0.2.bb @@ -0,0 +1,21 @@ +DESCRIPTION="Gnome Office Library" +LICENSE="GPLv2" +PR="r0" + +DEPENDS="glib-2.0 gtk+ pango libgnomeprint libgsf libglade libxml2 libart-lgpl" + +inherit gnome pkgconfig + + + +do_stage() { + gnome_stage_includes + oe_libinstall -so -C goffice libgoffice-1 ${STAGING_LIBDIR} +} + +python populate_packages_prepend () { + goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d) + + do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True) +} + |