source: gnome/applications/gucharmap.xml@ 92f5d53

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 92f5d53 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <date>$Date$</date>
22 </sect1info>
23
24 <title>Gucharmap-&gucharmap-version;</title>
25
26 <indexterm zone="gucharmap">
27 <primary sortas="a-Gucharmap">Gucharmap</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Gucharmap</title>
32
33 <para>
34 <application>Gucharmap</application> is a Unicode character map and
35 font viewer. It allows you to browse through all the available Unicode
36 characters and categories for the installed fonts, and to examine their
37 detailed properties. It is an easy way to find the character you might
38 only know by its Unicode name or code point.
39 </para>
40
41 &lfs101_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&gucharmap-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&gucharmap-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &gucharmap-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &gucharmap-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &gucharmap-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &gucharmap-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Gucharmap Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="desktop-file-utils"/>,
82 <xref linkend="gtk3"/>,
83 <xref linkend="itstool"/>,
84 <xref linkend="unzip"/>, and
85 <xref linkend="wget"/> (used to download data from unicode.org)
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gobject-introspection"/> and
91 <xref linkend="vala"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96<!-- <phrase revision="systemd"><xref linkend="appstream-glib"/> and </phrase> -->
97 <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
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>LIBS="-ldl" \
115./configure --prefix=/usr \
116 --enable-vala \
117 --with-unicode-data=download &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 This package&apos;s testsuite is only intended to be used by the
122 maintainer to check the i18n help files.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136<!-- Needed in Gucharmap 10.0.4: should be fixed in subsequent versions -->
137 <para>
138 <command>LIBS="-ldl" ...</command>: Allows linking some system libraries.
139 This is currently broken in version 10.0.4.
140 </para>
141
142 <para>
143 <parameter>--with-unicode-data=download</parameter>: This switch forces
144 the build process to download the <application>Unicode</application> data
145 instead of trying to look for it locally.
146 </para>
147
148 <para>
149 <parameter>--enable-vala</parameter>: This switch enables building of the
150 <application>Vala</application> bindings (auto-detection of
151 <command>vapigen</command> is currently broken). Remove if you don't
152 have <xref linkend="vala"/> installed.
153 </para>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/gtk-doc-rebuild.xml"/>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Program</segtitle>
165 <segtitle>Installed Library</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 charmap, gnome-character-map (both symlinks), and gucharmap
171 </seg>
172 <seg>
173 libgucharmap_2_90.so
174 </seg>
175 <seg>
176 /usr/include/gucharmap-2.90 and
177 /usr/share/help/*/gucharmap
178 </seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="gucharmap-prog">
188 <term><command>gucharmap</command></term>
189 <listitem>
190 <para>
191 is a Unicode character map and font viewer
192 </para>
193 <indexterm zone="gucharmap gucharmap-prog">
194 <primary sortas="b-gucharmap">gucharmap</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="libgucharmap_2_90">
200 <term><filename class="libraryfile">libgucharmap_2_90.so</filename></term>
201 <listitem>
202 <para>
203 contains the <application>Gucharmap</application> API functions
204 </para>
205 <indexterm zone="gucharmap libgucharmap_2_90">
206 <primary sortas="c-libgucharmap_2_90">libgucharmap_2_90.so</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 </variablelist>
212
213 </sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.