source: general/genutils/intltool.xml@ 8aeb474

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since 8aeb474 was e1a9f414, checked in by Krejzi <krejzi@…>, 12 years ago

Mark some packages as 7.2 checked. Part 2 - General Utilities.

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

  • Property mode set to 100644
File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY intltool-download-http "http://launchpad.net/intltool/trunk/&intltool-version;/+download/intltool-&intltool-version;.tar.gz">
8 <!ENTITY intltool-download-ftp " ">
9 <!ENTITY intltool-md5sum "23fbd879118253cb99aeac067da5f591">
10 <!ENTITY intltool-size "188 KB">
11 <!ENTITY intltool-buildsize "1.4 MB">
12 <!ENTITY intltool-time "less than 0.1 SBU">
13]>
14
15<sect1 id="intltool" xreflabel="Intltool-&intltool-version;">
16 <?dbhtml filename="intltool.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Intltool-&intltool-version;</title>
24
25 <indexterm zone="intltool">
26 <primary sortas="a-Intltool">Intltool</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Intltool</title>
31
32 <para>
33 The <application>Intltool</application> is an internationalization
34 tool used for extracting translatable strings from source files,
35 collecting the extracted strings with messages from traditional
36 source files (<filename class="directory">&lt;source
37 directory&gt;/&lt;package&gt;/po</filename>) and merging the
38 translations into <filename>.xml</filename>,
39 <filename>.desktop</filename> and <filename>.oaf</filename> files.
40 </para>
41
42 &lfs72_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&intltool-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&intltool-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &intltool-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &intltool-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &intltool-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &intltool-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Intltool Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="perl-xml-parser"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/intltool"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Intltool</title>
92
93 <para>
94 Install <application>Intltool</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 To test the results, issue: <command>make check</command>.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install &amp;&amp;
110install -v -m644 -D doc/I18N-HOWTO \
111 /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 intltool-extract, intltool-merge, intltool-prepare,
125 intltool-update and intltoolize
126 </seg>
127 <seg>
128 /usr/share/doc/intltool-&intltool-version; and
129 /usr/share/intltool
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="intltoolize">
140 <term><command>intltoolize</command></term>
141 <listitem>
142 <para>
143 prepares a package to use
144 <application>intltool</application>.
145 </para>
146 <indexterm zone="intltool intltoolize">
147 <primary sortas="b-intltoolize">intltoolize</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="intltool-extract">
153 <term><command>intltool-extract</command></term>
154 <listitem>
155 <para>
156 generates header files that can be read by
157 <command>gettext</command>.
158 </para>
159 <indexterm zone="intltool intltool-extract">
160 <primary sortas="b-intltool-extract">intltool-extract</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="intltool-merge">
166 <term><command>intltool-merge</command></term>
167 <listitem>
168 <para>
169 merges translated strings into various file types.
170 </para>
171 <indexterm zone="intltool intltool-merge">
172 <primary sortas="b-intltool-merge">intltool-merge</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="intltool-prepare">
178 <term><command>intltool-prepare</command></term>
179 <listitem>
180 <para>
181 updates pot files and merges them with translation files.
182 </para>
183 <indexterm zone="intltool intltool-prepare">
184 <primary sortas="b-intltool-prepare">intltool-prepare</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="intltool-update">
190 <term><command>intltool-update</command></term>
191 <listitem>
192 <para>
193 updates the <filename>po</filename> template files and merges
194 them with the translations.
195 </para>
196 <indexterm zone="intltool intltool-update">
197 <primary sortas="b-intltool-update">intltool-update</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 </variablelist>
203
204 </sect2>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.