glfs/gnome/applications/gucharmap.xml
Fernando de Oliveira 20f09631c1 • Update to GNOME-3.18.2.
• Update to libpng-1.6.19.
• Update to ffmpeg-2.8.2.
• FFmpeg-2.8.1 does not build with libvpx-1.5.0. same holds for 2.8.2
• xinit: Nothing has to be anything less yet "nodump".
• libreoffice: reinstate what should not have been deleted and include
  verbose, because I like.
• LXQt pre-install instructions: I do want extra lines here, although
  who modified implied that they were so bad instructions and he was
  only trying to improve.
• openjdk: as agreed but not done, make test suite optional.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16661 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-11-15 22:34:56 +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-18;/gucharmap-&gucharmap-version;.tar.xz">
<!ENTITY gucharmap-download-ftp
"&gnome-download-ftp;/gucharmap/&gnome-minor-18;/gucharmap-&gucharmap-version;.tar.xz">
<!ENTITY gucharmap-md5sum "79670f9b8c9a4888f4ea439fd2e8c589">
<!ENTITY gucharmap-size "2 MB">
<!ENTITY gucharmap-buildsize "43 MB">
<!ENTITY gucharmap-time "0.2 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>
&lfs78_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>