Contents
$GNOME_PREFIX/{include/libgnomekbd,
share/libgnomekbd/ui}
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/3.2/libgnomekbd-2.30.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnomekbd/3.2/libgnomekbd-2.30.1.tar.bz2
Download MD5 sum: 9b828a4e35089d91b9ea16ddf981ff28
Download size: 395 KB
Estimated disk space required: 9 MB
Estimated build time: 0.2 SBU
GConf-3.2.3, gtk+-2.24.8, and libxklavier-5.1
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/3.2.2 &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--prefix=: Setting the prefix using
this parameter will ensure that the prefix is consistent with the
installation environment and the package will be installed in the
correct location.
$GNOME_PREFIX
--sysconfdir=: Setting the
sysconfdir using this parameter will ensure that the sysconfdir is
consistent with the installation environment and the package will
be installed in the correct location.
$GNOME_SYSCONFDIR
$GNOME_PREFIX/{include/libgnomekbd,
share/libgnomekbd/ui}
Last updated on 2010-08-22 00:16:09 +0000