diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-01 11:46:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-01 12:34:47 +0200 |
commit | 8fce80416d9f023b7e0323130878f4a63ffff777 (patch) | |
tree | a3bd43bfb0e360ab2ac9baaa5a10992f576df8f5 | |
parent | f2bd3a579821bbd37f533d3dcd5394c7cc91aa93 (diff) |
libbonobo: add 2.24.3 and convert to new style staging
-rw-r--r-- | recipes/gnome/libbonobo.inc | 30 | ||||
-rw-r--r-- | recipes/gnome/libbonobo_2.24.3.bb | 3 |
2 files changed, 5 insertions, 28 deletions
diff --git a/recipes/gnome/libbonobo.inc b/recipes/gnome/libbonobo.inc index 9f3642b80b..e1ad45b27a 100644 --- a/recipes/gnome/libbonobo.inc +++ b/recipes/gnome/libbonobo.inc @@ -27,38 +27,12 @@ do_configure_prepend() { install ${WORKDIR}/gtk-doc.make ./ } -ACTIVATION_HEADERS = "Bonobo_Unknown.h Bonobo_GenericFactory.h Bonobo_Activation_types.h \ - bonobo-activation.h bonobo-activation-async.h bonobo-activation-activate.h \ - bonobo-activation-init.h bonobo-activation-shlib.h bonobo-activation-register.h \ - bonobo-activation-server-info.h bonobo-activation-version.h" - -BONOBO_HEADERS = "Bonobo.h bonobo-arg.h bonobo-context.h bonobo-event-source.h bonobo-exception.h \ - bonobo-generic-factory.h bonobo-item-container.h bonobo-item-handler.h \ - bonobo-listener.h bonobo-main.h bonobo-macros.h bonobo-moniker-extender.h \ - bonobo-moniker-simple.h bonobo-moniker-util.h bonobo-moniker.h bonobo-object.h \ - bonobo-foreign-object.h bonobo-persist-file.h bonobo-persist-stream.h \ - bonobo-persist.h bonobo-persist-client.h bonobo-property-bag.h \ - bonobo-property-bag-client.h bonobo-shlib-factory.h bonobo-storage.h \ - bonobo-stream.h bonobo-stream-client.h bonobo-stream-memory.h \ - bonobo-storage-memory.h bonobo-xobject.h bonobo-i18n.h bonobo-types.h \ - bonobo-app-client.h bonobo-application.h" - do_compile() { oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" } -do_stage() { - install -d ${STAGING_INCDIR}/bonobo-activation-2.0/bonobo-activation - for i in ${ACTIVATION_HEADERS}; do install -m 0644 bonobo-activation/$i ${STAGING_INCDIR}/bonobo-activation-2.0/bonobo-activation/; done - install -d ${STAGING_INCDIR}/libbonobo-2.0/bonobo - for i in ${BONOBO_HEADERS}; do install -m 0644 bonobo/$i ${STAGING_INCDIR}/libbonobo-2.0/bonobo/; done - install -m 0644 libbonobo.h ${STAGING_INCDIR}/libbonobo-2.0/ - install -d ${STAGING_DATADIR}/idl/bonobo-activation-2.0/ - install idl/*.idl ${STAGING_DATADIR}/idl/bonobo-activation-2.0/ - oe_libinstall -so -C bonobo libbonobo-2 ${STAGING_LIBDIR} - oe_libinstall -so -C bonobo-activation libbonobo-activation ${STAGING_LIBDIR} -} - do_install() { oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install + install -d ${D}${datadir}/idl/bonobo-activation-2.0/ + install idl/*.idl ${D}${datadir}/idl/bonobo-activation-2.0/ } diff --git a/recipes/gnome/libbonobo_2.24.3.bb b/recipes/gnome/libbonobo_2.24.3.bb new file mode 100644 index 0000000000..c878286cef --- /dev/null +++ b/recipes/gnome/libbonobo_2.24.3.bb @@ -0,0 +1,3 @@ +require libbonobo.inc +SRC_URI[archive.md5sum] = "b217cef6a187505290c66c5bf8225d38" +SRC_URI[archive.sha256sum] = "5310957fa90691689c0557218b8833f681666cae160bd84e1f2c2705189a4ebe" |