Changeset 32d1cbf


Ignore:
Timestamp:
07/18/2003 01:34:47 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6992ce7
Parents:
ece4f89
Message:

update to intltool-0.26

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/lib/intltool/intltool-desc.xml

    rece4f89 r32d1cbf  
    22<title>Contents</title>
    33
    4 <para>The intltool package contains <userinput>intltoolize</userinput>,
    5 <userinput>intltool-update</userinput>,
    6 <userinput>intltool-extract</userinput>,
    7 <userinput>intltool-merge</userinput>,
    8 <userinput>intltool-prepare</userinput> and
    9 <userinput>intltool-unicodify</userinput>.</para>
     4<para>The intltool package contains <command>intltoolize</command>,
     5<command>intltool-update</command>,
     6<command>intltool-extract</command>,
     7<command>intltool-merge</command>,
     8<command>intltool-prepare</command> and
     9<command>intltool-unicodify</command>.</para>
    1010
    1111</sect2>
     
    1414
    1515<sect3><title>intltoolize</title>
    16 <para>intltoolize prepares a package to use intltool.</para></sect3>
     16<para><command>intltoolize</command> prepares a package to use intltool.</para></sect3>
    1717
    1818<sect3><title>intltool-update</title>
    19 <para>intltool-update updates the <filename>po</filename> template files
     19<para><command>intltool-update</command> updates the <filename>po</filename> template files
    2020and merges them with the translations.</para></sect3>
    2121
    2222<sect3><title>intltool-extract</title>
    23 <para>intltool-extract generates header files that can be read by
     23<para><command>intltool-extract</command> generates header files that can be read by
    2424gettext.</para></sect3>
    2525
    2626<sect3><title>intltool-merge</title>
    27 <para>intltool-merge merges translated strings into various file
     27<para><command>intltool-merge</command> merges translated strings into various file
    2828types.</para></sect3>
    2929
    3030<sect3><title>intltool-prepare</title>
    31 <para>intltool-prepare updates pot files and merges them with
     31<para><command>intltool-prepare</command> updates pot files and merges them with
    3232translation files.</para></sect3>
    3333
    3434<sect3><title>intltool-unicodify</title>
    35 <para>intltool-unicodify is the i18n unicode encoding
     35<para><command>intltool-unicodify</command> is the i18n unicode encoding
    3636utility.</para></sect3>
    3737
  • gnome/lib/intltool/intltool-inst.xml

    rece4f89 r32d1cbf  
    11<sect2>
    2 <title>Installation of intltool</title>
     2<title>Installation of <application>intltool</application></title>
    33
    4 <para>Install intltool by running the following commands:</para>
     4<para>Install <application>intltool</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
     6<para><screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen></para>
    99
    1010</sect2>
  • gnome/lib/intltool/intltool-intro.xml

    rece4f89 r32d1cbf  
    11<sect2>
    2 <title>Introduction to intltool</title>
    3 
    4 <screen>Download location (HTTP):       <ulink url="&intltool-download-http;"/>
    5 Download location (FTP):        <ulink url="&intltool-download-ftp;"/>
    6 Version used:                   &intltool-version;
    7 Package size:                   &intltool-size;
    8 Estimated Disk space required:  &intltool-buildsize;</screen>
     2<title>Introduction to <application>intltool</application></title>
    93
    104<para>The intltool package contains an internationalization tool. This
    115is useful for extracting translatable strings from source files,
    126collects the extracted strings with messages from traditional source
    13 files (<filename class="directory">&lt;source directory&gt;/&lt;package&gt;/po</filename>)
    14 and merging the translations into <filename>.xml</filename>, <filename>.desktop</filename> and <filename>.oaf</filename> files.</para>
     7files (<filename class="directory">&lt;source
     8directory&gt;/&lt;package&gt;/po</filename>)
     9and merging the translations into <filename>.xml</filename>,
     10<filename>.desktop</filename> and <filename>.oaf</filename>
     11files.</para>
     12
     13<sect3><title>Package information</title>
     14<itemizedlist spacing='compact'>
     15<listitem><para>Download (HTTP): <ulink
     16url="&intltool-download-http;"/></para></listitem>
     17<listitem><para>Download (FTP): <ulink
     18url="&intltool-download-ftp;"/></para></listitem>
     19<listitem><para>Download size: &intltool-size;</para></listitem>
     20<listitem><para>Estimated Disk space required:
     21&intltool-buildsize;</para></listitem>
     22<listitem><para>Estimated build time:
     23&intltool-time;</para></listitem></itemizedlist>
     24</sect3>
    1525
    1626
  • gnome/lib/intltool/intltool.ent

    rece4f89 r32d1cbf  
    55<!ENTITY intltool-desc SYSTEM "intltool-desc.xml">
    66<!ENTITY intltool-config SYSTEM "intltool-config.xml">
    7 <!ENTITY intltool-buildsize "952 KB">
    8 <!ENTITY intltool-version "0.25">
    9 <!ENTITY intltool-download-http "http://ftp.gnome.org/pub/GNOME/sources/intltool/0.25/intltool-0.25.tar.bz2">
    10 <!ENTITY intltool-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/intltool/0.25/intltool-0.25.tar.bz2">
    11 <!ENTITY intltool-size "100 KB">
     7<!ENTITY intltool-buildsize "968 KB">
     8<!ENTITY intltool-version "0.26">
     9<!ENTITY intltool-download-http "http://ftp.gnome.org/pub/GNOME/sources/intltool/0.26/intltool-0.26.tar.bz2">
     10<!ENTITY intltool-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/intltool/0.26/intltool-0.26.tar.bz2">
     11<!ENTITY intltool-size "104 KB">
    1212<!ENTITY intltool-time "0.01 SBU">
  • introduction/welcome/changelog.xml

    rece4f89 r32d1cbf  
    1212
    1313<listitem><para>July 17th, 2003 [larry]: gnome: update to
    14 linc-1.0.3, libIDL-0.8.2.</para></listitem>
     14linc-1.0.3, libIDL-0.8.2, intltool-0.26.</para></listitem>
    1515
    1616<listitem><para>July  7th, 2003 [larry]: server: updated to
Note: See TracChangeset for help on using the changeset viewer.