source: archive/gnome/cantarell-fonts.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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 cantarell-fonts-download-http
8 "&gnome-download-http;/cantarell-fonts/0.0/cantarell-fonts-&cantarell-fonts-version;.tar.xz">
9 <!ENTITY cantarell-fonts-download-ftp
10 "&gnome-download-ftp;/cantarell-fonts/0.0/cantarell-fonts-&cantarell-fonts-version;.tar.xz">
11 <!ENTITY cantarell-fonts-md5sum "606275190e4c1927ce4b4cfdb55363a2">
12 <!ENTITY cantarell-fonts-size "308 KB">
13 <!ENTITY cantarell-fonts-buildsize "1.4 MB">
14 <!ENTITY cantarell-fonts-time "less than 0.1 SBU">
15]>
16
17<sect1 id="cantarell-fonts" xreflabel="cantarell-fonts-&cantarell-fonts-version;">
18 <?dbhtml filename="cantarell-fonts.html"?>
19
20
21 <title>cantarell-fonts-&cantarell-fonts-version;</title>
22
23 <indexterm zone="cantarell-fonts">
24 <primary sortas="a-cantarell-fonts">cantarell-fonts</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Cantarell Fonts</title>
29
30 <para>
31 The <application>Cantarell</application> typeface family is
32 a contemporary Humanist sans serif, and is used by the GNOME
33 project for its user interface.
34 </para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&cantarell-fonts-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&cantarell-fonts-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &cantarell-fonts-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &cantarell-fonts-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &cantarell-fonts-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &cantarell-fonts-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Cantarell Fonts Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="fontconfig"/> and
77 <xref linkend="pkgconfig"/>
78 </para>
79
80 <para condition="html" role="usernotes">
81 User Notes: <ulink url="&blfs-wiki;/cantarell-fonts"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Cantarell Fonts</title>
87
88 <para>
89 Install <application>Cantarell Fonts</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>./configure --prefix=/usr &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Directory</segtitle>
112
113 <seglistitem>
114 <seg>
115 /usr/share/fonts/cantarell
116 </seg>
117 </seglistitem>
118 </segmentedlist>
119
120 </sect2>
121
122</sect1>
Note: See TracBrowser for help on using the repository browser.