The libgnomeui package contains libgnomeui libraries.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.6/libgnomeui-2.6.1.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.6/libgnomeui-2.6.1.1.tar.bz2
Download size: 1.5 MB
Estimated Disk space required: 62 MB
Estimated build time: 1.10 SBU
Install libgnomeui by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--disable-gtk-doc &&
make &&
make install
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--disable-gtk-doc: This switch prevents rebuilding the documentation during the make command.
The libgnomeui package contains libgnomeui libraries.