Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7font.xml

    rc93c620c r3f2db3a6  
    1111  <!ENTITY x7fonts-time          "0.1 SBU">
    1212
    13   <!ENTITY encodings-version               "1.0.5">
    14   <!ENTITY encodings-md5sum                "bbae4f247b88ccde0e85ed6a403da22a">
     13  <!ENTITY encodings-version               "1.0.6">
     14  <!ENTITY encodings-md5sum                "c2bcfdc52b8b6462228342cedae2fed9">
    1515
    1616  <!ENTITY font-adobe-utopia-type1-version "1.0.4">
     
    3232  <!ENTITY font-misc-ethiopic-md5sum       "4ee18ab6c1edf636b8e75b73e6037371">
    3333
    34   <!ENTITY font-util-version               "1.3.2">
    35   <!ENTITY font-util-md5sum                "3d6adb76fdd072db8c8fae41b40855e8">
     34  <!ENTITY font-util-version               "1.3.3">
     35  <!ENTITY font-util-md5sum                "d92913afdcd8ac008225a8bd06488702">
    3636
    3737  <!ENTITY font-xfree86-type1-version      "1.0.4">
     
    4343  <?dbhtml filename="x7font.html"?>
    4444
    45   <sect1info>
    46     <date>$Date$</date>
    47   </sect1info>
    4845
    4946  <title>Xorg Fonts</title>
     
    6461    </para>
    6562
    66     &lfs110a_checked;
     63    &lfs112_checked;
    6764
    6865    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    116113
    117114<screen><userinput>cat &gt; font-&xorg-version;.md5 &lt;&lt; "EOF"
    118 <literal>&font-util-md5sum;  font-util-&font-util-version;.tar.bz2
    119 &encodings-md5sum;  encodings-&encodings-version;.tar.bz2
     115<literal>&font-util-md5sum;  font-util-&font-util-version;.tar.xz
     116&encodings-md5sum;  encodings-&encodings-version;.tar.xz
    120117&font-alias-md5sum;  font-alias-&font-alias-version;.tar.bz2
    121118&font-adobe-utopia-type1-md5sum;  font-adobe-utopia-type1-&font-adobe-utopia-type1-version;.tar.bz2
     
    157154<screen><userinput>for package in $(grep -v '^#' ../font-&xorg-version;.md5 | awk '{print $2}')
    158155do
    159   packagedir=${package%.tar.bz2}
     156  packagedir=${package%.tar.?z*}
    160157  tar -xf $package
    161158  pushd $packagedir
     
    176173      When all of the fonts have been installed, the system must be
    177174      configured so that <application>Fontconfig</application> can find the
    178       TrueType fonts since they are outside of the default search path of
    179       <filename class="directory">/usr/share/fonts</filename>.  Make symlinks
    180       to the <application>Xorg</application> TrueType font directories by
     175      TrueType fonts. since they are outside of the default search path of
     176      <emphasis role="bold">If <envar>XORG_PREFIX</envar> is not
     177      <filename class="directory">/usr</filename></emphasis>, make symlinks
     178      to the <application>Xorg</application> TrueType font directories in
     179      <filename class="directory">/usr/share/fonts</filename> by
    181180      running the following commands as the
    182181      <systemitem class="username">root</systemitem> user:
Note: See TracChangeset for help on using the changeset viewer.