diff options
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 40 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo/configure-gthread.patch | 11 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo_2.24.3.bb | 3 |
3 files changed, 54 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc new file mode 100644 index 000000000..b4f72d7be --- /dev/null +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc | |||
@@ -0,0 +1,40 @@ | |||
1 | DESCRIPTION = "Bonobo CORBA interfaces library" | ||
2 | LICENSE = "GPLv2 && LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
5 | SECTION = "x11/gnome/libs" | ||
6 | DEPENDS = "glib-2.0 orbit2 intltool-native libxml2" | ||
7 | |||
8 | inherit gnome | ||
9 | |||
10 | SRC_URI += "file://gtk-doc.m4 \ | ||
11 | file://gtk-doc.make \ | ||
12 | " | ||
13 | |||
14 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | ||
15 | |||
16 | FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so" | ||
17 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \ | ||
18 | ${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug" | ||
19 | FILES_${PN}-dev += "${libdir}/orbit-2.0/* ${libdir}/bonobo/monikers/* \ | ||
20 | ${libdir}/bonobo-2.0/samples" | ||
21 | |||
22 | LEAD_SONAME = "libbonobo-2.so" | ||
23 | |||
24 | PARALLEL_MAKE = "" | ||
25 | |||
26 | do_configure_prepend() { | ||
27 | install -d m4 | ||
28 | install ${WORKDIR}/gtk-doc.m4 m4/ | ||
29 | install ${WORKDIR}/gtk-doc.make ./ | ||
30 | } | ||
31 | |||
32 | do_compile() { | ||
33 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" | ||
34 | } | ||
35 | |||
36 | do_install() { | ||
37 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install | ||
38 | install -d ${D}${datadir}/idl/bonobo-activation-2.0/ | ||
39 | install idl/*.idl ${D}${datadir}/idl/bonobo-activation-2.0/ | ||
40 | } | ||
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo/configure-gthread.patch b/meta-gnome/recipes-gnome/bonobo/libbonobo/configure-gthread.patch new file mode 100644 index 000000000..005fa6760 --- /dev/null +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo/configure-gthread.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- libbonobo-2.14.0/configure.in.orig 2006-09-04 09:21:54.000000000 +0100 | ||
2 | +++ libbonobo-2.14.0/configure.in 2006-09-04 09:22:58.000000000 +0100 | ||
3 | @@ -166,7 +166,7 @@ | ||
4 | AC_MSG_RESULT(no) | ||
5 | AC_MSG_ERROR( | ||
6 | [No working gthread-2.0 support found, using --disable-threads IS DISCOURAGED]) | ||
7 | - ] | ||
8 | + ],[AC_MSG_RESULT(yes)] | ||
9 | ) | ||
10 | CFLAGS=$libbonobo_save_CFLAGS | ||
11 | LIBS=$libbonobo_save_LIBS | ||
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo_2.24.3.bb b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.24.3.bb new file mode 100644 index 000000000..c878286ce --- /dev/null +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.24.3.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require libbonobo.inc | ||
2 | SRC_URI[archive.md5sum] = "b217cef6a187505290c66c5bf8225d38" | ||
3 | SRC_URI[archive.sha256sum] = "5310957fa90691689c0557218b8833f681666cae160bd84e1f2c2705189a4ebe" | ||