From 383e97eabe13bf858186a93db73d7bf821fb4817 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 23 Aug 2005 10:27:58 +0000 Subject: 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 --- packages/gnome/goffice_0.0.3.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/gnome/goffice_0.0.3.bb (limited to 'packages/gnome') diff --git a/packages/gnome/goffice_0.0.3.bb b/packages/gnome/goffice_0.0.3.bb new file mode 100644 index 0000000000..db26a617a5 --- /dev/null +++ b/packages/gnome/goffice_0.0.3.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) +} + -- cgit v1.2.3