Changeset 4c69301c


Ignore:
Timestamp:
02/26/2019 06:10:19 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c2019a03
Parents:
1de2a27
Message:

Tag remaining X drivers
Remove redundant command in Freetype
Wording changes

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wayland.xml

    r1de2a27 r4c69301c  
    108108
    109109    <para>
    110       To test the results, issue: <command>make check</command>.
     110      To test the results, issue: <command>make check</command>. If a Desktop
     111      Environment has not been started that uses XDG, it's possible that 90%
     112      of the test suite will fail. To rectify this, create the directory listed
     113      in $XDG_RUNTIME_DIR first, if required.
    111114    </para>
    112115
  • general/graphlib/freetype2.xml

    r1de2a27 r4c69301c  
    145145    </para>
    146146
    147 <screen role="root"><userinput>make install &amp;&amp;
    148 cp builds/unix/freetype-config /usr/bin</userinput></screen>
     147<screen role="root"><userinput>make install</userinput></screen>
    149148
    150149    <para>If you downloaded the optional documentation, install it as the
     
    152151
    153152<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
    154 cp -v -R docs/*     /usr/share/doc/freetype-&freetype2-version;</userinput></screen>
     153cp -v -R docs/*     /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
     154rm -v /usr/share/doc/freetype-&freetype2-version;/freetype-config.1</userinput></screen>
    155155
    156156  </sect2>
  • introduction/welcome/changelog.xml

    r1de2a27 r4c69301c  
    4545      <para>February 26th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Remove rendundant commands in Freetype.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[bdubbs] - Update to NetworkManager-1.14.6. Fixes
  • x/installing/x7driver-vmmouse.xml

    r1de2a27 r4c69301c  
    5151      </note>
    5252
    53       &lfs83_checked;
     53      &lfs84_checked;
    5454      <!-- I used this with both VMWare and QEMU. -->
    5555
  • x/installing/x7driver-vmware.xml

    r1de2a27 r4c69301c  
    3737      </para>
    3838
    39       &lfs83_checked;
     39      &lfs84_checked;
    4040
    4141      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/wm/fluxbox.xml

    r1de2a27 r4c69301c  
    131131
    132132      <para>Or alternatively, if you use a login manager like
    133       <application>GDM</application> or <application>KDM</application> and would
     133      <application>GDM</application> or <application>LightDM</application> and would
    134134      like to be able to choose <application>Fluxbox</application> at the login
    135135      prompt, create a <filename>fluxbox.desktop</filename> file like this.</para>
Note: See TracChangeset for help on using the changeset viewer.