glfs/archive/oxygen-fonts.xml
Ken Moffat d9994c1c6d And archive the separate pages for hte Oxygen and Noto fonts.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18222 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-01-28 02:41:10 +00:00

135 lines
3.5 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 oxygen-fonts-download-http "http://download.kde.org/stable/plasma/&oxygen-fonts-version;/oxygen-fonts-&oxygen-fonts-version;.tar.xz">
<!ENTITY oxygen-fonts-download-ftp " ">
<!ENTITY oxygen-fonts-md5sum "8d8ab61a65642a18a40de9f3945ce584">
<!ENTITY oxygen-fonts-size "160 KB">
<!ENTITY oxygen-fonts-buildsize "1.3 MB">
<!ENTITY oxygen-fonts-time "less than 0.1 SBU">
]>
<sect1 id="oxygen-fonts" xreflabel="oxygen-fonts-&oxygen-fonts-version;">
<?dbhtml filename="oxygen-fonts.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Oxygen-fonts-&oxygen-fonts-version;</title>
<indexterm zone="oxygen-fonts">
<primary sortas="a-oxygen-fonts">oxygen-fonts</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Oxygen Fonts</title>
<para>
The <application>oxygen-fonts</application> package is a set of fonts
used by KF5.
</para>
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&oxygen-fonts-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&oxygen-fonts-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &oxygen-fonts-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &oxygen-fonts-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &oxygen-fonts-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &oxygen-fonts-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Oxygen Fonts Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="cmake"/>, and <xref linkend="fontforge"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/oxygen-fonts"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Oxygen Fonts</title>
<para>
Install the <application>Oxygen Fonts</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib ..</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</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/oxygen
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>