mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Minor cosmetic changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19445 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9885a4256a
commit
024b208977
@ -79,8 +79,7 @@
|
||||
|
||||
<screen role="root"><userinput>install -v -m 644 lsb_release.1 /usr/share/man/man1 &&
|
||||
install -v -m 755 lsb_release /usr/bin &&
|
||||
install -v -m 755 help2man /usr/bin
|
||||
</userinput></screen>
|
||||
install -v -m 755 help2man /usr/bin</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -271,24 +271,32 @@ cat > ~/.config/fontconfig/fonts.conf << "EOF"
|
||||
protected, so turn it off to ensure any hinting information in the font
|
||||
itself is used, this is the default -->
|
||||
<edit mode="assign" name="autohint"> <bool>false</bool></edit>
|
||||
|
||||
<!-- hinting is enabled by default -->
|
||||
<edit mode="assign" name="hinting"> <bool>true</bool></edit>
|
||||
|
||||
<!-- for the lcdfilter see http://www.spasche.net/files/lcdfiltering/ -->
|
||||
<edit mode="assign" name="lcdfilter"> <const>lcddefault</const></edit>
|
||||
|
||||
<!-- options for hintstyle:
|
||||
hintfull: is supposed to give a crisp font that aligns well to the
|
||||
character-cell grid but at the cost of its proper shape.
|
||||
|
||||
hintmedium: poorly documented, maybe a synonym for hintfull.
|
||||
hintslight is the default: - supposed to be more fuzzy but retains shape.
|
||||
|
||||
hintnone: seems to turn hinting off.
|
||||
The variations are marginal and results vary with different fonts -->
|
||||
<edit mode="assign" name="hintstyle"> <const>hintslight</const></edit>
|
||||
|
||||
<!-- antialiasing is on by default and really helps for faint characters
|
||||
and also for 'xft:' fonts used in rxvt-unicode -->
|
||||
<edit mode="assign" name="antialias"> <bool>true</bool></edit>
|
||||
|
||||
<!-- subpixels are usually rgb, see
|
||||
http://www.lagom.nl/lcd-test/subpixel.php -->
|
||||
<edit mode="assign" name="rgba"> <const>rgb</const></edit>
|
||||
|
||||
<!-- thanks to the Arch wiki for the lcd and subpixel links -->
|
||||
</match>
|
||||
|
||||
|
@ -102,8 +102,11 @@
|
||||
the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>meson --prefix /usr $PWD build &&
|
||||
ninja -C build</userinput></screen>
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a testsuite.
|
||||
@ -113,7 +116,7 @@ ninja -C build</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>ninja -C build install</userinput></screen>
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -120,8 +120,7 @@ meson --prefix=/usr --sysconfdir=/etc .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>. The
|
||||
test-layout test is known to fail.
|
||||
To test the results, issue: <command>ninja test</command>. DThe
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user