Changeset 024b208


Ignore:
Timestamp:
11/07/2017 02:26:32 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
f516ac2
Parents:
9885a425
Message:

Minor cosmetic changes

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/lsb-release.xml

    r9885a425 r024b208  
    8080<screen role="root"><userinput>install -v -m 644 lsb_release.1 /usr/share/man/man1 &amp;&amp;
    8181install -v -m 755 lsb_release   /usr/bin            &amp;&amp;
    82 install -v -m 755 help2man      /usr/bin
    83 </userinput></screen>
     82install -v -m 755 help2man      /usr/bin</userinput></screen>
    8483
    8584  </sect2>
  • x/installing/tuning-fontconfig.xml

    r9885a425 r024b208  
    272272    itself is used, this is the default --&gt;
    273273    &lt;edit mode="assign" name="autohint"&gt;  &lt;bool&gt;false&lt;/bool&gt;&lt;/edit&gt;
     274
    274275    &lt;!-- hinting is enabled by default --&gt;
    275276    &lt;edit mode="assign" name="hinting"&gt;   &lt;bool&gt;true&lt;/bool&gt;&lt;/edit&gt;
     277   
    276278    &lt;!-- for the lcdfilter see http://www.spasche.net/files/lcdfiltering/ --&gt;
    277279    &lt;edit mode="assign" name="lcdfilter"&gt; &lt;const&gt;lcddefault&lt;/const&gt;&lt;/edit&gt;
     280   
    278281    &lt;!-- options for hintstyle:
    279282    hintfull: is supposed to give a crisp font that aligns well to the
    280283    character-cell grid but at the cost of its proper shape.
     284
    281285    hintmedium: poorly documented, maybe a synonym for hintfull.
    282286    hintslight is the default: - supposed to be more fuzzy but retains shape.
     287   
    283288    hintnone: seems to turn hinting off.
    284289    The variations are marginal and results vary with different fonts --&gt;
    285290    &lt;edit mode="assign" name="hintstyle"&gt; &lt;const&gt;hintslight&lt;/const&gt;&lt;/edit&gt;
     291   
    286292    &lt;!-- antialiasing is on by default and really helps for faint characters
    287293    and also for 'xft:' fonts used in rxvt-unicode --&gt;
    288294    &lt;edit mode="assign" name="antialias"&gt; &lt;bool&gt;true&lt;/bool&gt;&lt;/edit&gt;
     295   
    289296    &lt;!-- subpixels are usually rgb, see
    290297    http://www.lagom.nl/lcd-test/subpixel.php --&gt;
    291298    &lt;edit mode="assign" name="rgba"&gt;      &lt;const&gt;rgb&lt;/const&gt;&lt;/edit&gt;
     299   
    292300    &lt;!-- thanks to the Arch wiki for the lcd and subpixel links --&gt;
    293301  &lt;/match&gt;
  • x/lib/atk.xml

    r9885a425 r024b208  
    103103    </para>
    104104
    105 <screen><userinput>meson --prefix /usr $PWD build &amp;&amp;
    106 ninja -C build</userinput></screen>
     105<screen><userinput>mkdir build &amp;&amp;
     106cd    build &amp;&amp;
     107
     108meson --prefix=/usr &amp;&amp;
     109ninja</userinput></screen>
    107110
    108111    <para>
     
    114117    </para>
    115118
    116 <screen role="root"><userinput>ninja -C build install</userinput></screen>
     119<screen role="root"><userinput>ninja install</userinput></screen>
    117120
    118121  </sect2>
  • x/lib/pango.xml

    r9885a425 r024b208  
    121121
    122122    <para>
    123       To test the results, issue: <command>make check</command>. The
    124       test-layout test is known to fail.
     123      To test the results, issue: <command>ninja test</command>. DThe
    125124    </para>
    126125
Note: See TracChangeset for help on using the changeset viewer.