source: gnome/applications/gucharmap.xml@ 16aa286

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 16aa286 was 16aa286, checked in by Krejzi <krejzi@…>, 12 years ago

Last (hopefully) of GNOME 3.6.1 updates. GNOME Applications, gnome-themes-standard, gmime, libgee, farstream updates.

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

  • Property mode set to 100644
File size: 5.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 gucharmap-download-http
8 "&gnome-download-http;/gucharmap/3.6/gucharmap-&gucharmap-version;.tar.xz">
9 <!ENTITY gucharmap-download-ftp
10 "&gnome-download-ftp;/gucharmap/3.6/gucharmap-&gucharmap-version;.tar.xz">
11 <!ENTITY gucharmap-md5sum "89d9042cd3ec011c61958dcd9e45e968">
12 <!ENTITY gucharmap-size "1.9 MB">
13 <!ENTITY gucharmap-buildsize "40 MB">
14 <!ENTITY gucharmap-time "0.2 SBU">
15]>
16
17<sect1 id="gucharmap" xreflabel="Gucharmap-&gucharmap-version;">
18 <?dbhtml filename="gucharmap.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Gucharmap-&gucharmap-version;</title>
26
27 <indexterm zone="gucharmap">
28 <primary sortas="a-Gucharmap">Gucharmap</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Gucharmap</title>
33
34 <para>
35 <application>Gucharmap</application> is a Unicode character map and
36 font viewer. It allows you to browse through all the available Unicode
37 characters and categories for the installed fonts, and to examine their
38 detailed properties. It is an easy way to find the character you might
39 only know by its Unicode name or code point.
40 </para>
41
42 &lfs72_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&gucharmap-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&gucharmap-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &gucharmap-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &gucharmap-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &gucharmap-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &gucharmap-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Gucharmap Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="gtk3"/> and
83 <xref linkend="yelp-xsl"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/> and
89 <xref linkend="vala"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="gtk-doc"/>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gucharmap"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Gucharmap</title>
104
105 <para>
106 Install <application>Gucharmap</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr --enable-vala &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <option>--enable-vala</option>: This switch enables
130 building of the Vala bindings. Remove if you don't have
131 <xref linkend="vala"/> installed.
132 </para>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/gtk-doc-rebuild.xml"/>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Program</segtitle>
144 <segtitle>Installed Library</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 gucharmap
150 </seg>
151 <seg>
152 libgucharmap_2_90.so
153 </seg>
154 <seg>
155 /usr/include/gucharmap-2.90 and
156 /usr/share/help/*/gucharmap
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="gucharmap-prog">
167 <term><command>gucharmap</command></term>
168 <listitem>
169 <para>
170 is a Unicode character map and font viewer.
171 </para>
172 <indexterm zone="gucharmap gucharmap-prog">
173 <primary sortas="b-gucharmap">gucharmap</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libgucharmap_2_90">
179 <term><filename class="libraryfile">libgucharmap_2_90.so</filename></term>
180 <listitem>
181 <para>
182 contains the <application>Gucharmap</application> API functions.
183 </para>
184 <indexterm zone="gucharmap libgucharmap_2_90">
185 <primary sortas="c-libgucharmap_2_90">libgucharmap_2_90.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.