Changeset 7bcce4c3 for x/installing


Ignore:
Timestamp:
04/25/2008 06:13:38 AM (16 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
505c4a3e
Parents:
a4ea5a1
Message:

Update to xkeyboard-config-1.2, fixes #2367

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7404 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xkeyboard-config.xml

    ra4ea5a1 r7bcce4c3  
    66
    77  <!ENTITY xkeyboard-config-download-http "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
     8  <!-- x.org FTP link only points to xkeyboard-config from xorg release
    89  <!ENTITY xkeyboard-config-download-ftp  "ftp://ftp.x.org/pub/current/src/extras/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
    9   <!ENTITY xkeyboard-config-md5sum        "52afe60101ace8532881e70f6c2dc020">
    10   <!ENTITY xkeyboard-config-size          "461 KB">
    11   <!ENTITY xkeyboard-config-buildsize     "8.1 MB">
     10  -->
     11  <!ENTITY xkeyboard-config-download-ftp  " ">
     12  <!ENTITY xkeyboard-config-md5sum        "667c582a54d5715d24110c20e8c4be38">
     13  <!ENTITY xkeyboard-config-size          "573 KB">
     14  <!ENTITY xkeyboard-config-buildsize     "9.2 MB">
    1215  <!ENTITY xkeyboard-config-time          "less than 0.1 SBU">
    1316]>
     
    7578    following commands:</para>
    7679
    77 <screen><userinput>./configure $XORG_CONFIG --with-xkb-base=$XORG_PREFIX/share/X11/xkb \
    78     --with-xkb-rules-symlink=xorg  &amp;&amp;
     80<screen><userinput>./configure $XORG_CONFIG --with-xkb-rules-symlink=xorg &amp;&amp;
    7981make</userinput></screen>
    8082
     
    9294  <sect2 role="commands">
    9395    <title>Command Explanations</title>
    94 
    95     <para><parameter>--with-xkb-base=$XORG_PREFIX/share/X11/xkb</parameter>:
    96     This parameter sets the installation directory for the keyboard data to
    97     the location where <xref linkend="xorg7-server"/> expects it.</para>
    9896
    9997    <para><parameter>--with-xkb-rules-symlink=xorg</parameter>: By default,
Note: See TracChangeset for help on using the changeset viewer.