source: archive/gnome/cantarell-fonts.xml@ 48b59802

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