source: kde5/plasma/oxygen-fonts.xml@ 3899973

kde5-13430
Last change on this file since 3899973 was 3899973, checked in by Krejzi <krejzi@…>, 10 years ago

Create new kde5 branch (sorry Pierre) to merge latest kde 5 work with latest trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13430 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY oxygen-fonts-download-http "&plasma-download-http;/oxygen-fonts-&oxygen-fonts-version;.tar.xz">
8 <!ENTITY oxygen-fonts-download-ftp "&plasma-download-ftp;/oxygen-fonts-&oxygen-fonts-version;.tar.xz">
9 <!ENTITY oxygen-fonts-md5sum "98ee96c3922fb07d5a847a4588deb30a">
10 <!ENTITY oxygen-fonts-size "532 KB">
11 <!ENTITY oxygen-fonts-buildsize "15 MB">
12 <!ENTITY oxygen-fonts-time "0.1 SBU">
13]>
14
15<sect1 id="oxygen-fonts" xreflabel="Oxygen-Fonts-&oxygen-fonts-version;">
16 <?dbhtml filename="oxygen-fonts.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Oxygen-Fonts-&oxygen-fonts-version;</title>
24
25 <indexterm zone="oxygen-fonts">
26 <primary sortas="a-Oxygen-Fonts">Oxygen-Fonts</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Oxygen-Fonts</title>
31
32 <para>
33 The <application>Oxygen-Fonts</application> package contains a
34 desktop/gui font family for integrated use with the
35 <application>KDE Plasma 5</application>.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&oxygen-fonts-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&oxygen-fonts-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &oxygen-fonts-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &oxygen-fonts-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &oxygen-fonts-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &oxygen-fonts-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Oxygen-Fonts Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="extra-cmake-modules"/>,
79 <xref linkend="fontforge"/> and
80 <xref linkend="qt5"/>
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/oxygen-fonts"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Oxygen-Fonts</title>
90
91 <para>
92 Install <application>Oxygen-Fonts</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
100 -DLIB_INSTALL_DIR=lib \
101 -DOXYGEN_FONT_INSTALL_DIR=/usr/share/fonts/truetype/oxygen \
102 .. &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/kf5-libdir.xml"/>
122
123 <para>
124 <parameter>-DOXYGEN_FONT_INSTALL_DIR=/usr/share/fonts/truetype/oxygen</parameter>:
125 This switch is used to ensure that truetype fonts are installed in the
126 correct location.
127 </para>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 None
142 </seg>
143 <seg>
144 None
145 </seg>
146 <seg>
147 $KF5_PREFIX/lib/cmake/OxygenFont and
148 /usr/share/fonts/truetype/oxygen
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.