Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
Date: Fri, 03 Jul 2009 00:51:22
Message-Id: E1MMWzn-0000kr-BI@stork.gentoo.org
1 tampakrap 09/07/03 00:51:19
2
3 Modified: kde4-guide.xml
4 Log:
5 add note about l10n for koffice, and for live sets
6
7 Revision Changes Path
8 1.29 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.28&r2=1.29
13
14 Index: kde4-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- kde4-guide.xml 1 Jul 2009 13:00:32 -0000 1.28
21 +++ kde4-guide.xml 3 Jul 2009 00:51:19 -0000 1.29
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.28 2009/07/01 13:00:32 tampakrap Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.29 2009/07/03 00:51:19 tampakrap Exp $ -->
27
28 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
29 <title>Gentoo KDE Guide</title>
30 @@ -69,9 +69,9 @@
31 bug 271889</uri>) - it is already stable on the amd64 and x86 arches.<br />
32 KDE 3.5.10 uses only split ebuilds, meaning that users of monolithic ebuilds (like
33 kdebase, kdepim, kdegames etc) must unemerge them manually and then proceed with
34 -the installation of KDE 3.5.10 as described below. Koffice 1.6.3 is also in the progress
35 +the installation of KDE 3.5.10 as described below. KOffice 1.6.3 is also in the progress
36 of stabilization, and the last version includes only split ebuilds. So, users of monolithic
37 -koffice should also unemerge it manually and <c>emerge koffice-meta-1.6.3_p20090204</c>.
38 +KOffice should also unemerge it manually and <c>emerge koffice-meta-1.6.3_p20090204</c>.
39 </p>
40
41 <p>
42 @@ -483,7 +483,7 @@
43 </pre>
44
45 <note>
46 -You may be interested for Qt live ebuilds as well. Check the Qt Guide (TODO) for
47 +You may be interested for Qt live ebuilds as well. Check the Qt Guide (TODO) for
48 installation instructions.
49 </note>
50
51 @@ -518,6 +518,11 @@
52 portage KDE 4 applications with your live KDE.
53 </p>
54
55 +<note>
56 +There is also a set with live KDE 4 applications, @kde-extras-live, in kde-testing and
57 +a set with Qt live applications, @qt-extras-live, in qting-edge overlay.
58 +</note>
59 +
60 </body>
61 </section>
62 </chapter>
63 @@ -670,12 +675,13 @@
64 theese comands.
65 </p>
66
67 -<pre caption="emerge translations for kde4 packages">
68 +<pre caption="emerge commands for translations">
69 +<comment>For KDE 4 and KOffice 2:</comment>
70 # <i>emerge kde-l10n</i>
71 -</pre>
72 -
73 -<pre caption="emerge translations for kde3 packages">
74 +# <i>emerge koffice-l10n</i>
75 +<comment>For KDE 3 and KOffice 1.6.3:</comment>
76 # <i>emerge kde-i18n</i>
77 +# <i>emerge koffice-i18n</i>
78 </pre>
79
80 </body>