Author: manuel Date: 2005-05-22 02:39:02 -0600 (Sun, 22 May 2005) New Revision: 4435
Modified: trunk/BOOK/gnome/add/gucharmap.xml Log: Tagged gucharmap.xml Modified: trunk/BOOK/gnome/add/gucharmap.xml =================================================================== --- trunk/BOOK/gnome/add/gucharmap.xml 2005-05-22 08:26:32 UTC (rev 4434) +++ trunk/BOOK/gnome/add/gucharmap.xml 2005-05-22 08:39:02 UTC (rev 4435) @@ -4,107 +4,134 @@ <!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"> -<!ENTITY gucharmap-md5sum "9003427becd6fae9b2df5ddf1a6c390b"> -<!ENTITY gucharmap-size "1.5 MB"> -<!ENTITY gucharmap-buildsize "25 MB"> -<!ENTITY gucharmap-time "0.2 SBU"> + <!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"> + <!ENTITY gucharmap-md5sum "9003427becd6fae9b2df5ddf1a6c390b"> + <!ENTITY gucharmap-size "1.5 MB"> + <!ENTITY gucharmap-buildsize "25 MB"> + <!ENTITY gucharmap-time "0.2 SBU"> ]> <sect1 id="gucharmap" xreflabel="gucharmap-&gucharmap-version;"> -<sect1info> -<othername>$LastChangedBy$</othername> -<date>$Date$</date> -</sect1info> -<?dbhtml filename="gucharmap.html"?> -<title>gucharmap-&gucharmap-version;</title> + <?dbhtml filename="gucharmap.html"?> -<sect2> -<title>Introduction to <application>gucharmap</application></title> + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> -<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> + <title>gucharmap-&gucharmap-version;</title> -<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> -<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> -</sect3> + <indexterm zone="gucharmap"> + <primary sortas="a-gucharmap">gucharmap</primary> + </indexterm> -<sect3><title><application>gucharmap</application> dependencies</title> -<sect4><title>Required</title> -<para><xref linkend="intltool"/> and <xref linkend="gtk2"/></para> -</sect4> + <sect2 role="package"> + <title>Introduction to gucharmap</title> -<sect4><title>Optional</title> -<para><xref linkend="libgnomeui"/> and <xref linkend="scrollkeeper"/></para> -</sect4> -</sect3> + <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> -</sect2> + <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> -<sect2> -<title>Installation of <application>gucharmap</application></title> + <bridgehead renderas="sect3">gucharmap Dependencies</bridgehead> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <bridgehead renderas="sect4">Required</bridgehead> + <para><xref linkend="intltool"/> and <xref linkend="gtk2"/></para> -<para>Install <application>gucharmap</application> by running the following -commands:</para> + <bridgehead renderas="sect4">Optional</bridgehead> + <para><xref linkend="libgnomeui"/> and <xref linkend="scrollkeeper"/></para> -<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ + </sect2> + + <sect2 role="installation"> + <title>Installation of gucharmap</title> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../without-gnome.xml"/> + + <para>Install <application>gucharmap</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --localstatedir=/var/lib && -make</command></userinput></screen> +make</userinput></screen> -<para>This package does not come with a test suite.</para> + <para>This package does not come with a test suite.</para> -<para>Now, as the root user:</para> + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -<screen><userinput role='root'><command>make install</command></userinput></screen> +<screen role="root"><userinput>make install</userinput></screen> -</sect2> + </sect2> -<sect2> -<title>Command explanations</title> + <sect2 role="commands"> + <title>Command Explanations</title> -<para><parameter>--localstatedir=/var/lib</parameter>: This switch -puts <application>ScrollKeeper</application> files in -<filename class="directory">/var/lib/scrollkeeper</filename> instead of -<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para> + <para><parameter>--localstatedir=/var/lib</parameter>: This switch + puts <application>ScrollKeeper</application> files in + <filename class="directory">/var/lib/scrollkeeper</filename> instead of + <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para> -</sect2> + </sect2> -<sect2> -<title>Contents</title> + <sect2 role="content"> + <title>Contents</title> -<para>The <application>gucharmap</application> package contains -<command>charmap</command>, -<command>gnome-character-map</command>, -<command>gucharmap</command> and -<filename class="libraryfile">libgucharmap.so</filename>. -</para> + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directories</segtitle> -</sect2> + <seglistitem> + <seg>charmap, gnome-character-map, and gucharmap</seg> + <seg>libgucharmap.so</seg> + <seg>$GNOME_PREFIX/include/gucharmap, + $GNOME_PREFIX/share/gnome/help/gucharmap, and + $GNOME_PREFIX/share/omf/gucharmap</seg> + </seglistitem> + </segmentedlist> -<sect2><title>Description</title> + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> -<sect3><title>gucharmap</title> -<para><command>gucharmap</command> is a Unicode character map and font -viewer.</para></sect3> + <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> -</sect2> + </variablelist> + </sect2> + </sect1> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
