Contents
$GNOME_PREFIX/{include/libgnomekbd,
share/libgnomekbd/glade}
The libgnomekbd package contains xkb hooks used by the GNOME desktop.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnomekbd/2.28/libgnomekbd-2.28.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnomekbd/2.28/libgnomekbd-2.28.0.tar.bz2
Download MD5 sum: b0989c4a2dbe2b5dd892d14195674f2b
Download size: 383 KB
Estimated disk space required: 8 MB
Estimated build time: 0.1 SBU
libxklavier-4.0 and libgnomeui-2.24.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnomekbd
Install libgnomekbd by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=/etc/gnome/2.28.1 &&
make
This package does not come with a test suite.
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.
--sysconfdir=/etc/gnome/2.28.1: This
parameter causes the configuration files to be installed in
/etc/gnome/2.28.1 instead of
$GNOME_PREFIX/etc. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
$GNOME_PREFIX/{include/libgnomekbd,
share/libgnomekbd/glade}
Last updated on 2009-10-25 11:36:14 +0000