source: gnome/applications/gucharmap.xml@ 827ba01c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 827ba01c was 827ba01c, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Archive appstream-glib
Armin will fix the currency script later.

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

  • Property mode set to 100644
File size: 6.2 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/10.0/gucharmap-&gucharmap-version;.tar.xz">
9 <!ENTITY gucharmap-download-ftp
10 "&gnome-download-ftp;/gucharmap/10.0/gucharmap-&gucharmap-version;.tar.xz">
11 <!ENTITY gucharmap-md5sum "1c54e1c522ba4ca8695e3119ada0eb53">
12 <!ENTITY gucharmap-size "1.0 MB">
13 <!ENTITY gucharmap-buildsize "44 MB">
14 <!ENTITY gucharmap-time "0.2 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 &lfs80_checked;
43 &gcc7_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&gucharmap-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&gucharmap-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &gucharmap-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &gucharmap-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &gucharmap-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &gucharmap-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Gucharmap Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="desktop-file-utils"/>,
84 <xref linkend="gtk3"/>,
85 <xref linkend="itstool"/>,
86 <xref linkend="unzip"/>, and
87 <xref linkend="wget"/> (used to download data from unicode.org)
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="gobject-introspection"/> and
93 <xref linkend="vala"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98<!-- <phrase revision="systemd"><xref linkend="appstream-glib"/> and </phrase> -->
99 <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
100 <xref linkend="gtk-doc"/>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/gucharmap"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of Gucharmap</title>
110
111 <para>
112 Install <application>Gucharmap</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr \
117 --enable-vala \
118 --with-unicode-data=download &amp;&amp;
119make</userinput></screen>
120
121 <para>This package&apos;s testsuite is only intended to be used by the
122 maintainer to check the i18n help files.</para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para>
136 <parameter>--with-unicode-data=download</parameter>: This switch forces
137 the build process to download the <application>Unicode</application> data
138 instead of trying to look for it locally.
139 </para>
140
141 <para>
142 <parameter>--enable-vala</parameter>: This switch enables building of the
143 <application>Vala</application> bindings (auto-detection of
144 <command>vapigen</command> is currently broken). Remove if you don't
145 have <xref linkend="vala"/> installed.
146 </para>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="../../xincludes/gtk-doc-rebuild.xml"/>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Program</segtitle>
158 <segtitle>Installed Library</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 charmap, gnome-character-map (both symlinks), and gucharmap
164 </seg>
165 <seg>
166 libgucharmap_2_90.so
167 </seg>
168 <seg>
169 /usr/include/gucharmap-2.90 and
170 /usr/share/help/*/gucharmap
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="gucharmap-prog">
181 <term><command>gucharmap</command></term>
182 <listitem>
183 <para>
184 is a Unicode character map and font viewer.
185 </para>
186 <indexterm zone="gucharmap gucharmap-prog">
187 <primary sortas="b-gucharmap">gucharmap</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="libgucharmap_2_90">
193 <term><filename class="libraryfile">libgucharmap_2_90.so</filename></term>
194 <listitem>
195 <para>
196 contains the <application>Gucharmap</application> API functions.
197 </para>
198 <indexterm zone="gucharmap libgucharmap_2_90">
199 <primary sortas="c-libgucharmap_2_90">libgucharmap_2_90.so</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.