Contents
$GNOME_PREFIX/{include/libbonoboui-2.0/bonobo,
share/{doc/libbonoboui-2.24.3,gnome-2.0/ui,
gtk-doc/html/libbonoboui}}
The libbonoboui package contains
libbonoboui libraries.
This is a legacy GNOME-2 package which has been deprecated by the GNOME developers and will be removed from the book in due course. Please ensure that you really want or need it before you build it.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libbonoboui/2.24/libbonoboui-2.24.5.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libbonoboui/2.24/libbonoboui-2.24.5.tar.bz2
Download MD5 sum: 853be8e28aaa4ce48ba60be7d9046bf4
Download size: 954 KB
Estimated disk space required: 41 MB
Estimated build time: 0.9 SBU
libglade-2.6.4, libgnome-2.32.1, and libgnomecanvas-2.30.3
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libbonoboui
Install libbonoboui by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
To test the results, issue: make check.
Now, as the root user:
make install &&
install -v -m755 -d $(pkg-config \
--variable=prefix ORBit-2.0)/share/doc/libbonoboui-2.24.5 &&
install -v -m644 doc/*.{dtd,txt,xml,html} $(pkg-config \
--variable=prefix ORBit-2.0)/share/doc/libbonoboui-2.24.5
--prefix=$(pkg-config --variable=prefix
ORBit-2.0): Setting the prefix using this parameter
instead of with $GNOME_PREFIX will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--disable-static: This switch prevents
the static libraries being installed.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
$GNOME_PREFIX/{include/libbonoboui-2.0/bonobo,
share/{doc/libbonoboui-2.24.3,gnome-2.0/ui,
gtk-doc/html/libbonoboui}}
Last updated on 2012-01-25 04:08:06 +0000