source: archive/kde/add/kde-i18n.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: 4.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 kde-i18n-download-http "&trinity-repo-http;/kde-i18n/">
8 <!ENTITY kde-i18n-download-ftp "&trinity-repo-ftp;/kde-i18n/">
9 <!ENTITY kde-i18n-md5sum "<ulink url='&trinity-repo-http;/kde-i18n/MD5SUMS'/>">
10 <!ENTITY kde-i18n-size "789 KB to 29 MB (average is about 3 MB)">
11 <!ENTITY kde-i18n-buildsize "varies">
12 <!ENTITY kde-i18n-time "varies">
13]>
14
15<sect1 id="kde-i18n">
16 <?dbhtml filename="kde-i18n.html"?>
17
18
19 <title>Kde-i18n-&kde-version;</title>
20
21 <indexterm zone="kde-i18n">
22 <primary sortas="a-kde-i18n">Kde-i18n</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Kde-i18n</title>
27
28 <para><application>Kde-i18n</application> is a set of internationalization
29 packages to customize <application>KDE</application> for different
30 languages and locales around the world.</para>
31
32 <para>This section has not been tested by the BLFS Editors.</para>
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing='compact'>
36 <listitem>
37 <para>Download (HTTP): <ulink url="&kde-i18n-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&kde-i18n-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &kde-i18n-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &kde-i18n-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &kde-i18n-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &kde-i18n-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect3">Download Details</bridgehead>
57
58 <para><application>KDE</application> has 71 separate
59 internationalization packages in the form of:</para>
60
61<screen><literal>kde-i18n-<replaceable>&lt;xx&gt;</replaceable>-3.5.10.tar.bz2</literal></screen>
62
63 <para>where the <replaceable>&lt;xx&gt;</replaceable> is a two to five letter code
64 for the country covered. Download the package(s) you need from
65 the directories above. Note that the packages have not been renamed from the
66 kde-3.5.10 distribution.</para>
67
68 <bridgehead renderas="sect3">Kde-i18n Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required"><xref linkend="kdebase"/></para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended"><xref linkend="libxml2"/></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/kde-i18n"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Kde-i18n</title>
83
84 <para>Install <application>kde-i18n</application> with:</para>
85
86<screen><userinput>./configure --prefix=$TRINITY_PREFIX &amp;&amp;
87make</userinput></screen>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role='root'><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="configuration">
96 <title>Configuring Kde-i18n</title>
97
98 <sect3>
99 <title>Configuration Information</title>
100
101 <para>To use translated programs, select Control Center &mdash;&gt;
102 Personalization &mdash;&gt; Country &amp; Language &mdash;&gt; Language
103 in your <application>K Desktop Environment</application>.</para>
104
105 </sect3>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>None</seg>
119 <seg>Internationalization support for <application>KDE3/Trinity</application></seg>
120 <seg>None</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <indexterm zone="kde-i18n">
125 <primary sortas="c-kde-i18n">KDE Internationalization</primary>
126 </indexterm>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.