source: gnome/applications/gucharmap.xml@ 4c24eb0a

10.1 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 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 6.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/12.0/gucharmap-&gucharmap-version;.tar.xz">
9 <!ENTITY gucharmap-download-ftp
10 "&gnome-download-ftp;/gucharmap/12.0/gucharmap-&gucharmap-version;.tar.xz">
11 <!ENTITY gucharmap-md5sum "0c34aa29657a41712d011d939c5bc85e">
12 <!ENTITY gucharmap-size "1.6 MB">
13 <!ENTITY gucharmap-buildsize "56 MB">
14 <!ENTITY gucharmap-time "0.4 SBU (with a fast internet connection)">
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 &lfs10_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="desktop-file-utils"/>,
83 <xref linkend="gtk3"/>,
84 <xref linkend="itstool"/>,
85 <xref linkend="unzip"/>, and
86 <xref linkend="wget"/> (used to download data from unicode.org)
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="gobject-introspection"/> and
92 <xref linkend="vala"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97<!-- <phrase revision="systemd"><xref linkend="appstream-glib"/> and </phrase> -->
98 <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
99 <xref linkend="gtk-doc"/>
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/gucharmap"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Gucharmap</title>
109
110 <para>
111 Install <application>Gucharmap</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>LIBS="-ldl" \
116./configure --prefix=/usr \
117 --enable-vala \
118 --with-unicode-data=download &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package&apos;s testsuite is only intended to be used by the
123 maintainer to check the i18n help files.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137<!-- Needed in Gucharmap 10.0.4: should be fixed in subsequent versions -->
138 <para>
139 <command>LIBS="-ldl" ...</command>: Allows linking some system libraries.
140 This is currently broken in version 10.0.4.
141 </para>
142
143 <para>
144 <parameter>--with-unicode-data=download</parameter>: This switch forces
145 the build process to download the <application>Unicode</application> data
146 instead of trying to look for it locally.
147 </para>
148
149 <para>
150 <parameter>--enable-vala</parameter>: This switch enables building of the
151 <application>Vala</application> bindings (auto-detection of
152 <command>vapigen</command> is currently broken). Remove if you don't
153 have <xref linkend="vala"/> installed.
154 </para>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/gtk-doc-rebuild.xml"/>
158
159 </sect2>
160
161 <sect2 role="content">
162 <title>Contents</title>
163
164 <segmentedlist>
165 <segtitle>Installed Program</segtitle>
166 <segtitle>Installed Library</segtitle>
167 <segtitle>Installed Directories</segtitle>
168
169 <seglistitem>
170 <seg>
171 charmap, gnome-character-map (both symlinks), and gucharmap
172 </seg>
173 <seg>
174 libgucharmap_2_90.so
175 </seg>
176 <seg>
177 /usr/include/gucharmap-2.90 and
178 /usr/share/help/*/gucharmap
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="gucharmap-prog">
189 <term><command>gucharmap</command></term>
190 <listitem>
191 <para>
192 is a Unicode character map and font viewer
193 </para>
194 <indexterm zone="gucharmap gucharmap-prog">
195 <primary sortas="b-gucharmap">gucharmap</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libgucharmap_2_90">
201 <term><filename class="libraryfile">libgucharmap_2_90.so</filename></term>
202 <listitem>
203 <para>
204 contains the <application>Gucharmap</application> API functions
205 </para>
206 <indexterm zone="gucharmap libgucharmap_2_90">
207 <primary sortas="c-libgucharmap_2_90">libgucharmap_2_90.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.