Contents
$XORG_PREFIX/share/X11/xkb, $XORG_PREFIX/share/doc/xkeyboard-config-1.2
            The XKeyboardConfig package contains the keyboard configuration database for the X Window System.
Download (HTTP): http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-1.2.tar.bz2
Download MD5 sum: 667c582a54d5715d24110c20e8c4be38
Download size: 573 KB
Estimated disk space required: 9.2 MB
Estimated build time: less than 0.1 SBU
Xorg Applications and XML::Parser-2.34
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xkeyboard-config
Install XKeyboardConfig by running the following commands:
./configure $XORG_CONFIG --with-xkb-rules-symlink=xorg && make
This package does not come with a test suite.
          Now, as the root user:
        
make install &&
install -dv -m755 $XORG_PREFIX/share/doc/xkeyboard-config-1.2 &&
install -v -m644 docs/{README,HOWTO}* \
    $XORG_PREFIX/share/doc/xkeyboard-config-1.2
      
          --with-xkb-rules-symlink=xorg: By
          default, the XKB rules installed are named "base". This creates
          symlinks named "xorg" to those rules, which is the default name
          used by Xorg.
        
$XORG_PREFIX/share/X11/xkb, $XORG_PREFIX/share/doc/xkeyboard-config-1.2
            Last updated on 2008-04-25 01:13:38 -0500