source: kde/kf5/noto-fonts.xml@ be6cc20

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 be6cc20 was be6cc20, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to kf5-5.19.0.
Add Oxygen-fonts-5.4.3 and Noto Fonts in support of KF5.</para>

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17031 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.9 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 noto-fonts-download-http "https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip">
8 <!ENTITY noto-fonts-download-ftp " ">
9 <!ENTITY noto-fonts-md5sum "92e5af616ba8f5b420141a37c13b4d1c">
10 <!ENTITY noto-fonts-size "471 MB">
11 <!ENTITY noto-fonts-buildsize "582 MB">
12 <!ENTITY noto-fonts-time "less than 0.1 SBU">
13 <!ENTITY noto-alternate "https://github.com/googlei18n/noto-fonts/archive/v2015-09-29-license-adobe.tar.gz">
14]>
15
16<sect1 id="noto-fonts" xreflabel="noto-fonts">
17 <?dbhtml filename="noto-fonts.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy: bdubbs $</othername>
21 <date>$Date: 2016-01-13 21:27:51 -0600 (Wed, 13 Jan 2016) $</date>
22 </sect1info>
23
24 <title>Noto Fonts</title>
25
26 <indexterm zone="noto-fonts">
27 <primary sortas="a-noto-fonts">noto-fonts</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Noto Fonts</title>
32
33 <para>
34 The <application>noto-fonts</application> package is a set of fonts
35 used by KF5.
36 </para>
37
38 &lfs79_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&noto-fonts-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&noto-fonts-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &noto-fonts-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &noto-fonts-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &noto-fonts-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &noto-fonts-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <note><para>There is a smaller file that contains some of the most common
75 Noto fonts at <ulink url="&noto-alternate;">&noto-alternate;</ulink>
76 (19 MB). The installation procedures are similar to the instructions
77 below. Just copy the .ttf files in the tarball to a directory
78 in the /usr/share/fonts/ hierarchy.</para></note>
79
80
81 <bridgehead renderas="sect3">Noto Fonts Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="unzip"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/noto-fonts"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Noto Fonts</title>
95
96 <note><para>Unlike most other packages there is no need to unpack the compressed
97 noto package before installation.</para></note>
98
99
100 <para>
101 Install the <application>Noto Fonts</application> by running the following
102 commands as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen><userinput>install -d -m755 /usr/share/fonts/trutype/noto
106unzip Noto-hinted.zip -d /usr/share/fonts/trutetype/noto</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 None
125 </seg>
126 <seg>
127 None
128 </seg>
129 <seg>
130 /usr/share/fonts/truetype/noto
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.