mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
39e42c8868
Update to mariadb-10.1.12. Update to cmake-3.5.0. Correct Noto fonts permissions. Update to gdb-7.11. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17099 af4574ff-66df-0310-9fd7-8a98e5e911e0
139 lines
3.9 KiB
XML
139 lines
3.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY noto-fonts-download-http "https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip">
|
|
<!ENTITY noto-fonts-download-ftp " ">
|
|
<!ENTITY noto-fonts-md5sum "92e5af616ba8f5b420141a37c13b4d1c">
|
|
<!ENTITY noto-fonts-size "471 MB">
|
|
<!ENTITY noto-fonts-buildsize "582 MB">
|
|
<!ENTITY noto-fonts-time "less than 0.1 SBU">
|
|
<!ENTITY noto-alternate "https://github.com/googlei18n/noto-fonts/archive/v2015-09-29-license-adobe.tar.gz">
|
|
]>
|
|
|
|
<sect1 id="noto-fonts" xreflabel="noto-fonts">
|
|
<?dbhtml filename="noto-fonts.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Noto Fonts</title>
|
|
|
|
<indexterm zone="noto-fonts">
|
|
<primary sortas="a-noto-fonts">noto-fonts</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Noto Fonts</title>
|
|
|
|
<para>
|
|
The <application>noto-fonts</application> package is a set of fonts
|
|
used by KF5.
|
|
</para>
|
|
|
|
&lfs79_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="¬o-fonts-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="¬o-fonts-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: ¬o-fonts-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: ¬o-fonts-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: ¬o-fonts-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: ¬o-fonts-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<note><para>There is a smaller file that contains some of the most common
|
|
Noto fonts at <ulink url="¬o-alternate;">¬o-alternate;</ulink>
|
|
(19 MB). The installation procedures are similar to the instructions
|
|
below. Just copy the .ttf files in the tarball to a directory
|
|
in the /usr/share/fonts/ hierarchy.</para></note>
|
|
|
|
|
|
<bridgehead renderas="sect3">Noto Fonts Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="unzip"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/noto-fonts"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Noto Fonts</title>
|
|
|
|
<note><para>Unlike most other packages there is no need to unpack the compressed
|
|
noto package before installation.</para></note>
|
|
|
|
|
|
<para>
|
|
Install the <application>Noto Fonts</application> by running the following
|
|
commands as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen><userinput>install -d -m755 /usr/share/fonts/truetype/noto &&
|
|
unzip Noto-hinted.zip -d /usr/share/fonts/truetype/noto &&
|
|
chmod 0644 /usr/share/fonts/truetype/noto/*</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/share/fonts/truetype/noto
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|