diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-04 11:53:40 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-04 11:53:40 +0000 |
commit | 75adb0187a896d2eb6386e62721ffc8d54ba7860 (patch) | |
tree | 6a2d39b4c00982b29dcf8ffed11b9eab9477c3ab /packages/gnome | |
parent | 7eca14f879d5f5753f28de83a6bfe6d9c36907c5 (diff) |
goffice: update to 0.6.3
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/goffice_0.6.3.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/gnome/goffice_0.6.3.bb b/packages/gnome/goffice_0.6.3.bb new file mode 100644 index 0000000000..17e3a96417 --- /dev/null +++ b/packages/gnome/goffice_0.6.3.bb @@ -0,0 +1,22 @@ +DESCRIPTION="Gnome Office Library" +LICENSE="GPLv2" +PR="r0" + +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() { + autotools_stage_all +} + +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) +} + |