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: Wed, 05 Aug 2009 14:18:38
Message-Id: E1MYhK8-0001mh-7D@stork.gentoo.org
1 tampakrap 09/08/05 14:18:36
2
3 Modified: kde4-guide.xml
4 Log:
5 Add note about KDE 4.3, correct snapshots and live ebuilds sections, update with the new 4.3.X snapshots, add notes about metas for live ebuilds and snapshots
6
7 Revision Changes Path
8 1.33 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.33&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.33&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.32&r2=1.33
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.32
18 retrieving revision 1.33
19 diff -u -r1.32 -r1.33
20 --- kde4-guide.xml 20 Jul 2009 08:02:12 -0000 1.32
21 +++ kde4-guide.xml 5 Aug 2009 14:18:36 -0000 1.33
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.32 2009/07/20 08:02:12 wired Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.33 2009/08/05 14:18:36 tampakrap Exp $ -->
27
28 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
29 <title>Gentoo KDE Guide</title>
30 @@ -182,7 +182,7 @@
31 <ti><uri link="#kde_portage">KDE from Portage (currently 4.2.4)</uri></ti>
32 </tr>
33 <tr>
34 - <ti><uri link="#snapshots">KDE snapshots (currently 4.2.X)</uri></ti>
35 + <ti><uri link="#snapshots">KDE snapshots (currently 4.3.X)</uri></ti>
36 </tr>
37 <tr>
38 <ti><uri link="#live">KDE live ebuilds</uri></ti>
39 @@ -263,6 +263,13 @@
40 <title>Installing KDE 4.2.4 (from Portage)</title>
41 <body>
42
43 +<note>
44 +<uri link="http://kde.org/announcements/announce-4.3.0.php">KDE 4.3.0</uri> is in
45 +Portage tree but hardmasked until bug 280312 is fixed. To install/upgrade you can
46 +follow the same procedure as for 4.2.4, by choosing the equivalent keywords files
47 +and sets/metas, and also using an unmask file from kde-testing as an additional step.
48 +</note>
49 +
50 <p>
51 <uri link="http://kde.org/announcements/announce-4.2.4.php">KDE 4.2.4</uri> is the
52 KDE 4 version that Gentoo has in Portage - it's considered by upstream as the latest
53 @@ -309,7 +316,7 @@
54 </body>
55 </section>
56 <section id="snapshots">
57 -<title>Installing KDE 4.2.X snapshots (from kde-testing overlay)</title>
58 +<title>Installing KDE 4.3.X snapshots (from kde-testing overlay)</title>
59 <body>
60
61 <warn>
62 @@ -319,7 +326,7 @@
63 <p>
64 KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">weekly snapshots</uri>
65 taken from the <uri link="http://websvn.kde.org/trunk/">SVN trunk tree</uri>. KDE now provides
66 -4.2.X snapshot series, and after 4.3 release they are going to start with 4.3.60. Beta and
67 +4.3.X snapshot series, and after 4.4 release they are going to start with 4.4.60. Beta and
68 Release Candidate KDE releases are following the snapshot model below:
69 </p>
70
71 @@ -382,12 +389,20 @@
72
73 <pre caption="Creating symlink of the kde-4.3.keywords file">
74 # <i>cd /etc/portage/package.keywords</i>
75 -# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.3.keywords .</i>
76 +# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.4.keywords .</i>
77 </pre>
78
79 <p>
80 -Finally, to install them you'll have to use sets, as we don't provide meta packages
81 -for snapshots.
82 +The installation can be done either by using the meta packages or by using sets.
83 +</p>
84 +
85 +<pre caption="Installation of KDE snapshots using meta packages">
86 +# <i>emerge -av kde-meta:4.4</i> <comment>(contains all of KDE modules)</comment>
87 +# <i>emerge -av kdebase-meta:4.4 kdegames-meta:4.4</i> <comment>(installation of chosen modules only)</comment>
88 +</pre>
89 +
90 +<p>
91 +For installation using sets check the <uri link="#sets">Using Sets</uri> section.
92 </p>
93
94 <pre caption="Installation of KDE snapshots using sets">
95 @@ -464,10 +479,14 @@
96 # <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE 4.4 Trunk)</comment>
97 </pre>
98
99 -<p>
100 -Finally, to install them you'll have to use sets, as we don't provide meta packages
101 -for live ebuilds.
102 -</p>
103 +<pre caption="Installation of KDE live ebuilds using meta packages">
104 +<comment>(For KDE 4.3 Branch)</comment>
105 +# <i>emerge -av kde-meta:4.3</i> <comment>(contains all of KDE modules)</comment>
106 +# <i>emerge -av kdebase-meta:4.3 kdegames-meta:4.3</i> <comment>(installation of chosen modules only)</comment>
107 +<comment>(For KDE 4.4 Trunk)</comment>
108 +# <i>emerge -av kde-meta:live</i> <comment>(contains all of KDE modules)</comment>
109 +# <i>emerge -av kdebase-meta:live kdegames-meta:live</i> <comment>(installation of chosen modules only)</comment>
110 +</pre>
111
112 <pre caption="Installation of KDE live ebuilds using sets">
113 <comment>(For KDE 4.3 Branch)</comment>