goffice updated to version 0.6.2:
authorStanislav Brabec <utx@penguin.cz>
Sun, 6 Apr 2008 23:39:25 +0000 (23:39 +0000)
committerStanislav Brabec <utx@penguin.cz>
Sun, 6 Apr 2008 23:39:25 +0000 (23:39 +0000)
* new stable branch
* required by newer gnumeric
* builds correctly in current OE
* dropped obsolete versions

packages/gnome/goffice_0.2.1.bb [deleted file]
packages/gnome/goffice_0.6.2.bb [moved from packages/gnome/goffice_0.3.2.bb with 85% similarity]

diff --git a/packages/gnome/goffice_0.2.1.bb b/packages/gnome/goffice_0.2.1.bb
deleted file mode 100644 (file)
index 2048cdd..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION="Gnome Office Library"
-LICENSE="GPLv2"
-PR="r1"
-
-DEPENDS="glib-2.0 gtk+ pango libgnomeprint libgsf libglade 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-1 ${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)
-}
-
similarity index 85%
rename from packages/gnome/goffice_0.3.2.bb
rename to packages/gnome/goffice_0.6.2.bb
index a81f969..95e64a5 100644 (file)
@@ -4,7 +4,7 @@ PR="r1"
 
 DEFAULT_PREFERENCE = "-1"
 
-DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libxml2 libart-lgpl"
+DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl"
 
 FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug"
 
@@ -12,7 +12,7 @@ inherit gnome pkgconfig
 
 do_stage() {
         gnome_stage_includes
-       oe_libinstall -so -C goffice libgoffice-0 ${STAGING_LIBDIR}
+       oe_libinstall -so -C goffice libgoffice-0.6 ${STAGING_LIBDIR}
 }
 
 PACKAGES_DYNAMIC = "goffice-plugin-*"