source: archive/intltool.xml@ 45ab6c7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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