source: archive/oxygen-fonts.xml@ 5156197

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5156197 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 3.4 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 "http://download.kde.org/stable/plasma/&oxygen-fonts-version;/oxygen-fonts-&oxygen-fonts-version;.tar.xz">
8 <!ENTITY oxygen-fonts-download-ftp " ">
9 <!ENTITY oxygen-fonts-md5sum "8d8ab61a65642a18a40de9f3945ce584">
10 <!ENTITY oxygen-fonts-size "160 KB">
11 <!ENTITY oxygen-fonts-buildsize "1.3 MB">
12 <!ENTITY oxygen-fonts-time "less than 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 <date>$Date$</date>
20 </sect1info>
21
22 <title>Oxygen-fonts-&oxygen-fonts-version;</title>
23
24 <indexterm zone="oxygen-fonts">
25 <primary sortas="a-oxygen-fonts">oxygen-fonts</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Oxygen Fonts</title>
30
31 <para>
32 The <application>oxygen-fonts</application> package is a set of fonts
33 used by KF5.
34 </para>
35
36 &lfs7a_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&oxygen-fonts-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&oxygen-fonts-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &oxygen-fonts-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &oxygen-fonts-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &oxygen-fonts-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &oxygen-fonts-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Oxygen Fonts Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="cmake"/>, and <xref linkend="fontforge"/>
77 </para>
78
79 <para condition="html" role="usernotes">
80 User Notes: <ulink url="&blfs-wiki;/oxygen-fonts"/>
81 </para>
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Oxygen Fonts</title>
86
87 <para>
88 Install the <application>Oxygen Fonts</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>mkdir build &amp;&amp;
93cd build &amp;&amp;
94
95cmake -DCMAKE_INSTALL_PREFIX=/usr \
96 -DCMAKE_INSTALL_LIBDIR=lib ..</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>
120 None
121 </seg>
122 <seg>
123 None
124 </seg>
125 <seg>
126 /usr/share/fonts/truetype/oxygen
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.