The libgnomeui package contains libgnomeui libraries.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnomeui/2.14/libgnomeui-2.14.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnomeui/2.14/libgnomeui-2.14.1.tar.bz2
Download MD5 sum: ff6b6c25de0e7e39c79998621cdec048
Download size: 1.8 MB
Estimated disk space required: 40.0 MB
Estimated build time: 0.7 SBU
libbonoboui-2.14.0 and gnome-keyring-0.4.9
libjpeg-6b, EsounD-0.2.36, and GTK-Doc-1.6
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 does not come with a test suite.
Now, as the root user:
make install
If your GNOME installation prefix is anything other than /usr, create the following symbolic link as the root user:
ln -v -s $(pkg-config \ --variable=prefix ORBit-2.0)/lib/gtk-2.0/2.4.0/filesystems \ /usr/lib/gtk-2.0/2.4.0
--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.
--with-kde-datadir=$KDE_PREFIX/share: Use this parameter if you have KDE installed in any prefix other than /usr.
--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild the API documentation.
Some applications cannot properly discover the libglade interface library installed by libgnomeui. Get around this problem by initializing an environment variable which identifies the location of the library. Add the following line to the system-wide /etc/profile file, or to individual user's ~/.profile or ~/.bashrc files:
export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0
Last updated on 2006-06-25 16:31:03 -0500