glfs/gnome/applications/gucharmap.xml
Bruce Dubbs a8e3f80830 Update GNOME Applications to version 3.20.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17180 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-03-29 02:46:44 +00:00

197 lines
5.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gucharmap-download-http
"&gnome-download-http;/gucharmap/&gnome-minor-20;/gucharmap-&gucharmap-version;.tar.xz">
<!ENTITY gucharmap-download-ftp
"&gnome-download-ftp;/gucharmap/&gnome-minor-20;/gucharmap-&gucharmap-version;.tar.xz">
<!ENTITY gucharmap-md5sum "664c2cdb0b80f0968776a46fb75e2ed5">
<!ENTITY gucharmap-size "980 KB">
<!ENTITY gucharmap-buildsize "43 MB">
<!ENTITY gucharmap-time "0.3 SBU">
]>
<sect1 id="gucharmap" xreflabel="Gucharmap-&gucharmap-version;">
<?dbhtml filename="gucharmap.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Gucharmap-&gucharmap-version;</title>
<indexterm zone="gucharmap">
<primary sortas="a-Gucharmap">Gucharmap</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Gucharmap</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>
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<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>
<listitem>
<para>
Download MD5 sum: &gucharmap-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gucharmap-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gucharmap-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gucharmap-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Gucharmap Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="desktop-file-utils"/>,
<xref linkend="gtk3"/> and
<xref linkend="itstool"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/> and
<xref linkend="vala"/> (compilation with <application>vala</application>
is currently broken)
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gucharmap"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Gucharmap</title>
<para>
Install <application>Gucharmap</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --enable-vala &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>--enable-vala</option>: This switch enables
building of the Vala bindings. Remove if you don't have
<xref linkend="vala"/> installed.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
charmap, gnome-character-map (both symlinks), and gucharmap
</seg>
<seg>
libgucharmap_2_90.so
</seg>
<seg>
/usr/include/gucharmap-2.90 and
/usr/share/help/*/gucharmap
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gucharmap-prog">
<term><command>gucharmap</command></term>
<listitem>
<para>
is a Unicode character map and font viewer.
</para>
<indexterm zone="gucharmap gucharmap-prog">
<primary sortas="b-gucharmap">gucharmap</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgucharmap_2_90">
<term><filename class="libraryfile">libgucharmap_2_90.so</filename></term>
<listitem>
<para>
contains the <application>Gucharmap</application> API functions.
</para>
<indexterm zone="gucharmap libgucharmap_2_90">
<primary sortas="c-libgucharmap_2_90">libgucharmap_2_90.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>