goffice: update to 0.6.3
authorKoen Kooi <koen@openembedded.org>
Wed, 4 Jun 2008 11:53:40 +0000 (11:53 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 4 Jun 2008 11:53:40 +0000 (11:53 +0000)
packages/gnome/goffice_0.6.3.bb [new file with mode: 0644]

diff --git a/packages/gnome/goffice_0.6.3.bb b/packages/gnome/goffice_0.6.3.bb
new file mode 100644 (file)
index 0000000..17e3a96
--- /dev/null
@@ -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)
+}
+