source: kde/add/kde-i18n.xml@ 91cb43ad

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 91cb43ad was 91cb43ad, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Adding automatized scripts generation related tags. Kde-add chapter.

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

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY kde-i18n-download-http "&kde-download-http;/kde-i18n/">
8 <!ENTITY kde-i18n-download-ftp "&kde-download-ftp;/kde-i18n/">
9 <!ENTITY kde-i18n-md5sum "<ulink url='&kde-download-http;/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 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">kde-i18n-[xx]-&kde-version;.tar</keyword>
23 <keyword role="ftptdir">kde</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Kde-i18n-&kde-version;</title>
28
29 <indexterm zone="kde-i18n">
30 <primary sortas="a-kde-i18n">Kde-i18n</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Kde-i18n</title>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing='compact'>
38 <listitem>
39 <para>Download (HTTP): <ulink url="&kde-i18n-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&kde-i18n-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &kde-i18n-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &kde-i18n-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &kde-i18n-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &kde-i18n-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Download Details</bridgehead>
59
60 <para><application>KDE</application> has 52 separate
61 internationalization packages in the form of:</para>
62
63<screen><literal>kde-i18n-<replaceable>[xx]</replaceable>-&kde-version;.tar.bz2</literal></screen>
64
65 <para>where the <replaceable>[xx]</replaceable> is a two to five letter code
66 for the country covered. Download the package(s) you need from
67 the directories above.</para>
68
69 <bridgehead renderas="sect3">Kde-i18n Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="kdebase"/></para>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended"><xref linkend="libxml2"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Kde-i18n</title>
81
82 <para>Install <application>kde-i18n</application> with:</para>
83
84<screen><userinput>./configure --prefix=&kde-dir; &amp;&amp;
85make</userinput></screen>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role='root'><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="configuration">
94 <title>Configuring Kde-i18n</title>
95
96 <sect3>
97 <title>Configuration Information</title>
98
99 <para>To use translated programs, select Control Center &mdash;&gt;
100 Personalization &mdash;&gt; Country &amp; Language &mdash;&gt; Language
101 in your <application>K Desktop Environment</application>.</para>
102
103 </sect3>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>None</seg>
117 <seg>Internationalization support for <application>KDE</application></seg>
118 <seg>None</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <indexterm zone="kde-i18n">
123 <primary sortas="c-kde-i18n">KDE Internationalization</primary>
124 </indexterm>
125
126 </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.