Ignore:
Timestamp:
04/18/2005 02:45:12 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.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:
fe59aef
Parents:
72bf8fd
Message:

Updated to intltool-0.33

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/intltool.xml

    r72bf8fd rb7f8a76  
    55  %general-entities;
    66
    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">
     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-md5sum "7d3b6d421b0fb9beee7faf97daab45e6">
     10<!ENTITY intltool-size "126 KB">
     11<!ENTITY intltool-buildsize "1.5 MB">
     12<!ENTITY intltool-time "less than 0.1 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="intltool.html"?>
    2121<title>intltool-&intltool-version;</title>
     22<indexterm zone="intltool">
     23<primary sortas="a-Intltool">Intltool</primary></indexterm>
    2224
    2325<sect2>
     
    6163
    6264<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    63 make &amp;&amp;
    64 make install</command></userinput></screen>
     65make</command></userinput></screen>
     66
     67<para>Now, as the root user:</para>
     68
     69<screen><userinput role='root'><command>make install</command></userinput></screen>
    6570
    6671</sect2>
     
    6974<title>Contents</title>
    7075
    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>
     76<segmentedlist>
     77<segtitle>Installed Programs</segtitle>
     78<segtitle>Installed Libraries</segtitle>
     79<segtitle>Installed Directory</segtitle>
    7780
    78 </sect2>
     81<seglistitem>
     82<seg>intltoolize, intltool-extract, intltool-merge, intltool-prepare and
     83intltool-update</seg>
     84<seg>None</seg>
     85<seg>/usr/share/intltool</seg>
     86</seglistitem>
     87</segmentedlist>
    7988
    80 <sect2><title>Description</title>
     89<variablelist>
     90<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     91<?dbfo list-presentation="list"?>
    8192
    82 <sect3><title>intltoolize</title>
    83 <para><command>intltoolize</command> prepares a package to use
    84 <application>intltool</application>.</para></sect3>
     93<varlistentry id="intltoolize">
     94<term><command>intltoolize</command></term>
     95<listitem><para>prepares a package to use
     96<application>intltool</application>.</para>
     97<indexterm zone="intltool intltoolize">
     98<primary sortas="b-intltoolize">intltoolize</primary>
     99</indexterm></listitem>
     100</varlistentry>
    85101
    86 <sect3><title>intltool-update</title>
    87 <para><command>intltool-update</command> updates the <filename>po</filename>
    88 template files and merges them with the translations.</para></sect3>
     102<varlistentry id="intltool-extract">
     103<term><command>intltool-extract</command></term>
     104<listitem><para>generates header files that can be read by
     105<command>gettext</command>.</para>
     106<indexterm zone="intltool intltool-extract">
     107<primary sortas="b-intltool-extract">intltool-extract</primary>
     108</indexterm></listitem>
     109</varlistentry>
    89110
    90 <sect3><title>intltool-extract</title>
    91 <para><command>intltool-extract</command> generates header files that can be
    92 read by <command>gettext</command>.</para></sect3>
     111<varlistentry id="intltool-merge">
     112<term><command>intltool-merge</command></term>
     113<listitem><para> merges translated strings into various file types.</para>
     114<indexterm zone="intltool intltool-merge">
     115<primary sortas="b-intltool-merge">intltool-merge</primary>
     116</indexterm></listitem>
     117</varlistentry>
    93118
    94 <sect3><title>intltool-merge</title>
    95 <para><command>intltool-merge</command> merges translated strings into various
    96 file types.</para></sect3>
     119<varlistentry id="intltool-prepare">
     120<term><command>intltool-prepare</command></term>
     121<listitem><para>updates pot files and merges them with translation
     122files.</para>
     123<indexterm zone="intltool intltool-prepare">
     124<primary sortas="b-intltool-prepare">intltool-prepare</primary>
     125</indexterm></listitem>
     126</varlistentry>
    97127
    98 <sect3><title>intltool-prepare</title>
    99 <para><command>intltool-prepare</command> updates pot files and merges them
    100 with translation files.</para></sect3>
     128<varlistentry id="intltool-update">
     129<term><command>intltool-update</command></term>
     130<listitem><para>updates the <filename>po</filename> template files and merges
     131them with the translations.</para>
     132<indexterm zone="intltool intltool-update">
     133<primary sortas="b-intltool-update">intltool-update</primary>
     134</indexterm></listitem>
     135</varlistentry>
     136</variablelist>
    101137
    102138</sect2>
Note: See TracChangeset for help on using the changeset viewer.