Contents
$GNOME_PREFIX/{include/libgnomeui-2.0/libgnomeui,
share/gtk-doc/html/libgnomeui}
The libgnomeui package contains
libgnomeui libraries.
This package is known to build using an LFS 7.0 platform but has not been tested.
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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnomeui/2.24/libgnomeui-2.24.5.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnomeui/2.24/libgnomeui-2.24.5.tar.bz2
Download MD5 sum: d4bb506b1916015323928faab5aa708b
Download size: 1.4 MB
Estimated disk space required: 53 MB
Estimated build time: 0.7 SBU
LibBonoboUI-2.24.5, libgnome-keyring-3.4.1, and Xorg Libraries
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnomeui
Install libgnomeui by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib/libgnomeui &&
make
This package's testsuite is only intended to be used by the maintainer to check i18n files.
Now, as the root user:
make install
--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.
--libexecdir=$(pkg-config
--variable=prefix ORBit-2.0)/lib/libgnomeui: This
parameter causes the libexec files to be installed in the preferred
location of $GNOME_PREFIX/lib/libgnomeui instead of
$GNOME_PREFIX/libexec.
--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/libgnomeui-2.0/libgnomeui,
share/gtk-doc/html/libgnomeui}
Last updated on 2012-05-12 23:33:24 +0000