libgnomeui-2.24.5

Introduction to libgnomeui

The libgnomeui package contains libgnomeui libraries.

This package is known to build and work properly using an LFS-7.2 platform.

[Note]

Note

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.

Package Information

libgnomeui Dependencies

Required

LibBonoboUI-2.24.5, libgnome-keyring-3.6.0, and Xorg Libraries

Optional

GTK-Doc-1.18

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnomeui

Installation of 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

Command Explanations

--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.

Contents

Installed Programs: None
Installed Libraries: libgnomeui-2.{so,a} and libgnome.{so,a} Glade library
Installed Directories: /usr/include/libgnomeui-2.0/libgnomeui, /usr/share/gtk-doc/html/libgnomeui

Short Descriptions

libgnomeui-2.{so,a}

are the GUI portion of the GNOME libraries.

Last updated on 2012-09-26 20:18:27 +0000