diff options
author | Stanislav Brabec <utx@penguin.cz> | 2008-04-06 23:39:25 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@penguin.cz> | 2008-04-06 23:39:25 +0000 |
commit | eb161ad2ccefa39f24c692c77b818c7117ea4938 (patch) | |
tree | 93872549aa9beccf44c6c67ee76e303445d03f82 /packages/gnome/goffice_0.6.2.bb | |
parent | 94f7efd4bc93610e880fbffad23b94462d2fc449 (diff) |
goffice updated to version 0.6.2:
* new stable branch
* required by newer gnumeric
* builds correctly in current OE
* dropped obsolete versions
Diffstat (limited to 'packages/gnome/goffice_0.6.2.bb')
-rw-r--r-- | packages/gnome/goffice_0.6.2.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/gnome/goffice_0.6.2.bb b/packages/gnome/goffice_0.6.2.bb new file mode 100644 index 0000000000..95e64a508e --- /dev/null +++ b/packages/gnome/goffice_0.6.2.bb @@ -0,0 +1,25 @@ +DESCRIPTION="Gnome Office Library" +LICENSE="GPLv2" +PR="r1" + +DEFAULT_PREFERENCE = "-1" + +DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl" + +FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug" + +inherit gnome pkgconfig + +do_stage() { + gnome_stage_includes + oe_libinstall -so -C goffice libgoffice-0.6 ${STAGING_LIBDIR} +} + +PACKAGES_DYNAMIC = "goffice-plugin-*" + +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) +} + |