source: general/genutils/intltool.xml@ c3c56b2

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 c3c56b2 was c3c56b2, checked in by Krejzi <krejzi@…>, 11 years ago

Reimplement none where nothing is installed - programs, libraries or directories.

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

  • Property mode set to 100644
File size: 6.2 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 Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 intltool-extract, intltool-merge, intltool-prepare,
126 intltool-update and intltoolize
127 </seg>
128 <seg>
129 None
130 </seg>
131 <seg>
132 /usr/share/doc/intltool-&intltool-version; and
133 /usr/share/intltool
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="intltoolize">
144 <term><command>intltoolize</command></term>
145 <listitem>
146 <para>
147 prepares a package to use
148 <application>intltool</application>.
149 </para>
150 <indexterm zone="intltool intltoolize">
151 <primary sortas="b-intltoolize">intltoolize</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="intltool-extract">
157 <term><command>intltool-extract</command></term>
158 <listitem>
159 <para>
160 generates header files that can be read by
161 <command>gettext</command>.
162 </para>
163 <indexterm zone="intltool intltool-extract">
164 <primary sortas="b-intltool-extract">intltool-extract</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="intltool-merge">
170 <term><command>intltool-merge</command></term>
171 <listitem>
172 <para>
173 merges translated strings into various file types.
174 </para>
175 <indexterm zone="intltool intltool-merge">
176 <primary sortas="b-intltool-merge">intltool-merge</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="intltool-prepare">
182 <term><command>intltool-prepare</command></term>
183 <listitem>
184 <para>
185 updates pot files and merges them with translation files.
186 </para>
187 <indexterm zone="intltool intltool-prepare">
188 <primary sortas="b-intltool-prepare">intltool-prepare</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="intltool-update">
194 <term><command>intltool-update</command></term>
195 <listitem>
196 <para>
197 updates the <filename>po</filename> template files and merges
198 them with the translations.
199 </para>
200 <indexterm zone="intltool intltool-update">
201 <primary sortas="b-intltool-update">intltool-update</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.