2004-06-15 08:20:58 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-15 08:20:58 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY gucharmap-download-http "http://ftp.gnome.org/pub/GNOME/sources/gucharmap/1.4/gucharmap-&gucharmap-version;.tar.bz2">
|
|
|
|
<!ENTITY gucharmap-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gucharmap/1.4/gucharmap-&gucharmap-version;.tar.bz2">
|
2005-05-12 13:12:43 +08:00
|
|
|
<!ENTITY gucharmap-md5sum "9003427becd6fae9b2df5ddf1a6c390b">
|
2004-06-15 08:20:58 +08:00
|
|
|
<!ENTITY gucharmap-size "1.5 MB">
|
2005-05-12 13:12:43 +08:00
|
|
|
<!ENTITY gucharmap-buildsize "25 MB">
|
|
|
|
<!ENTITY gucharmap-time "0.2 SBU">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2004-05-10 01:30:14 +08:00
|
|
|
<sect1 id="gucharmap" xreflabel="gucharmap-&gucharmap-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-10 01:30:14 +08:00
|
|
|
<?dbhtml filename="gucharmap.html"?>
|
|
|
|
<title>gucharmap-&gucharmap-version;</title>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>gucharmap</application></title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<application>gucharmap</application> is a Unicode character map and font
|
|
|
|
viewer. It allows you to browse through all the available Unicode
|
|
|
|
characters and categories for the installed fonts, and to examine their
|
|
|
|
detailed properties. It is an easy way to find the character you might
|
|
|
|
only know by its Unicode name or code point.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&gucharmap-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&gucharmap-download-ftp;"/></para></listitem>
|
2004-11-27 12:57:11 +08:00
|
|
|
<listitem><para>Download MD5 sum: &gucharmap-md5sum;</para></listitem>
|
2004-06-15 08:20:58 +08:00
|
|
|
<listitem><para>Download size: &gucharmap-size;</para></listitem>
|
2004-12-03 13:29:03 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-15 08:20:58 +08:00
|
|
|
&gucharmap-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&gucharmap-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
2004-11-27 12:57:11 +08:00
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect3><title><application>gucharmap</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2005-01-06 00:56:45 +08:00
|
|
|
<para><xref linkend="intltool"/> and <xref linkend="gtk2"/></para>
|
2004-11-27 12:57:11 +08:00
|
|
|
</sect4>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect4><title>Optional</title>
|
2004-11-27 12:57:11 +08:00
|
|
|
<para><xref linkend="libgnomeui"/> and <xref linkend="scrollkeeper"/></para>
|
|
|
|
</sect4>
|
2004-06-15 08:20:58 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>gucharmap</application></title>
|
|
|
|
|
2005-05-12 13:12:43 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/>
|
|
|
|
|
2004-11-27 12:57:11 +08:00
|
|
|
<para>Install <application>gucharmap</application> by running the following
|
|
|
|
commands:</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
2005-05-12 13:12:43 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
2004-11-27 12:57:11 +08:00
|
|
|
--localstatedir=/var/lib &&
|
2005-05-12 13:12:43 +08:00
|
|
|
make</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
2004-11-27 12:57:11 +08:00
|
|
|
puts <application>ScrollKeeper</application> files in
|
|
|
|
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<para>The <application>gucharmap</application> package contains
|
|
|
|
<command>charmap</command>,
|
|
|
|
<command>gnome-character-map</command>,
|
|
|
|
<command>gucharmap</command> and
|
2005-05-12 13:12:43 +08:00
|
|
|
<filename class="libraryfile">libgucharmap.so</filename>.
|
2004-06-15 08:20:58 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>gucharmap</title>
|
|
|
|
<para><command>gucharmap</command> is a Unicode character map and font
|
|
|
|
viewer.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2004-05-10 01:30:14 +08:00
|
|
|
|
|
|
|
</sect1>
|