Changeset cf3ab518 for general


Ignore:
Timestamp:
11/07/2004 03:41:33 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4ba9842
Parents:
f1e61413
Message:

Updated intltool to 0.32.1 and moved the instructions to Chapter 10 - General Utilities; added expat as a dependency of the XML::Parser Perl Module

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2904 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genutils/genutils.xml

    rf1e61413 rcf3ab518  
    1616<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hd2u.xml"/>
    1717<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gtk-doc.xml"/>
     18<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="intltool.xml"/>
    1819<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="screen.xml"/>
    1920<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tidy.xml"/>
  • general/genutils/intltool.xml

    rf1e61413 rcf3ab518  
    55  %general-entities;
    66
    7 <!ENTITY intltool-download-http "http://ftp.gnome.org/pub/GNOME/sources/intltool/&intltool-version;/intltool-&intltool-version;.tar.bz2">
    8 <!ENTITY intltool-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/intltool/&intltool-version;/intltool-&intltool-version;.tar.bz2">
    9 <!ENTITY intltool-size "112 KB">
    10 <!ENTITY intltool-buildsize "1010 KB">
    11 <!ENTITY intltool-time "0.00 SBU">
    12 
     7<!ENTITY intltool-download-http "http://ftp.gnome.org/pub/GNOME/sources/intltool/0.32/intltool-&intltool-version;.tar.bz2">
     8<!ENTITY intltool-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/intltool/0.32/intltool-&intltool-version;.tar.bz2">
     9<!ENTITY intltool-md5sum "b829f3d426c6a68e09196b95ba7ffa3b">
     10<!ENTITY intltool-size "125 KB">
     11<!ENTITY intltool-buildsize "1.6 MB">
     12<!ENTITY intltool-time "0.01 SBU">
    1313]>
    1414
     
    2424<title>Introduction to <application>intltool</application></title>
    2525
    26 <para>The intltool package contains an internationalization tool. This
    27 is useful for extracting translatable strings from source files,
    28 collecting the extracted strings with messages from traditional source
    29 files (<filename class="directory">&lt;source
    30 directory&gt;/&lt;package&gt;/po</filename>)
    31 and merging the translations into <filename>XML</filename>,
    32 <filename>.desktop</filename> and <filename>OAF</filename>
    33 files.</para>
     26<para>The <application>intltool</application> package contains an
     27internationalization tool. This is useful for extracting translatable strings
     28from source files, collecting the extracted strings with messages from
     29traditional source files (<filename class="directory">&lt;source
     30directory&gt;/&lt;package&gt;/po</filename>) and merging the translations into
     31<filename>.xml</filename>, <filename>.desktop</filename> and
     32<filename>.oaf</filename> files.</para>
    3433
    3534<sect3><title>Package information</title>
     
    3938<listitem><para>Download (FTP): <ulink
    4039url="&intltool-download-ftp;"/></para></listitem>
     40<listitem><para>MD5 sum: &intltool-md5sum;</para></listitem>
    4141<listitem><para>Download size: &intltool-size;</para></listitem>
    4242<listitem><para>Estimated Disk space required:
     
    4646</sect3>
    4747
     48<sect3><title><application>intltool</application> dependencies</title>
     49<sect4><title>Required</title>
     50<para><xref linkend="perl-modules"/>: XML-Parser</para>
     51</sect4>
     52</sect3>
     53
    4854</sect2>
    4955
     
    5157<title>Installation of <application>intltool</application></title>
    5258
    53 <para>Install <application>intltool</application> by running the following commands:</para>
     59<para>Install <application>intltool</application> by running the following
     60commands:</para>
    5461
    5562<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    6269<title>Contents</title>
    6370
    64 <para>The <application>intltool</application> package contains
    65 <command>intltoolize</command>,
    66 <command>intltool-update</command>,
    67 <command>intltool-extract</command>,
    68 <command>intltool-merge</command>,
    69 <command>intltool-prepare</command> and
    70 <command>xml-i18n-toolize</command>.
    71 </para>
     71<para>The <application>intltool</application> package contains
     72<command>intltoolize</command>,
     73<command>intltool-update</command>,
     74<command>intltool-extract</command>,
     75<command>intltool-merge</command> and
     76<command>intltool-prepare</command>.</para>
    7277
    7378</sect2>
     
    7681
    7782<sect3><title>intltoolize</title>
    78 <para><command>intltoolize</command> prepares a package to use intltool.</para></sect3>
     83<para><command>intltoolize</command> prepares a package to use
     84<application>intltool</application>.</para></sect3>
    7985
    8086<sect3><title>intltool-update</title>
    81 <para><command>intltool-update</command> updates the <filename>po</filename> template files
    82 and merges them with the translations.</para></sect3>
     87<para><command>intltool-update</command> updates the <filename>po</filename>
     88template files and merges them with the translations.</para></sect3>
    8389
    8490<sect3><title>intltool-extract</title>
    85 <para><command>intltool-extract</command> generates header files that can be read by
    86 <command>gettext</command>.</para></sect3>
     91<para><command>intltool-extract</command> generates header files that can be
     92read by <command>gettext</command>.</para></sect3>
    8793
    8894<sect3><title>intltool-merge</title>
    89 <para><command>intltool-merge</command> merges translated strings into various file
    90 types.</para></sect3>
     95<para><command>intltool-merge</command> merges translated strings into various
     96file types.</para></sect3>
    9197
    9298<sect3><title>intltool-prepare</title>
    93 <para><command>intltool-prepare</command> updates pot files and merges them with
    94 translation files.</para></sect3>
     99<para><command>intltool-prepare</command> updates pot files and merges them
     100with translation files.</para></sect3>
    95101
    96102</sect2>
  • general/prog/perl-modules.xml

    rf1e61413 rcf3ab518  
    5555
    5656<listitem><para><ulink
    57 url="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink>
    58 </para></listitem>
     57url="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink></para><itemizedlist spacing='compact'>
     58
     59<listitem><para><xref linkend="expat"/></para></listitem></itemizedlist>
     60</listitem>
    5961
    6062<listitem><para><xref linkend="GTK"/></para>
Note: See TracChangeset for help on using the changeset viewer.