diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 13:29:55 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 13:29:55 +0200 |
commit | efcbd97e990dac05d728ed75125d12fecdc82270 (patch) | |
tree | 89d72c246647fddaae8b54689f3bf0e07ee5533c /recipes | |
parent | 0fca1dd64307a0a5415487426147e4baac508e1f (diff) |
goffice: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/goffice_0.6.2.bb | 23 | ||||
-rw-r--r-- | recipes/gnome/goffice_0.6.3.bb | 21 | ||||
-rw-r--r-- | recipes/gnome/goffice_0.7.14.bb | 46 |
3 files changed, 0 insertions, 90 deletions
diff --git a/recipes/gnome/goffice_0.6.2.bb b/recipes/gnome/goffice_0.6.2.bb deleted file mode 100644 index 8714bbeb48..0000000000 --- a/recipes/gnome/goffice_0.6.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION="Gnome Office Library" -LICENSE="GPLv2" - -PR ="r2" - -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 - -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) -} - -SRC_URI[archive.md5sum] = "f52d78cffbcfc3c13336fd308ea3926e" -SRC_URI[archive.sha256sum] = "b126902259875a24ece29bdf1f93cc7fd4fd7b83508cae1c15dabd10b4d537cd" diff --git a/recipes/gnome/goffice_0.6.3.bb b/recipes/gnome/goffice_0.6.3.bb deleted file mode 100644 index 13bbe570db..0000000000 --- a/recipes/gnome/goffice_0.6.3.bb +++ /dev/null @@ -1,21 +0,0 @@ -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 - -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) -} - - -SRC_URI[archive.md5sum] = "3d8d3357f9d58af901cd1d6eb42e2973" -SRC_URI[archive.sha256sum] = "a252aff88d801175b27fd7c20e00b0b5f674a5a70e64cd95091abdcab87db35c" diff --git a/recipes/gnome/goffice_0.7.14.bb b/recipes/gnome/goffice_0.7.14.bb deleted file mode 100644 index 176d4023d3..0000000000 --- a/recipes/gnome/goffice_0.7.14.bb +++ /dev/null @@ -1,46 +0,0 @@ -DESCRIPTION="Gnome Office Library" -LICENSE="GPLv2" - -PR = "r2" - -DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl" - -inherit gnome pkgconfig - -SRC_URI += " file://c99math.patch \ - file://nodolt.patch " - -FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug" - -RRECOMMENDS_${PN} = " \ - goffice-plugin-plot-barcol \ - goffice-plugin-plot-distrib \ - goffice-plugin-plot-pie \ - goffice-plugin-plot-radar \ - goffice-plugin-plot-surface \ - goffice-plugin-plot-xy \ - goffice-plugin-reg-linear \ - goffice-plugin-reg-logfit \ - goffice-plugin-smoothing \ -" - -FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \ - ${sysconfdir} ${sharedstatedir} ${localstatedir} \ - ${base_bindir}/* ${base_sbindir}/* \ - ${base_libdir}/*${SOLIBS} \ - ${datadir}/${PN} \ - ${datadir}/pixmaps ${datadir}/applications \ - ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ - ${libdir}/bonobo/servers" - -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) -} - - -SRC_URI[archive.md5sum] = "c48a89bfceeb604f163aa55540088021" -SRC_URI[archive.sha256sum] = "0fe2f4d7c39e85b5b577c6fa7a88c9a135ae5819cc521083af888e4c23deaacd" |