From eb161ad2ccefa39f24c692c77b818c7117ea4938 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Sun, 6 Apr 2008 23:39:25 +0000 Subject: goffice updated to version 0.6.2: * new stable branch * required by newer gnumeric * builds correctly in current OE * dropped obsolete versions --- packages/gnome/goffice_0.2.1.bb | 23 ----------------------- packages/gnome/goffice_0.3.2.bb | 25 ------------------------- packages/gnome/goffice_0.6.2.bb | 25 +++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 48 deletions(-) delete mode 100644 packages/gnome/goffice_0.2.1.bb delete mode 100644 packages/gnome/goffice_0.3.2.bb create mode 100644 packages/gnome/goffice_0.6.2.bb (limited to 'packages/gnome') diff --git a/packages/gnome/goffice_0.2.1.bb b/packages/gnome/goffice_0.2.1.bb deleted file mode 100644 index 2048cdd34d..0000000000 --- a/packages/gnome/goffice_0.2.1.bb +++ /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) -} - diff --git a/packages/gnome/goffice_0.3.2.bb b/packages/gnome/goffice_0.3.2.bb deleted file mode 100644 index a81f96910c..0000000000 --- a/packages/gnome/goffice_0.3.2.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION="Gnome Office Library" -LICENSE="GPLv2" -PR="r1" - -DEFAULT_PREFERENCE = "-1" - -DEPENDS="glib-2.0 gtk+ pango cairo 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-0 ${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) -} - 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) +} + -- cgit v1.2.3