source: gnome/core/gucharmap.xml@ a07f939

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 a07f939 was a07f939, checked in by Ken Moffat <ken@…>, 12 years ago

gucharmap-3.2.2

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

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