glfs/kde/kf5/noto-fonts.xml
Ken Moffat 14657a735c Fix spelling in noto-fonts and correct the mime type for noto and oxygen fonts.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17056 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-03-04 04:36:39 +00:00

138 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: bdubbs $</othername>
<date>$Date: 2016-01-13 21:27:51 -0600 (Wed, 13 Jan 2016) $</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="&noto-fonts-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&noto-fonts-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &noto-fonts-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &noto-fonts-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &noto-fonts-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &noto-fonts-time;
</para>
</listitem>
</itemizedlist>
<note><para>There is a smaller file that contains some of the most common
Noto fonts at <ulink url="&noto-alternate;">&noto-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</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>