diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-27 02:43:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-27 02:43:47 +0000 |
commit | bafa318886a5f8e9a7f34b3cadb1acab80d6cb29 (patch) | |
tree | eb04e3469de201560aeaaca345a4f16db77ac68d /chapter06/intltool.xml | |
parent | 9c6887dc792d1d34f945034042232c31e689a003 (diff) |
Added expat-2.1.0.
Added gperf-3.0.4.
Added intltool-0.50.2.
Added XML::Parser-2.42_01.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/intltool.xml')
-rw-r--r-- | chapter06/intltool.xml | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/chapter06/intltool.xml b/chapter06/intltool.xml new file mode 100644 index 000000000..4eea82d0b --- /dev/null +++ b/chapter06/intltool.xml @@ -0,0 +1,137 @@ +<?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; +]> + +<sect1 id="ch-system-intltool" role="wrap"> + <?dbhtml filename="intltool.html"?> + + <sect1info condition="script"> + <productname>intltool</productname> + <productnumber>&intltool-version;</productnumber> + <address>&intltool-url;</address> + </sect1info> + + <title>Intltool-&intltool-version;</title> + + <indexterm zone="ch-system-intltool"> + <primary sortas="a-Intltool">Intltool</primary> + </indexterm> + + <sect2 role="package"> + <title/> + + <para>The Intltool is an internationalization tool used for extracting + translatable strings from source files.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&intltool-ch6-sbu;</seg> + <seg>&intltool-ch6-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Intltool</title> + + <para>Prepare Intltool for compilation:</para> + +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> + + <para>Compile the package:</para> + +<screen><userinput remap="make">make</userinput></screen> + + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> + + <para>Install the package:</para> + +<screen><userinput remap="install">make install +install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput></screen> + + </sect2> + + <sect2 id="contents-intltool" role="content"> + <title>Contents of Intltool</title> + + <segmentedlist> + <segtitle>Installed program</segtitle> + <segtitle>Installed directories</segtitle> + + <seglistitem> + <seg>intltool-extract, intltool-merge, intltool-prepare, + intltool-update, and intltoolize</seg> + <seg>/usr/share/doc/intltool-&intltool-version;, + /usr/share/intltool</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="intltoolize"> + <term><command>intltoolize</command></term> + <listitem> + <para>Prepares a package to use intltool.</para> + <indexterm zone="ch-system-intltool intltoolize"> + <primary sortas="b-intltoolize">intltoolize</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="intltool-extract"> + <term><command>intltool-extract</command></term> + <listitem> + <para>Generates header files that can be read by <command>gettext</command>.</para> + <indexterm zone="ch-system-intltool intltool-extract"> + <primary sortas="b-intltool-extract">intltool-extract</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="intltool-merge"> + <term><command>intltool-merge</command></term> + <listitem> + <para>Merges translated strings into various file types.</para> + <indexterm zone="ch-system-intltool intltool-merge"> + <primary sortas="b-intltool-merge">intltool-merge</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="intltool-prepare"> + <term><command>intltool-prepare</command></term> + <listitem> + <para>Updates pot files and merges them with translation files.</para> + <indexterm zone="ch-system-intltool intltool-prepare"> + <primary sortas="b-intltool-prepare">intltool-prepare</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="intltool-update"> + <term><command>intltool-update</command></term> + <listitem> + <para>Updates the po template files and merges them with the translations.</para> + <indexterm zone="ch-system-intltool intltool-update"> + <primary sortas="b-intltool-update">intltool-update</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> |