source: gnome/applications/gucharmap.xml@ 45bdabd

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

Update to gucharmap-9.0.2
Update to gnome-power-manager-3.22.2
Update to gnome-system-monitor-3.22.2

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

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