source: archive/intltool.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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
19 <title>Intltool-&intltool-version;</title>
20
21 <indexterm zone="intltool">
22 <primary sortas="a-Intltool">Intltool</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Intltool</title>
27
28 <para>
29 The <application>Intltool</application> is an internationalization
30 tool used for extracting translatable strings from source files,
31 collecting the extracted strings with messages from traditional
32 source files (<filename class="directory">&lt;source
33 directory&gt;/&lt;package&gt;/po</filename>) and merging the
34 translations into <filename>.xml</filename>,
35 <filename>.desktop</filename> and <filename>.oaf</filename> files.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&intltool-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&intltool-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &intltool-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &intltool-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &intltool-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &intltool-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Intltool Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="perl-xml-parser"/>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/intltool"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Intltool</title>
88
89 <para>
90 Install <application>Intltool</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 To test the results, issue: <command>make check</command>.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install &amp;&amp;
106install -v -m644 -D doc/I18N-HOWTO \
107 /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>
121 intltool-extract, intltool-merge, intltool-prepare,
122 intltool-update and intltoolize
123 </seg>
124 <seg>
125 None
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.