public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-10-06  3:25 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2008-10-06  3:25 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    08/10/06 03:25:40

  Modified:             kde4-guide.xml
  Log:
  Updated the kde4-guide to reflect the changes from moving the ebuilds to the tree.

Revision  Changes    Path
1.2                  xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.1&r2=1.2

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kde4-guide.xml	29 Sep 2008 01:00:53 -0000	1.1
+++ kde4-guide.xml	6 Oct 2008 03:25:39 -0000	1.2
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.1 2008/09/29 01:00:53 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.2 2008/10/06 03:25:39 jmbsvicetto Exp $ -->
 
 <guide link="proj/en/desktop/kde/kde4.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
@@ -16,7 +16,7 @@
 </author>
 
 <abstract>
-This guide demonstrates how to setup KDE 4.1 using the KDE team's git overlay (kde-testing). It will be updated later when the ebuilds are moved into the tree.
+This guide demonstrates how to setup KDE 4.1 using the ebuilds in the tree. Some tools from the KDE team's git overlay (kde-testing) will be used.
 </abstract>
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
@@ -31,12 +31,12 @@
 	<section>
 		<title>Removing old KDE versions</title>
 		<body>
-			<p>In order to minimize issues, it is best to begin with a clean enviroment. You will need to uninstall any beta or 4.0.X release (this is needed if you are moving from any other overlay and in particular if you plan to use the -kdeprefix use flag - FHS install). Two possible ways or removing old KDE 4 installations are:</p>
+			<p>In order to minimize issues, it is best to begin with a clean enviroment. You will need to uninstall any beta or 4.0.X release (this is needed if you are moving from any overlay and in particular if you plan to use the -kdeprefix use flag - FHS install). Two possible ways or removing old KDE 4 installations are:</p>
 			<pre caption="Unmerging commands">
-# <i>emerge -C @kde-4.1 @kdebase-4.1</i> <comment>(only if you are comming from the kdesvn-portage overlay)</comment>
+# <i>emerge -C @kde-4.1 @kdebase-4.1</i> <comment>(only if you are comming from the kdesvn-portage or kde-testing overlay)</comment>
 # <i>emerge -C $(qfile -C -q -e /usr/kde/%PREFIX%)</i> <comment>(replace %PREFIX% with your kde version, eg. 4)</comment>
 			</pre>
-			<pre caption="Unmerging commands (only applicable if you are moving from other overlay)">
+			<pre caption="Unmerging commands (only applicable if you are moving from an overlay)">
 # <i>cd /path/to/old/overlay/</i>
 # <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i>
 			</pre>
@@ -47,63 +47,21 @@
 </chapter>
 
 <chapter>
-	<title>Grabbing overlay</title>
-	<section>
-		<title>Using layman</title>
-		<body>
-			<pre caption="layman command">
-# <i>layman -fS; layman -a kde-testing</i></pre>
-		</body>
-	</section>
-	<section>
-		<title>Using git</title>
-		<body>
-			<pre caption="git command">
-# <i>git clone git://git.overlays.gentoo.org/proj/kde.git /PATH/WHERE/TO/PUT/OVERLAY</i></pre>
-		</body>
-	</section>
-	<section>
-		<body>
-			<note>The KDE 4.1 ebuilds make use of EAPI 2. Please use portage-2.2_rc11 or greater, if you run an otherwise stable profile then you must add portage to your package.keywords file.</note>
-			<note>Don't forget to modify /etc/make.conf to add the overlay path to PORTDIR_OVERLAY, or to add the support for layman as required.</note>
-		</body>
-	</section>
-</chapter>
-
-<chapter>
 	<title>Unmasking/Keywording</title>
 	<section>
-		<title>Using the bundled package.keywords/kde file</title>
+		<title>Using the package.keywords/kde file from the kde-testing overlay</title>
 		<body>
-			<p>The KDE 4.1 ebuilds available from the kde-testing overlay are not masked (the masks in package.mask have been updated accordingly) and so there is no need to unmask them. If you are running the stable tree you will need to keyword the ebuilds, otherwise skip this step. For those running the stable tree in Gentoo:</p>
+			<p>The KDE 4.1 ebuilds won't be masked for long (they're currently masked while solving some issues with the co-existence of kde-3.5 and kde-4.X). Until the ebuilds are unmasked, get the package.unmask file from under <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde;hb=master">Documentation/package.unmask</uri>. If you are running the stable tree you will need to keyword the ebuilds, otherwise skip this step. For those running the stable tree in Gentoo:</p>
 			<note>This is the recomended way of keywording the KDE packages.</note>
-			<p>This overlay provides an appropriate package.keywords file that can be used in your package.keywords file/directory. You can find this file in "Documentation/package.keywords" directory. Copy it to the correct location "/etc/portage/package.keywords/" (preferably make a symlink to it), or add it to your "/etc/portage/package.keywords" file.</p>
+			<p>Get the appropriate package.keywords file from the kde-testing overlay that can be used in your package.keywords file/directory. You can find this file under <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde;hb=master">Documentation/package.keywords</uri>. Copy the file to the correct location "/etc/portage/package.keywords/", or add it to your "/etc/portage/package.keywords" file.</p>
 			<pre caption="Adding the file to the package.keywords directory">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/Documentation/package.keywords/kde .</i>
+# <i>cp /path/to/keywords/file .</i>
 			</pre>
 			<pre caption="Adding the file to the package.keywords file">
 # <i>cd /etc/portage/</i>
-# <i>cat /path/to/overlay/Documentation/package.keywords/kde >> package.keywords </i>
-			</pre>
-		</body>
-	</section>
-	<section>
-		<title>Creating the file from the packages in the overlay</title>
-		<body>
-			<pre caption="Adding keywords to the package.keywords directory">
-# <i>cd /path/to/our/overlay/</i>
-# <i>find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print $1"/"$2}'  >> /etc/portage/package.keywords/kde4x</i>
-# <i>cd /usr/portage/</i>
-# <i>find ./x11-libs/qt-* -type d |sed -e "s:./::" |awk -F'/' '{print $1"/"$2}' | uniq >> /etc/portage/package.keywords/kde4x</i>
+# <i>cat /path/to/keywords/file >> package.keywords </i>
 			</pre>
-			<pre caption="Adding keywords to the package.keywords file">
-# <i>cd /path/to/our/overlay/</i>
-# <i>find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print $1"/"$2}' >> /etc/portage/package.keywords</i>
-# <i>cd /usr/portage/</i>
-# <i>find ./x11-libs/qt-* -type d |sed -e "s:./::" |awk -F'/' '{print $1"/"$2}' | uniq >> /etc/portage/package.keywords</i>
-			</pre>
-			<note>There are some dependencies which require keywording that are not in this list. Keyword them as necessary.</note>
 		</body>
 	</section>
 </chapter>
@@ -124,7 +82,7 @@
 		<title>Using sets</title>
 		<body>
 			<p>One of the new features provided by portage 2.2 is sets.</p>
-			<p>Sets allow the KDE team to provide a complete replacement for the monolithic packages, with the added bonus that users may choose to remove from the default sets any packages they do not want. Look in the sets directory for a list of the sets provided by the KDE team.</p>
+			<p>Sets allow the KDE team to provide a complete replacement for the monolithic packages, with the added bonus that users may choose to remove from the default sets any packages they do not want. There is still some discussion going on before we can put sets in the Portage tree. Thus, grab the sets from the kde-testing overlay <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets;h=e44f270a37083da16da6f1b70c226169e44c4237;hb=master">sets directory</uri> and put the ones you like in <e>"/etc/portage/sets"</e> - you can browse the list of sets provided by the KDE team in the overlay.</p>
 			<p>Amongst others, there are sets for each KDE tarball - @kdeaccessibility, @kdeadmin, @kdeartwork, @kdebase, @kdeedu, @kdegames, @kdegraphics, @kdemultimedia, @kdenetwork, @kdepim, @kdesdk, @kdetoys and @kdeutils. There is also a set of sets (the equivalent to the old kde-meta package) @kde, and the same for specific versions @kde-3.5 and @kde-4x, a set for KDE deps @kdedeps, a set for optional packages @kdeoptional and a set for the split qt packages @qt-split.</p>
 			<p>One can install the complete KDE by doing <e>emerge -av @kde</e>. The specific version equivalents are very useful to uninstall an old version, e.g. <e>emerge -C @kde-3.5</e>, or to reinstall all packages from a specific version, e.g. <e>emerge -av1 @kde-4x</e>. Advanced features, like removing any unwanted packages from a set, will be supported in a future release of portage - you can read more about it in <uri link="http://planet.gentoo.org/developers/genone/2008/09/29/more_extensions_to_package_set_support">Marius Mauch (genone) blog</uri>. This code has already been commited to Portage's svn and will allow to reinstall all installed packages of a set with emerge -av @&lt;set&gt;/@installled or to have a /etc/portage/sets/kdebase-unwanted set and then run <e>emerge -av @kdebase-@kdebase-unwanted</e>.</p>
 			<p>We strongly recommend that you install the @kdebase set in order to get a full KDE 4 session. The example below would install the kdebase set and the kdegames set.</p>
@@ -158,7 +116,7 @@
 	</section>
 </chapter>
 <chapter>
-	<title>Migration from KDE 3.X</title>
+	<title>Migration from earlier releases</title>
 	<section>
 		<title>Configuration transition</title>
 		<body>
@@ -166,6 +124,24 @@
 		</body>
 	</section>
 	<section>
+		<title>Upgrading from the kde-testing overlay</title>
+		<body>
+			<p>If you used the kde-testing overlay before the testing branch was merged back into the master overlay, you're going to get collision-protection errors when you try to update the new ebuilds will show up as belonging to a new slot [NS]. This is caused by a move from the <e>4</e> to <e>4.1</e> SLOT. You have 2 choices in this case:</p>
+			<p>Unmerging all of KDE and install it again</p>
+			<pre caption="Unmerging kde-4.1">
+# <i>emerge -C @kde-4.1</i>
+			</pre>
+			<p>Changing the SLOT of the installed ebuilds in the VDB.</p>
+			<p>Changing the SLOT in the VDB may cause issues and is not recommended - do it at your own risk. You should instead do the above. If you really want to do that, please grab <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/change_slot;hb=master">the script</uri> from the kde-testing overlay. You should only run it if you understand what it script does and after you double check it.</p>
+			<note>Be warned that this script is known to eat your kittens or steal all your cookies.</note>
+			<pre caption="Running change_slot to update the slot from 4 to 4.1">
+# <i>change_slot kde 4 4.1</i>
+# After you confirm that it works as expected (you should see SLOTS as 4.1 and not 4)
+# <i>change_slot kde 4 4.1 Y</i>
+			</pre>
+		</body>
+	</section>
+	<section>
 		<title>Removing kde-3.5</title>
 		<body>
 			<pre caption="Unmerging kde-3.5">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-10-06 11:27 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2008-10-06 11:27 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    08/10/06 11:27:13

  Modified:             kde4-guide.xml
  Log:
  Cleaned kde4 guide a bit.

Revision  Changes    Path
1.3                  xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.2&r2=1.3

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kde4-guide.xml	6 Oct 2008 03:25:39 -0000	1.2
+++ kde4-guide.xml	6 Oct 2008 11:27:12 -0000	1.3
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.2 2008/10/06 03:25:39 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.3 2008/10/06 11:27:12 jmbsvicetto Exp $ -->
 
 <guide link="proj/en/desktop/kde/kde4.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
@@ -52,7 +52,6 @@
 		<title>Using the package.keywords/kde file from the kde-testing overlay</title>
 		<body>
 			<p>The KDE 4.1 ebuilds won't be masked for long (they're currently masked while solving some issues with the co-existence of kde-3.5 and kde-4.X). Until the ebuilds are unmasked, get the package.unmask file from under <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde;hb=master">Documentation/package.unmask</uri>. If you are running the stable tree you will need to keyword the ebuilds, otherwise skip this step. For those running the stable tree in Gentoo:</p>
-			<note>This is the recomended way of keywording the KDE packages.</note>
 			<p>Get the appropriate package.keywords file from the kde-testing overlay that can be used in your package.keywords file/directory. You can find this file under <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde;hb=master">Documentation/package.keywords</uri>. Copy the file to the correct location "/etc/portage/package.keywords/", or add it to your "/etc/portage/package.keywords" file.</p>
 			<pre caption="Adding the file to the package.keywords directory">
 # <i>cd /etc/portage/package.keywords</i>
@@ -118,12 +117,6 @@
 <chapter>
 	<title>Migration from earlier releases</title>
 	<section>
-		<title>Configuration transition</title>
-		<body>
-			<p>TODO</p>
-		</body>
-	</section>
-	<section>
 		<title>Upgrading from the kde-testing overlay</title>
 		<body>
 			<p>If you used the kde-testing overlay before the testing branch was merged back into the master overlay, you're going to get collision-protection errors when you try to update the new ebuilds will show up as belonging to a new slot [NS]. This is caused by a move from the <e>4</e> to <e>4.1</e> SLOT. You have 2 choices in this case:</p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-10-07 16:39 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; 99+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-10-07 16:39 UTC (permalink / raw
  To: gentoo-commits

keytoaster    08/10/07 16:39:13

  Modified:             kde4-guide.xml
  Log:
  repodoc fixes, no content change

Revision  Changes    Path
1.4                  xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.3&r2=1.4

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kde4-guide.xml	6 Oct 2008 11:27:12 -0000	1.3
+++ kde4-guide.xml	7 Oct 2008 16:39:13 -0000	1.4
@@ -1,22 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.3 2008/10/06 11:27:12 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.4 2008/10/07 16:39:13 keytoaster Exp $ -->
 
-<guide link="proj/en/desktop/kde/kde4.xml" lang="en">
+<guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
 
 <author title="Author">
-	<mail link="tomas.chvatal@gmail.com">Tomáš Chvátal</mail>
+  <mail link="tomas.chvatal@gmail.com">Tomáš Chvátal</mail>
 </author>
 <author title="Author">
-	<mail link="jmbsvicetto"/>
+  <mail link="jmbsvicetto"/>
 </author>
 <author title="Author">
-	<mail link="cryos" />
+  <mail link="cryos" />
+</author>
+<author title="Editor">
+  <mail link="keytoaster" />
 </author>
 
 <abstract>
-This guide demonstrates how to setup KDE 4.1 using the ebuilds in the tree. Some tools from the KDE team's git overlay (kde-testing) will be used.
+This guide demonstrates how to setup KDE 4.1 using the ebuilds in the tree. Some
+tools from the KDE team's git overlay (kde-testing) will be used.
 </abstract>
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
@@ -27,178 +31,405 @@
 <date>2008-09-28</date>
 
 <chapter>
-	<title>Cleaning up</title>
-	<section>
-		<title>Removing old KDE versions</title>
-		<body>
-			<p>In order to minimize issues, it is best to begin with a clean enviroment. You will need to uninstall any beta or 4.0.X release (this is needed if you are moving from any overlay and in particular if you plan to use the -kdeprefix use flag - FHS install). Two possible ways or removing old KDE 4 installations are:</p>
-			<pre caption="Unmerging commands">
+<title>Cleaning up</title>
+<section>
+<title>Removing old KDE versions</title>
+<body>
+
+<p>
+In order to minimize issues, it is best to begin with a clean enviroment. You
+will need to uninstall any beta or 4.0.X release (this is needed if you are
+moving from any overlay and in particular if you plan to use the -kdeprefix use
+flag - FHS install). Two possible ways or removing old KDE 4 installations are:
+</p>
+
+<pre caption="Unmerging commands">
 # <i>emerge -C @kde-4.1 @kdebase-4.1</i> <comment>(only if you are comming from the kdesvn-portage or kde-testing overlay)</comment>
 # <i>emerge -C $(qfile -C -q -e /usr/kde/%PREFIX%)</i> <comment>(replace %PREFIX% with your kde version, eg. 4)</comment>
-			</pre>
-			<pre caption="Unmerging commands (only applicable if you are moving from an overlay)">
+</pre>
+
+<pre caption="Unmerging commands (only applicable if you are moving from an overlay)">
 # <i>cd /path/to/old/overlay/</i>
 # <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i>
-			</pre>
-			<p>As a final step you should remove the old overlay so that there are no conflicts with the KDE ebuilds. You should remove the old unmask and/or keyword data too.</p>
-			<note>Don't forget to run depclean in order to uninstall any dependant packages.</note>
-		</body>
-	</section>
-</chapter>
+</pre>
 
+<p>
+As a final step you should remove the old overlay so that there are no conflicts
+with the KDE ebuilds. You should remove the old unmask and/or keyword data too.
+</p>
+
+<note>
+Don't forget to run depclean in order to uninstall any dependant packages.
+</note>
+
+</body>
+</section>
+</chapter>
 <chapter>
-	<title>Unmasking/Keywording</title>
-	<section>
-		<title>Using the package.keywords/kde file from the kde-testing overlay</title>
-		<body>
-			<p>The KDE 4.1 ebuilds won't be masked for long (they're currently masked while solving some issues with the co-existence of kde-3.5 and kde-4.X). Until the ebuilds are unmasked, get the package.unmask file from under <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde;hb=master">Documentation/package.unmask</uri>. If you are running the stable tree you will need to keyword the ebuilds, otherwise skip this step. For those running the stable tree in Gentoo:</p>
-			<p>Get the appropriate package.keywords file from the kde-testing overlay that can be used in your package.keywords file/directory. You can find this file under <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde;hb=master">Documentation/package.keywords</uri>. Copy the file to the correct location "/etc/portage/package.keywords/", or add it to your "/etc/portage/package.keywords" file.</p>
-			<pre caption="Adding the file to the package.keywords directory">
+<title>Unmasking/Keywording</title>
+<section>
+<title>Using the package.keywords/kde file from the kde-testing overlay</title>
+<body>
+
+<p>
+The KDE 4.1 ebuilds won't be masked for long (they're currently masked while
+solving some issues with the co-existence of kde-3.5 and kde-4.X). Until the
+ebuilds are unmasked, get the package.unmask file from under <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde;hb=master">Documentation/package.unmask</uri>.
+If you are running the stable tree you will need to keyword the ebuilds,
+otherwise skip this step. For those running the stable tree in Gentoo:
+</p>
+
+<p>
+Get the appropriate package.keywords file from the kde-testing overlay that can
+be used in your package.keywords file/directory. You can find this file under
+<uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde;hb=master">Documentation/package.keywords</uri>.
+Copy the file to the correct location "/etc/portage/package.keywords/", or add
+it to your "/etc/portage/package.keywords" file.
+</p>
+
+<pre caption="Adding the file to the package.keywords directory">
 # <i>cd /etc/portage/package.keywords</i>
 # <i>cp /path/to/keywords/file .</i>
-			</pre>
-			<pre caption="Adding the file to the package.keywords file">
+</pre>
+
+<pre caption="Adding the file to the package.keywords file">
 # <i>cd /etc/portage/</i>
 # <i>cat /path/to/keywords/file >> package.keywords </i>
-			</pre>
-		</body>
-	</section>
-</chapter>
+</pre>
 
+</body>
+</section>
+</chapter>
 <chapter>
-	<title>Installation</title>
-	<section>
-		<title>The new kdeprefix use flag</title>
-		<body>
-			<p>The new kdeprefix use flag allows users to choose between an FHS compliant install (-kdeprefix) or a slotted install in the KDE prefix (+kdeprefix).</p>
-			<p>If kdeprefix is disabled (default) KDE is installed into the FHS compliant location, i.e. /usr. That means that all of the files are put under /usr. This is the desired behavior for most users. The drawback of the FHS compliant install is that it will not be possible to have more than one minor version of KDE side by side (previous behaviour), e.g. KDE 4.1 and 4.2.</p>
-			<note>This restriction does not apply to KDE 3.5 (different eclasses) or live versions (as they will continue to be installed in the /usr/kde/${live-slot}. You can have a non kdeprefix version of KDE 4.1, KDE 3.5 and a live version of KDE installed on the same system.</note>
-			<p>If kdeprefix is enabled then KDE is installed into /usr/kde/${SLOT}, which allows you to install KDE 4.1, 4.2, 4.3 etc in /usr/kde/4.1, /usr/kde/4.2, /usr/kde/4.3 for example.</p>
-			<warn>If you want to move between kdeprefix and -kdeprefix (or vice-versa), it is recommended that you unmerge KDE and then emerge it with the modified flag. If this is not done KDE installations can have trouble finding certain libraries/plugins.</warn>
-		</body>
-	</section>
-	<section>
-		<title>Using sets</title>
-		<body>
-			<p>One of the new features provided by portage 2.2 is sets.</p>
-			<p>Sets allow the KDE team to provide a complete replacement for the monolithic packages, with the added bonus that users may choose to remove from the default sets any packages they do not want. There is still some discussion going on before we can put sets in the Portage tree. Thus, grab the sets from the kde-testing overlay <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets;h=e44f270a37083da16da6f1b70c226169e44c4237;hb=master">sets directory</uri> and put the ones you like in <e>"/etc/portage/sets"</e> - you can browse the list of sets provided by the KDE team in the overlay.</p>
-			<p>Amongst others, there are sets for each KDE tarball - @kdeaccessibility, @kdeadmin, @kdeartwork, @kdebase, @kdeedu, @kdegames, @kdegraphics, @kdemultimedia, @kdenetwork, @kdepim, @kdesdk, @kdetoys and @kdeutils. There is also a set of sets (the equivalent to the old kde-meta package) @kde, and the same for specific versions @kde-3.5 and @kde-4x, a set for KDE deps @kdedeps, a set for optional packages @kdeoptional and a set for the split qt packages @qt-split.</p>
-			<p>One can install the complete KDE by doing <e>emerge -av @kde</e>. The specific version equivalents are very useful to uninstall an old version, e.g. <e>emerge -C @kde-3.5</e>, or to reinstall all packages from a specific version, e.g. <e>emerge -av1 @kde-4x</e>. Advanced features, like removing any unwanted packages from a set, will be supported in a future release of portage - you can read more about it in <uri link="http://planet.gentoo.org/developers/genone/2008/09/29/more_extensions_to_package_set_support">Marius Mauch (genone) blog</uri>. This code has already been commited to Portage's svn and will allow to reinstall all installed packages of a set with emerge -av @&lt;set&gt;/@installled or to have a /etc/portage/sets/kdebase-unwanted set and then run <e>emerge -av @kdebase-@kdebase-unwanted</e>.</p>
-			<p>We strongly recommend that you install the @kdebase set in order to get a full KDE 4 session. The example below would install the kdebase set and the kdegames set.</p>
-			<pre caption="emerge KDE">
+<title>Installation</title>
+<section>
+<title>The new kdeprefix use flag</title>
+<body>
+
+<p>
+The new kdeprefix use flag allows users to choose between an FHS compliant
+install (-kdeprefix) or a slotted install in the KDE prefix (+kdeprefix).
+</p>
+
+<p>
+If kdeprefix is disabled (default) KDE is installed into the FHS compliant
+location, i.e. /usr. That means that all of the files are put under /usr. This
+is the desired behavior for most users. The drawback of the FHS compliant
+install is that it will not be possible to have more than one minor version of
+KDE side by side (previous behaviour), e.g. KDE 4.1 and 4.2.
+</p>
+
+<note>
+This restriction does not apply to KDE 3.5 (different eclasses) or live versions
+(as they will continue to be installed in the /usr/kde/${live-slot}. You can
+have a non kdeprefix version of KDE 4.1, KDE 3.5 and a live version of KDE
+installed on the same system.
+</note>
+
+<p>
+If kdeprefix is enabled then KDE is installed into /usr/kde/${SLOT}, which
+allows you to install KDE 4.1, 4.2, 4.3 etc in /usr/kde/4.1, /usr/kde/4.2,
+/usr/kde/4.3 for example.
+</p>
+
+<warn>
+If you want to move between kdeprefix and -kdeprefix (or vice-versa), it is
+recommended that you unmerge KDE and then emerge it with the modified flag. If
+this is not done KDE installations can have trouble finding certain
+libraries/plugins.
+</warn>
+
+</body>
+</section>
+<section>
+<title>Using sets</title>
+<body>
+
+<p>
+One of the new features provided by portage 2.2 is sets.
+</p>
+
+<p>
+Sets allow the KDE team to provide a complete replacement for the monolithic
+packages, with the added bonus that users may choose to remove from the default
+sets any packages they do not want. There is still some discussion going on
+before we can put sets in the Portage tree. Thus, grab the sets from the
+kde-testing overlay <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets;h=e44f270a37083da16da6f1b70c226169e44c4237;hb=master">sets
+directory</uri> and put the ones you like in <e>"/etc/portage/sets"</e> - you
+can browse the list of sets provided by the KDE team in the overlay.
+</p>
+
+<p>
+Amongst others, there are sets for each KDE tarball - @kdeaccessibility,
+@kdeadmin, @kdeartwork, @kdebase, @kdeedu, @kdegames, @kdegraphics,
+@kdemultimedia, @kdenetwork, @kdepim, @kdesdk, @kdetoys and @kdeutils. There is
+also a set of sets (the equivalent to the old kde-meta package) @kde, and the
+same for specific versions @kde-3.5 and @kde-4x, a set for KDE deps @kdedeps, a
+set for optional packages @kdeoptional and a set for the split qt packages
+@qt-split.
+</p>
+
+<p>
+One can install the complete KDE by doing <e>emerge -av @kde</e>. The specific
+version equivalents are very useful to uninstall an old version, e.g. <e>emerge
+-C @kde-3.5</e>, or to reinstall all packages from a specific version, e.g.
+<e>emerge -av1 @kde-4x</e>. Advanced features, like removing any unwanted
+packages from a set, will be supported in a future release of portage - you can
+read more about it in <uri
+link="http://planet.gentoo.org/developers/genone/2008/09/29/more_extensions_to_package_set_support">Marius
+Mauch (genone) blog</uri>. This code has already been commited to Portage's svn
+and will allow to reinstall all installed packages of a set with emerge -av
+@&lt;set&gt;/@installled or to have a /etc/portage/sets/kdebase-unwanted set and
+then run <e>emerge -av @kdebase-@kdebase-unwanted</e>.
+</p>
+
+<p>
+We strongly recommend that you install the @kdebase set in order to get a full
+KDE 4 session. The example below would install the kdebase set and the kdegames
+set.
+</p>
+
+<pre caption="emerge KDE">
 # <i>emerge @kdebase @kdegames</i>
-			</pre>
-			<note>If you want to check the list of sets known to Portage run the following: <e>emerge --list-sets</e></note>
-			<note>All KDE 4.1 ebuilds require portage-2.2_rc11 or greater, which has implemented everything in the new EAPI 2 specification used in these ebuilds.</note>
-		</body>
-	</section>
-	<section>
-		<title>KDE meta packages</title>
-		<body>
-			<note>This method is provided to ease the transition to the new sets. There will no meta ebuilds for KDE 4.2.</note>
-			<pre caption="emerge meta packages">
-# <i>emerge kde-meta:4.1</i></pre>
-		</body>
-	</section>
-</chapter>
-<chapter>
-	<title>Configuration</title>
-	<section>
-		<body>
-			<p>KDE stores its configuration files in the <e>~/.kde</e> directory by default. In the Gentoo ebuilds this has been changed in KDE 4.1 to allow for better integration of KDE 3.5 and 4.1 when using the same user account. If you export KDEHOME this behaviour will be overridden. It is strongly recommended that you do not do this. KDEHOME will make KDE 3.5 and 4.1 use the same configuration directory which is not usually desired.</p>
-			<p>KDE 3.5 uses <e>~/.kde</e> and the default FHS (-kdeprefix) KDE 4.1 uses <e>~/.kde4</e>. If you install KDE 4.1 using the kdeprefix use flag then the configuration directory will default to <e>~/.kde4.1</e>, <e>~/.kde4.2</e> etc. The advantage of this is that KDE 3.5 and 4.1 can be run from the same user account without clobbering settings. Moving backwards in version, i.e. 4.1 to 3.5, is not supported.</p>
-			<p>Settings are not migrated by default. If you want to attempt to migrate your settings you should copy your old configuration directory to the new location before logging in. For example,</p>
-			<pre caption="copy configuration directory">
-$ <i>cp -r ~/.kde ~/.kde4</i></pre>
-			<p>If this is successful then your settings should all be migrated. If not it is possible to log out and remove the new configuration directory to start with a clean configuration directory.</p>
-		</body>
-	</section>
-</chapter>
-<chapter>
-	<title>Migration from earlier releases</title>
-	<section>
-		<title>Upgrading from the kde-testing overlay</title>
-		<body>
-			<p>If you used the kde-testing overlay before the testing branch was merged back into the master overlay, you're going to get collision-protection errors when you try to update the new ebuilds will show up as belonging to a new slot [NS]. This is caused by a move from the <e>4</e> to <e>4.1</e> SLOT. You have 2 choices in this case:</p>
-			<p>Unmerging all of KDE and install it again</p>
-			<pre caption="Unmerging kde-4.1">
+</pre>
+
+<note>
+If you want to check the list of sets known to Portage run the following:
+<e>emerge --list-sets</e>
+</note>
+
+<note>
+All KDE 4.1 ebuilds require portage-2.2_rc11 or greater, which has implemented
+everything in the new EAPI 2 specification used in these ebuilds.
+</note>
+
+</body>
+</section>
+<section>
+<title>KDE meta packages</title>
+<body>
+
+<note>
+This method is provided to ease the transition to the new sets. There will no
+meta ebuilds for KDE 4.2.
+</note>
+
+<pre caption="emerge meta packages">
+# <i>emerge kde-meta:4.1</i>
+</pre>
+
+</body>
+</section>
+</chapter>
+<chapter>
+<title>Configuration</title>
+<section>
+<body>
+
+<p>
+KDE stores its configuration files in the <e>~/.kde</e> directory by default. In
+the Gentoo ebuilds this has been changed in KDE 4.1 to allow for better
+integration of KDE 3.5 and 4.1 when using the same user account. If you export
+KDEHOME this behaviour will be overridden. It is strongly recommended that you
+do not do this. KDEHOME will make KDE 3.5 and 4.1 use the same configuration
+directory which is not usually desired.
+</p>
+
+<p>
+KDE 3.5 uses <e>~/.kde</e> and the default FHS (-kdeprefix) KDE 4.1 uses
+<e>~/.kde4</e>. If you install KDE 4.1 using the kdeprefix use flag then the
+configuration directory will default to <e>~/.kde4.1</e>, <e>~/.kde4.2</e> etc.
+The advantage of this is that KDE 3.5 and 4.1 can be run from the same user
+account without clobbering settings. Moving backwards in version, i.e. 4.1 to
+3.5, is not supported.
+</p>
+
+<p>
+Settings are not migrated by default. If you want to attempt to migrate your
+settings you should copy your old configuration directory to the new location
+before logging in. For example,
+</p>
+
+<pre caption="copy configuration directory">
+$ <i>cp -r ~/.kde ~/.kde4</i>
+</pre>
+
+<p>
+If this is successful then your settings should all be migrated. If not it is
+possible to log out and remove the new configuration directory to start with a
+clean configuration directory.
+</p>
+
+</body>
+</section>
+</chapter>
+<chapter>
+<title>Migration from earlier releases</title>
+<section>
+<title>Upgrading from the kde-testing overlay</title>
+<body>
+
+<p>
+If you used the kde-testing overlay before the testing branch was merged back
+into the master overlay, you're going to get collision-protection errors when
+you try to update the new ebuilds will show up as belonging to a new slot [NS].
+This is caused by a move from the <e>4</e> to <e>4.1</e> SLOT. You have 2
+choices in this case:
+</p>
+
+<p>
+Unmerging all of KDE and install it again
+</p>
+
+<pre caption="Unmerging kde-4.1">
 # <i>emerge -C @kde-4.1</i>
-			</pre>
-			<p>Changing the SLOT of the installed ebuilds in the VDB.</p>
-			<p>Changing the SLOT in the VDB may cause issues and is not recommended - do it at your own risk. You should instead do the above. If you really want to do that, please grab <uri link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/change_slot;hb=master">the script</uri> from the kde-testing overlay. You should only run it if you understand what it script does and after you double check it.</p>
-			<note>Be warned that this script is known to eat your kittens or steal all your cookies.</note>
-			<pre caption="Running change_slot to update the slot from 4 to 4.1">
+</pre>
+
+<p>
+Changing the SLOT of the installed ebuilds in the VDB.
+</p>
+
+<p>
+Changing the SLOT in the VDB may cause issues and is not recommended - do it at
+your own risk. You should instead do the above. If you really want to do that,
+please grab <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/change_slot;hb=master">the
+script</uri> from the kde-testing overlay. You should only run it if you
+understand what it script does and after you double check it.
+</p>
+
+<note>
+Be warned that this script is known to eat your kittens or steal all your
+cookies.
+</note>
+
+<pre caption="Running change_slot to update the slot from 4 to 4.1">
 # <i>change_slot kde 4 4.1</i>
 # After you confirm that it works as expected (you should see SLOTS as 4.1 and not 4)
 # <i>change_slot kde 4 4.1 Y</i>
-			</pre>
-		</body>
-	</section>
-	<section>
-		<title>Removing kde-3.5</title>
-		<body>
-			<pre caption="Unmerging kde-3.5">
+</pre>
+
+</body>
+</section>
+<section>
+<title>Removing kde-3.5</title>
+<body>
+
+<pre caption="Unmerging kde-3.5">
 # <i>emerge -C @kde-3.5</i>
-			</pre>
-			<note>Run depclean in order to remove all dependent packages.</note>
-		</body>
-	</section>
-	<section>
-		<title>No Desktop icon</title>
-		<body>
-			<p>KDE 4, as it moves towards a semantic desktop, did not bundle an icon for the desktop.</p>
-			<p>The desktop icon can be replaced with the standard folder icon using the following command.</p>
-			<pre caption="sed command">
-$ <i>sed -i -e "s:Icon=desktop:Icon=folder:g" ~/Desktop/.directory</i></pre>
-		</body>
-	</section>
-</chapter>
-<chapter>
-	<title>Hints</title>
-	<section>
-		<title>kde-misc/plasmoids</title>
-		<body>
-			<p>This ebuild contains various plasmoids that were requested by users (if you find others that would be useful to our user community please contact us, svn version will not be added and it must work with KDE 4.1).</p>
-		</body>
-	</section>
-	<section>
-		<title>x11-themes/plasma-themes</title>
-		<body>
-			<p>This ebuild contains various plasma themes. The procedure for requesting additional themes is the same as that for plasmoids.</p>
-		</body>
-	</section>
-	<section>
-		<title>x11-themes/gtk-engines-qt</title>
-		<body>
-			<p>This ebuild should be used if you want your gtk applications to use a similar them to the Qt/KDE applications. Configuration can be found in systemsetings->Apperance->GTK Styles and Fonts.</p>
-		</body>
-	</section>
-	<section>
-		<title>x11-themes/gtk-engines-qtcurve</title>
-		<body>
-			<p>Another approach to making gtk/qt3/qt4 applications looks the same. You must also install x11-themes/qtcurve-qt4 for this to work with Qt 4/KDE 4 applications.</p>
-		</body>
-	</section>
-</chapter>
-<chapter>
-	<title>Uninstalling KDE-4x</title>
-	<section>
-		<title>Removing all KDE packages</title>
-		<body>
-			<p>In order to remove all KDE 4 packages and dependant packages:</p>
-			<pre caption="Unmerging commands">
+</pre>
+
+<note>
+Run depclean in order to remove all dependent packages.
+</note>
+
+</body>
+</section>
+<section>
+<title>No Desktop icon</title>
+<body>
+
+<p>
+KDE 4, as it moves towards a semantic desktop, did not bundle an icon for the
+desktop.
+</p>
+
+<p>
+The desktop icon can be replaced with the standard folder icon using the
+following command.
+</p>
+
+<pre caption="sed command">
+$ <i>sed -i -e "s:Icon=desktop:Icon=folder:g" ~/Desktop/.directory</i>
+</pre>
+
+</body>
+</section>
+</chapter>
+<chapter>
+<title>Hints</title>
+<section>
+<title>kde-misc/plasmoids</title>
+<body>
+
+<p>
+This ebuild contains various plasmoids that were requested by users (if you find
+others that would be useful to our user community please contact us, svn version
+will not be added and it must work with KDE 4.1).
+</p>
+
+</body>
+</section>
+<section>
+<title>x11-themes/plasma-themes</title>
+<body>
+
+<p>
+This ebuild contains various plasma themes. The procedure for requesting
+additional themes is the same as that for plasmoids.
+</p>
+
+</body>
+</section>
+<section>
+<title>x11-themes/gtk-engines-qt</title>
+<body>
+
+<p>
+This ebuild should be used if you want your gtk applications to use a similar
+them to the Qt/KDE applications. Configuration can be found in
+systemsetings->Apperance->GTK Styles and Fonts.
+</p>
+
+</body>
+</section>
+<section>
+<title>x11-themes/gtk-engines-qtcurve</title>
+<body>
+
+<p>
+Another approach to making gtk/qt3/qt4 applications looks the same. You must
+also install x11-themes/qtcurve-qt4 for this to work with Qt 4/KDE 4
+applications.
+</p>
+
+</body>
+</section>
+</chapter>
+<chapter>
+<title>Uninstalling KDE-4x</title>
+<section>
+<title>Removing all KDE packages</title>
+<body>
+
+<p>
+In order to remove all KDE 4 packages and dependant packages:
+</p>
+
+<pre caption="Unmerging commands">
 # <i>emerge -C @kde-4x</i>
 # <i>cd /path/to/our/overlay/</i>
-# <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i></pre>
-		</body>
-	</section>
-	<section>
-		<title>Rebuilding the application database</title>
-		<body>
-			<p>To rebuild the KDE 3 application database run:</p>
-			<pre caption="kbuildsycoca command">
-# kbuildsycoca --noincremental</pre>
-		</body>
-	</section>
+# <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i>
+</pre>
+
+</body>
+</section>
+<section>
+<title>Rebuilding the application database</title>
+<body>
+
+<p>
+To rebuild the KDE 3 application database run:
+</p>
+
+<pre caption="kbuildsycoca command">
+# kbuildsycoca --noincremental
+</pre>
+
+</body>
+</section>
 </chapter>
 </guide>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-10-07 17:47 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; 99+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-10-07 17:47 UTC (permalink / raw
  To: gentoo-commits

keytoaster    08/10/07 17:47:32

  Modified:             kde4-guide.xml
  Log:
  Language fixes

Revision  Changes    Path
1.5                  xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.4&r2=1.5

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kde4-guide.xml	7 Oct 2008 16:39:13 -0000	1.4
+++ kde4-guide.xml	7 Oct 2008 17:47:32 -0000	1.5
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.4 2008/10/07 16:39:13 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.5 2008/10/07 17:47:32 keytoaster Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
@@ -38,14 +38,14 @@
 
 <p>
 In order to minimize issues, it is best to begin with a clean enviroment. You
-will need to uninstall any beta or 4.0.X release (this is needed if you are
-moving from any overlay and in particular if you plan to use the -kdeprefix use
-flag - FHS install). Two possible ways or removing old KDE 4 installations are:
+will need to uninstall any beta or 4.0.X releases (this is needed if you are
+moving from any overlay and in particular if you plan to use the -kdeprefix USE
+flag - FHS install). Two possible ways of removing old KDE 4 installations are:
 </p>
 
 <pre caption="Unmerging commands">
-# <i>emerge -C @kde-4.1 @kdebase-4.1</i> <comment>(only if you are comming from the kdesvn-portage or kde-testing overlay)</comment>
-# <i>emerge -C $(qfile -C -q -e /usr/kde/%PREFIX%)</i> <comment>(replace %PREFIX% with your kde version, eg. 4)</comment>
+# <i>emerge -C @kde-4.1 @kdebase-4.1</i> <comment>(only if you are coming from the kdesvn-portage or kde-testing overlay)</comment>
+# <i>emerge -C $(qfile -C -q -e /usr/kde/%PREFIX%)</i> <comment>(replace %PREFIX% with your KDE version, eg. 4)</comment>
 </pre>
 
 <pre caption="Unmerging commands (only applicable if you are moving from an overlay)">
@@ -55,7 +55,7 @@
 
 <p>
 As a final step you should remove the old overlay so that there are no conflicts
-with the KDE ebuilds. You should remove the old unmask and/or keyword data too.
+with the KDE ebuilds. You should remove the old unmask and/or keyword data, too.
 </p>
 
 <note>
@@ -73,20 +73,20 @@
 
 <p>
 The KDE 4.1 ebuilds won't be masked for long (they're currently masked while
-solving some issues with the co-existence of kde-3.5 and kde-4.X). Until the
-ebuilds are unmasked, get the package.unmask file from under <uri
+solving some issues with the co-existence of KDE 3.5 and  KDE 4.x). Until the
+ebuilds are unmasked, get the <uri>package.unmask</uri> file from under <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde;hb=master">Documentation/package.unmask</uri>.
 If you are running the stable tree you will need to keyword the ebuilds,
 otherwise skip this step. For those running the stable tree in Gentoo:
 </p>
 
 <p>
-Get the appropriate package.keywords file from the kde-testing overlay that can
-be used in your package.keywords file/directory. You can find this file under
-<uri
+Get the appropriate <uri>package.keywords</uri> file from the <c>kde-testing</c>
+overlay that can be used in your <uri>package.keywords</uri> file/directory. You
+can find this file under <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde;hb=master">Documentation/package.keywords</uri>.
-Copy the file to the correct location "/etc/portage/package.keywords/", or add
-it to your "/etc/portage/package.keywords" file.
+Perform one of the following steps, depending on whether your
+<uri>/etc/portage/package.keywords</uri> is a directory or a file:
 </p>
 
 <pre caption="Adding the file to the package.keywords directory">
@@ -96,7 +96,7 @@
 
 <pre caption="Adding the file to the package.keywords file">
 # <i>cd /etc/portage/</i>
-# <i>cat /path/to/keywords/file >> package.keywords </i>
+# <i>cat /path/to/keywords/file >> package.keywords</i>
 </pre>
 
 </body>
@@ -105,40 +105,40 @@
 <chapter>
 <title>Installation</title>
 <section>
-<title>The new kdeprefix use flag</title>
+<title>The new kdeprefix USE flag</title>
 <body>
 
 <p>
-The new kdeprefix use flag allows users to choose between an FHS compliant
+The new kdeprefix USE flag allows users to choose between an FHS compliant
 install (-kdeprefix) or a slotted install in the KDE prefix (+kdeprefix).
 </p>
 
 <p>
 If kdeprefix is disabled (default) KDE is installed into the FHS compliant
 location, i.e. /usr. That means that all of the files are put under /usr. This
-is the desired behavior for most users. The drawback of the FHS compliant
+is the desired behaviour for most users. The drawback of the FHS compliant
 install is that it will not be possible to have more than one minor version of
 KDE side by side (previous behaviour), e.g. KDE 4.1 and 4.2.
 </p>
 
 <note>
-This restriction does not apply to KDE 3.5 (different eclasses) or live versions
-(as they will continue to be installed in the /usr/kde/${live-slot}. You can
-have a non kdeprefix version of KDE 4.1, KDE 3.5 and a live version of KDE
-installed on the same system.
+This restriction does not apply to KDE 3.5 (which uses different eclasses) or
+live versions (as they will continue to be installed under
+<uri>/usr/kde/${live-slot}</uri>. You can have a non-kdeprefix version of KDE
+4.1, KDE 3.5 and a live version of KDE installed on the same system.
 </note>
 
 <p>
-If kdeprefix is enabled then KDE is installed into /usr/kde/${SLOT}, which
-allows you to install KDE 4.1, 4.2, 4.3 etc in /usr/kde/4.1, /usr/kde/4.2,
-/usr/kde/4.3 for example.
+If kdeprefix is enabled then KDE is installed into <uri>/usr/kde/${SLOT}</uri>,
+which allows you to install KDE 4.1, 4.2, 4.3, etc. in <uri>/usr/kde/4.1</uri>,
+<uri>/usr/kde/4.2</uri>, and <uri>/usr/kde/4.3</uri> for example.
 </p>
 
 <warn>
 If you want to move between kdeprefix and -kdeprefix (or vice-versa), it is
-recommended that you unmerge KDE and then emerge it with the modified flag. If
-this is not done KDE installations can have trouble finding certain
-libraries/plugins.
+recommended that you unmerge all KDE packages and then emerge it with the
+modified flag. If this is not done, KDE installations can have trouble finding
+certain libraries/plugins.
 </warn>
 
 </body>
@@ -148,7 +148,7 @@
 <body>
 
 <p>
-One of the new features provided by portage 2.2 is sets.
+One of the new features provided by Portage 2.2 is sets.
 </p>
 
 <p>
@@ -156,16 +156,16 @@
 packages, with the added bonus that users may choose to remove from the default
 sets any packages they do not want. There is still some discussion going on
 before we can put sets in the Portage tree. Thus, grab the sets from the
-kde-testing overlay <uri
+<c>kde-testing</c> overlay <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets;h=e44f270a37083da16da6f1b70c226169e44c4237;hb=master">sets
-directory</uri> and put the ones you like in <e>"/etc/portage/sets"</e> - you
+directory</uri> and put the ones you like in <e>/etc/portage/sets</e> -- you
 can browse the list of sets provided by the KDE team in the overlay.
 </p>
 
 <p>
 Amongst others, there are sets for each KDE tarball - @kdeaccessibility,
 @kdeadmin, @kdeartwork, @kdebase, @kdeedu, @kdegames, @kdegraphics,
-@kdemultimedia, @kdenetwork, @kdepim, @kdesdk, @kdetoys and @kdeutils. There is
+@kdemultimedia, @kdenetwork, @kdepim, @kdesdk, @kdetoys, and @kdeutils. There is
 also a set of sets (the equivalent to the old kde-meta package) @kde, and the
 same for specific versions @kde-3.5 and @kde-4x, a set for KDE deps @kdedeps, a
 set for optional packages @kdeoptional and a set for the split qt packages
@@ -173,26 +173,27 @@
 </p>
 
 <p>
-One can install the complete KDE by doing <e>emerge -av @kde</e>. The specific
+One can install the complete KDE by running <e>emerge -av @kde</e>. The specific
 version equivalents are very useful to uninstall an old version, e.g. <e>emerge
 -C @kde-3.5</e>, or to reinstall all packages from a specific version, e.g.
 <e>emerge -av1 @kde-4x</e>. Advanced features, like removing any unwanted
-packages from a set, will be supported in a future release of portage - you can
+packages from a set, will be supported in a future release of Portage -- you can
 read more about it in <uri
 link="http://planet.gentoo.org/developers/genone/2008/09/29/more_extensions_to_package_set_support">Marius
-Mauch (genone) blog</uri>. This code has already been commited to Portage's svn
-and will allow to reinstall all installed packages of a set with emerge -av
-@&lt;set&gt;/@installled or to have a /etc/portage/sets/kdebase-unwanted set and
-then run <e>emerge -av @kdebase-@kdebase-unwanted</e>.
+Mauch's (genone) blog</uri>. This code has already been committed to Portage's
+SVN and will allow to reinstall all installed packages of a set with <c>emerge
+-av @&lt;set&gt;/@installled</c> or to have a
+<uri>/etc/portage/sets/kdebase-unwanted</uri> set and then run <e>emerge -av
+@kdebase-@kdebase-unwanted</e>.
 </p>
 
 <p>
-We strongly recommend that you install the @kdebase set in order to get a full
-KDE 4 session. The example below would install the kdebase set and the kdegames
-set.
+We strongly recommend that you install the <c>kdebase</c> set in order to get a
+full KDE 4 session. The example below would install the <c>kdebase</c> set and
+the <c>kdegames</c> set.
 </p>
 
-<pre caption="emerge KDE">
+<pre caption="Installing KDE">
 # <i>emerge @kdebase @kdegames</i>
 </pre>
 
@@ -202,8 +203,9 @@
 </note>
 
 <note>
-All KDE 4.1 ebuilds require portage-2.2_rc11 or greater, which has implemented
-everything in the new EAPI 2 specification used in these ebuilds.
+All KDE 4.1 ebuilds require <c>sys-apps/portage-2.2_rc11</c> or greater, which
+has implemented everything in the new EAPI 2 specification used in these
+ebuilds.
 </note>
 
 </body>
@@ -213,7 +215,7 @@
 <body>
 
 <note>
-This method is provided to ease the transition to the new sets. There will no
+This method is provided to ease the transition to the new sets. There will be no
 meta ebuilds for KDE 4.2.
 </note>
 
@@ -233,14 +235,14 @@
 KDE stores its configuration files in the <e>~/.kde</e> directory by default. In
 the Gentoo ebuilds this has been changed in KDE 4.1 to allow for better
 integration of KDE 3.5 and 4.1 when using the same user account. If you export
-KDEHOME this behaviour will be overridden. It is strongly recommended that you
-do not do this. KDEHOME will make KDE 3.5 and 4.1 use the same configuration
-directory which is not usually desired.
+$KDEHOME this behaviour will be overridden. It is strongly recommended that you
+do not do this. $KDEHOME will make KDE 3.5 and 4.1 use the same configuration
+directory which is usually not desired.
 </p>
 
 <p>
 KDE 3.5 uses <e>~/.kde</e> and the default FHS (-kdeprefix) KDE 4.1 uses
-<e>~/.kde4</e>. If you install KDE 4.1 using the kdeprefix use flag then the
+<e>~/.kde4</e>. If you install KDE 4.1 using the kdeprefix USE flag then the
 configuration directory will default to <e>~/.kde4.1</e>, <e>~/.kde4.2</e> etc.
 The advantage of this is that KDE 3.5 and 4.1 can be run from the same user
 account without clobbering settings. Moving backwards in version, i.e. 4.1 to
@@ -253,12 +255,12 @@
 before logging in. For example,
 </p>
 
-<pre caption="copy configuration directory">
+<pre caption="Copying the configuration directory">
 $ <i>cp -r ~/.kde ~/.kde4</i>
 </pre>
 
 <p>
-If this is successful then your settings should all be migrated. If not it is
+If this is successful, then your settings should all be migrated. If not, it is
 possible to log out and remove the new configuration directory to start with a
 clean configuration directory.
 </p>
@@ -273,32 +275,36 @@
 <body>
 
 <p>
-If you used the kde-testing overlay before the testing branch was merged back
-into the master overlay, you're going to get collision-protection errors when
-you try to update the new ebuilds will show up as belonging to a new slot [NS].
-This is caused by a move from the <e>4</e> to <e>4.1</e> SLOT. You have 2
+If you used the <c>kde-testing</c> overlay before the testing branch was merged
+back into the master overlay, you're going to get collision-protection errors
+when you try to update; the new ebuilds will show up as belonging to a new slot
+[NS]. This is caused by a move from the <e>4</e> to <e>4.1</e> SLOT. You have 2
 choices in this case:
 </p>
 
-<p>
-Unmerging all of KDE and install it again
-</p>
+</body>
+</section>
+<section>
+<title>Unmerging all of KDE and installing it again</title>
+<body>
 
 <pre caption="Unmerging kde-4.1">
 # <i>emerge -C @kde-4.1</i>
 </pre>
 
-<p>
-Changing the SLOT of the installed ebuilds in the VDB.
-</p>
+</body>
+</section>
+<section>
+<title>Changing the SLOT of the installed ebuilds in the VDB</title>
+<body>
 
 <p>
-Changing the SLOT in the VDB may cause issues and is not recommended - do it at
+Changing the SLOT in the VDB may cause issues and is not recommended -- do it at
 your own risk. You should instead do the above. If you really want to do that,
 please grab <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/change_slot;hb=master">the
-script</uri> from the kde-testing overlay. You should only run it if you
-understand what it script does and after you double check it.
+script</uri> from the <c>kde-testing</c> overlay. You should only run it if you
+understand what it does and after you double checked it.
 </p>
 
 <note>
@@ -308,17 +314,17 @@
 
 <pre caption="Running change_slot to update the slot from 4 to 4.1">
 # <i>change_slot kde 4 4.1</i>
-# After you confirm that it works as expected (you should see SLOTS as 4.1 and not 4)
+# <comment>(After you confirm that it works as expected (you should see SLOTS as 4.1 and not 4))</comment>
 # <i>change_slot kde 4 4.1 Y</i>
 </pre>
 
 </body>
 </section>
 <section>
-<title>Removing kde-3.5</title>
+<title>Removing KDE 3.5</title>
 <body>
 
-<pre caption="Unmerging kde-3.5">
+<pre caption="Unmerging KDE 3.5">
 # <i>emerge -C @kde-3.5</i>
 </pre>
 
@@ -357,7 +363,7 @@
 
 <p>
 This ebuild contains various plasmoids that were requested by users (if you find
-others that would be useful to our user community please contact us, svn version
+others that would be useful to our user community please contact us, SVN version
 will not be added and it must work with KDE 4.1).
 </p>
 
@@ -379,9 +385,9 @@
 <body>
 
 <p>
-This ebuild should be used if you want your gtk applications to use a similar
-them to the Qt/KDE applications. Configuration can be found in
-systemsetings->Apperance->GTK Styles and Fonts.
+This ebuild should be used if you want your GTK applications to use a theme
+similar to the Qt/KDE applications. Configuration can be found in
+systemsetings->Appearance->GTK Styles and Fonts.
 </p>
 
 </body>
@@ -391,16 +397,16 @@
 <body>
 
 <p>
-Another approach to making gtk/qt3/qt4 applications looks the same. You must
-also install x11-themes/qtcurve-qt4 for this to work with Qt 4/KDE 4
-applications.
+This is another approach to making GTK/Qt 3/Qt 4 applications looks the same.
+You must also install <c>x11-themes/qtcurve-qt4</c> for this to work with Qt
+4/KDE 4 applications.
 </p>
 
 </body>
 </section>
 </chapter>
 <chapter>
-<title>Uninstalling KDE-4x</title>
+<title>Uninstalling KDE 4.x</title>
 <section>
 <title>Removing all KDE packages</title>
 <body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-10-07 19:42 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; 99+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-10-07 19:42 UTC (permalink / raw
  To: gentoo-commits

keytoaster    08/10/07 19:42:36

  Modified:             kde4-guide.xml
  Log:
  Fixing <uri>s

Revision  Changes    Path
1.6                  xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.5&r2=1.6

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kde4-guide.xml	7 Oct 2008 17:47:32 -0000	1.5
+++ kde4-guide.xml	7 Oct 2008 19:42:36 -0000	1.6
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.5 2008/10/07 17:47:32 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.6 2008/10/07 19:42:36 keytoaster Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
@@ -74,19 +74,19 @@
 <p>
 The KDE 4.1 ebuilds won't be masked for long (they're currently masked while
 solving some issues with the co-existence of KDE 3.5 and  KDE 4.x). Until the
-ebuilds are unmasked, get the <uri>package.unmask</uri> file from under <uri
+ebuilds are unmasked, get the package.unmask file from under <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde;hb=master">Documentation/package.unmask</uri>.
 If you are running the stable tree you will need to keyword the ebuilds,
 otherwise skip this step. For those running the stable tree in Gentoo:
 </p>
 
 <p>
-Get the appropriate <uri>package.keywords</uri> file from the <c>kde-testing</c>
-overlay that can be used in your <uri>package.keywords</uri> file/directory. You
+Get the appropriate package.keywords file from the <c>kde-testing</c>
+overlay that can be used in your package.keywords file/directory. You
 can find this file under <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde;hb=master">Documentation/package.keywords</uri>.
 Perform one of the following steps, depending on whether your
-<uri>/etc/portage/package.keywords</uri> is a directory or a file:
+/etc/portage/package.keywords is a directory or a file:
 </p>
 
 <pre caption="Adding the file to the package.keywords directory">
@@ -124,14 +124,14 @@
 <note>
 This restriction does not apply to KDE 3.5 (which uses different eclasses) or
 live versions (as they will continue to be installed under
-<uri>/usr/kde/${live-slot}</uri>. You can have a non-kdeprefix version of KDE
+/usr/kde/${live-slot}. You can have a non-kdeprefix version of KDE
 4.1, KDE 3.5 and a live version of KDE installed on the same system.
 </note>
 
 <p>
-If kdeprefix is enabled then KDE is installed into <uri>/usr/kde/${SLOT}</uri>,
-which allows you to install KDE 4.1, 4.2, 4.3, etc. in <uri>/usr/kde/4.1</uri>,
-<uri>/usr/kde/4.2</uri>, and <uri>/usr/kde/4.3</uri> for example.
+If kdeprefix is enabled then KDE is installed into /usr/kde/${SLOT},
+which allows you to install KDE 4.1, 4.2, 4.3, etc. in /usr/kde/4.1,
+/usr/kde/4.2, and /usr/kde/4.3 for example.
 </p>
 
 <warn>
@@ -183,7 +183,7 @@
 Mauch's (genone) blog</uri>. This code has already been committed to Portage's
 SVN and will allow to reinstall all installed packages of a set with <c>emerge
 -av @&lt;set&gt;/@installled</c> or to have a
-<uri>/etc/portage/sets/kdebase-unwanted</uri> set and then run <e>emerge -av
+/etc/portage/sets/kdebase-unwanted set and then run <e>emerge -av
 @kdebase-@kdebase-unwanted</e>.
 </p>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-10-10 17:16 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2008-10-10 17:16 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    08/10/10 17:16:55

  Modified:             kde4-guide.xml
  Log:
  Applied some updates to the guide as 4.1.2 was finally unmasked and portage-2.2_rc12
  includes some of the expected new features for sets.

Revision  Changes    Path
1.7                  xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.6&r2=1.7

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kde4-guide.xml	7 Oct 2008 19:42:36 -0000	1.6
+++ kde4-guide.xml	10 Oct 2008 17:16:55 -0000	1.7
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.6 2008/10/07 19:42:36 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.7 2008/10/10 17:16:55 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
@@ -72,9 +72,8 @@
 <body>
 
 <p>
-The KDE 4.1 ebuilds won't be masked for long (they're currently masked while
-solving some issues with the co-existence of KDE 3.5 and  KDE 4.x). Until the
-ebuilds are unmasked, get the package.unmask file from under <uri
+The KDE 4.1 ebuilds are no longer masked so you won't need to use a package.unmask
+file from under <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde;hb=master">Documentation/package.unmask</uri>.
 If you are running the stable tree you will need to keyword the ebuilds,
 otherwise skip this step. For those running the stable tree in Gentoo:
@@ -180,9 +179,9 @@
 packages from a set, will be supported in a future release of Portage -- you can
 read more about it in <uri
 link="http://planet.gentoo.org/developers/genone/2008/09/29/more_extensions_to_package_set_support">Marius
-Mauch's (genone) blog</uri>. This code has already been committed to Portage's
-SVN and will allow to reinstall all installed packages of a set with <c>emerge
--av @&lt;set&gt;/@installled</c> or to have a
+Mauch's (genone) blog</uri>. Part of this code has now been released in
+portage-2.2_rc12 and so you can reinstall all installed packages of a set
+with <c>emerge -av @&lt;set&gt;/@installled</c> or to have a
 /etc/portage/sets/kdebase-unwanted set and then run <e>emerge -av
 @kdebase-@kdebase-unwanted</e>.
 </p>
@@ -392,6 +391,7 @@
 
 </body>
 </section>
+
 <section>
 <title>x11-themes/gtk-engines-qtcurve</title>
 <body>
@@ -404,6 +404,22 @@
 
 </body>
 </section>
+
+<section>
+<title>Unable to find libopensync-0.30</title>
+<body>
+
+<p>
+If you get an error building kitchensync or some other package about configure
+being unable to find libopensync-0.30, be sure to either upgrade to the latest
+testing version or to downgrade and mask the 9999 version. You can read more
+about this in <uri link="https://bugs.gentoo.org/show_bug.cgi?id=240370">bug
+240370</uri>.
+</p>
+
+</body>
+</section>
+
 </chapter>
 <chapter>
 <title>Uninstalling KDE 4.x</title>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-10-11 10:11 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2008-10-11 10:11 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    08/10/11 10:11:43

  Modified:             kde4-guide.xml
  Log:
  Removed the reference to the stale package.unmask file and added a note on how
  to use the package.mask file.

Revision  Changes    Path
1.8                  xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.7&r2=1.8

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kde4-guide.xml	10 Oct 2008 17:16:55 -0000	1.7
+++ kde4-guide.xml	11 Oct 2008 10:11:43 -0000	1.8
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.7 2008/10/10 17:16:55 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.8 2008/10/11 10:11:43 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
@@ -73,8 +73,9 @@
 
 <p>
 The KDE 4.1 ebuilds are no longer masked so you won't need to use a package.unmask
-file from under <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde;hb=master">Documentation/package.unmask</uri>.
+file to be able to install them. If you're running ~arch and don't to update to 4.1,
+you can use a package.mask file from under <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.mask/kde;hb=master">Documentation/package.mask</uri>.
 If you are running the stable tree you will need to keyword the ebuilds,
 otherwise skip this step. For those running the stable tree in Gentoo:
 </p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-10-26 14:56 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 99+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2008-10-26 14:56 UTC (permalink / raw
  To: gentoo-commits

scarabeus    08/10/26 14:56:51

  Modified:             kde4-guide.xml
  Log:
  Update kde4-guide again due to slipped outdated section.

Revision  Changes    Path
1.10                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.9&r2=1.10

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- kde4-guide.xml	26 Oct 2008 11:14:57 -0000	1.9
+++ kde4-guide.xml	26 Oct 2008 14:56:51 -0000	1.10
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.9 2008/10/26 11:14:57 scarabeus Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.10 2008/10/26 14:56:51 scarabeus Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
@@ -66,106 +66,37 @@
 </section>
 </chapter>
 <chapter>
-<title>Grabbing overlay</title>
-<section>
-<title>Using layman</title>
-<body>
-
-<pre caption="layman command">
-# <i>layman -fS; layman -a kde-testing</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Using git</title>
-<body>
-
-<pre caption="git command">
-# <i>git clone git://git.overlays.gentoo.org/proj/kde.git /PATH/WHERE/TO/PUT/OVERLAY</i>
-</pre>
-
-</body>
-</section>
-<section>
-<body>
-
-<note>
-The KDE 4.1 ebuilds make use of EAPI 2. Please use portage-2.2_rc11 or greater, if you
-run an otherwise stable profile then you must add portage to your package.keywords file.
-</note>
-
-<note>
-Don't forget to modify /etc/make.conf to add the overlay path to PORTDIR_OVERLAY, or
-to add the support for layman as required.
-</note>
-
-</body>
-</section>
-</chapter>
-
-<chapter>
 <title>Unmasking/Keywording</title>
 <section>
-<title>Using the bundled package.keywords/kde file</title>
+<title>Using the package.keywords/kde file from the kde-testing overlay</title>
 <body>
 
 <p>
 The KDE 4.1 ebuilds are no longer masked so you won't need to use the package.unmask
 file to be able to install them. If you're running ~arch and don't want to update to 4.1,
-you can use the package.mask file from Documentation/package.mask/kde.
+you can use the package.mask file from <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.mask/kde;hb=master">Documentation/package.mask/kde</uri>.
 If you are running the stable tree you will need to keyword the ebuilds,
 otherwise skip this step. For those running the stable tree in Gentoo:
 </p>
 
-<note>
-This is the recomended way of keywording the KDE packages.
-</note>
-
 <p>
-This overlay provides an appropriate package.keywords file that can be
-used in your package.keywords file/directory. You can find this file in
-"Documentation/package.keywords" directory. Copy it to the correct
-location "/etc/portage/package.keywords/" (preferably make a symlink to
-it), or add it to your "/etc/portage/package.keywords" file.
-Perform one of the following steps, depending on whether your
-/etc/portage/package.keywords is a directory or a file:
+Get the appropriate package.keywords file from the <c>kde-testing</c>
+overlay that can be used in your package.keywords file/directory. You
+can find this file under <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde;hb=master">Documentation/package.keywords</uri>
 </p>
 
 <pre caption="Adding the file to the package.keywords directory">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/Documentation/package.keywords/kde .</i>
+# <i>cp /path/to/keywords/file .</i>
 </pre>
 
 <pre caption="Adding the file to the package.keywords file">
 # <i>cd /etc/portage/</i>
-# <i>cat /path/to/overlay/Documentation/package.keywords/kde >> package.keywords </i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Creating the file from the packages in the overlay</title>
-<body>
-
-<pre caption="Adding keywords to the package.keywords directory">
-# <i>cd /path/to/our/overlay/</i>
-# <i>find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print $1"/"$2}'  >> /etc/portage/package.keywords/kde4x</i>
-# <i>cd /usr/portage/</i>
-# <i>find ./x11-libs/qt-* -type d |sed -e "s:./::" |awk -F'/' '{print $1"/"$2}' | uniq >> /etc/portage/package.keywords/kde4x</i>
+# <i>cat /path/to/keywords/file >> package.keywords</i>
 </pre>
 
-<pre caption="Adding keywords to the package.keywords file">
-# <i>cd /path/to/our/overlay/</i>
-# <i>find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print $1"/"$2}' >> /etc/portage/package.keywords</i>
-# <i>cd /usr/portage/</i>
-# <i>find ./x11-libs/qt-* -type d |sed -e "s:./::" |awk -F'/' '{print $1"/"$2}' | uniq >> /etc/portage/package.keywords</i>
-</pre>
-
-<note>
-There are some dependencies which require keywording that are not in this list. Keyword them as necessary.
-</note>
-
 </body>
 </section>
 </chapter>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-10-27 12:10 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 99+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2008-10-27 12:10 UTC (permalink / raw
  To: gentoo-commits

scarabeus    08/10/27 12:10:18

  Modified:             kde4-guide.xml
  Log:
  Updating kde4-guide.xml so it contains link on tarballed sets. Requested by users. Thanks Khas for forcing me to do it.

Revision  Changes    Path
1.11                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.10&r2=1.11

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kde4-guide.xml	26 Oct 2008 14:56:51 -0000	1.10
+++ kde4-guide.xml	27 Oct 2008 12:10:18 -0000	1.11
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.10 2008/10/26 14:56:51 scarabeus Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.11 2008/10/27 12:10:18 scarabeus Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
@@ -156,10 +156,12 @@
 before we can put sets in the Portage tree. Thus, grab the sets from the
 <c>kde-testing</c> overlay <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets;h=e44f270a37083da16da6f1b70c226169e44c4237;hb=master">sets
-directory</uri> and put the ones you like in <e>/etc/portage/sets</e> -- you
+directory</uri> or as <uri
+link="http://dev.gentoo.org/~scarabeus/sets-4.1.tar.bz2">sets tarball</uri>
+and put the ones you like in <e>/etc/portage/sets</e> -- you
 can browse the list of sets provided by the KDE team in the overlay.
 </p>
-
+<note>If you experience any problems with tarball use sets from overlay. (Tarball last updated 20081027)</note>
 <p>
 Amongst others, there are sets for each KDE tarball - @kdeaccessibility,
 @kdeadmin, @kdeartwork, @kdebase, @kdeedu, @kdegames, @kdegraphics,






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2008-11-16 19:25 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 99+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2008-11-16 19:25 UTC (permalink / raw
  To: gentoo-commits

scarabeus    08/11/16 19:25:48

  Modified:             kde4-guide.xml
  Log:
  Add note about 2.2 getting masked to the kde4 guide.

Revision  Changes    Path
1.12                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.11&r2=1.12

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kde4-guide.xml	27 Oct 2008 12:10:18 -0000	1.11
+++ kde4-guide.xml	16 Nov 2008 19:25:48 -0000	1.12
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.11 2008/10/27 12:10:18 scarabeus Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.12 2008/11/16 19:25:48 scarabeus Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.1 Guide</title>
@@ -144,7 +144,7 @@
 <section>
 <title>Using sets</title>
 <body>
-
+		<warn>Portage 2.2_rcX is currently masked to allow 2.1.6 getting stable asap. So if you want to use sets please unmask <c>~sys-apps/portage-2.2</c>. Also all users of kde-crazy should unmask this portage version.</warn>
 <p>
 One of the new features provided by Portage 2.2 is sets.
 </p>
@@ -205,7 +205,7 @@
 <note>
 All KDE 4.1 ebuilds require <c>sys-apps/portage-2.2_rc11</c> or greater, which
 has implemented everything in the new EAPI 2 specification used in these
-ebuilds.
+ebuilds (<c>sys-apps/portage-2.1.6</c> will backport this feature).
 </note>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-01-30  4:42 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-01-30  4:42 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/01/30 04:42:07

  Modified:             kde4-guide.xml
  Log:
  Added a note about versioned sets in world* files.

Revision  Changes    Path
1.14                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.13&r2=1.14

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- kde4-guide.xml	30 Jan 2009 03:51:34 -0000	1.13
+++ kde4-guide.xml	30 Jan 2009 04:42:07 -0000	1.14
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.13 2009/01/30 03:51:34 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.14 2009/01/30 04:42:07 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -300,6 +300,30 @@
 <chapter>
 <title>Migration from earlier releases</title>
 <section>
+<title>Getting blocks while trying to update to 4.2.0</title>
+<body>
+
+<p>
+If you have KDE-4.0 or KDE-4.1 installed and get some blocks while trying to
+update to 4.2.0, make sure you don't have kde versioned deps in the world* files.
+</p>
+
+<pre caption="Looking for kde deps">
+# <i>grep kde /var/lib/portage/world*</i>
+</pre>
+
+<p>
+If you have in your world file a versioned dep as konqueror-4.1.2 or kwrite:4.1,
+you must replace it with konqueror and kwrite. If you're using sets and have
+@kdebase-4.1 in your world_sets file, you need to replace it for @kdebase.
+At the moment all plasmoids packages have a hard dep on libplasma that was removed
+for 4.2.0 and so it's blocked from kdelibs-4.2.0. You'll need to remove them from
+your system or at least remove them from your world file.
+</p>
+
+</body>
+</section>
+<section>
 <title>Upgrading from the kde-testing overlay</title>
 <body>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-01-30  4:55 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-01-30  4:55 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/01/30 04:55:47

  Modified:             kde4-guide.xml
  Log:
  Updated the link to the package.keywords file.
  Thanks to reavertm for the suggestion.

Revision  Changes    Path
1.15                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.14&r2=1.15

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- kde4-guide.xml	30 Jan 2009 04:42:07 -0000	1.14
+++ kde4-guide.xml	30 Jan 2009 04:55:47 -0000	1.15
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.14 2009/01/30 04:42:07 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.15 2009/01/30 04:55:47 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -86,7 +86,8 @@
 Get the appropriate package.keywords file from the <c>kde-testing</c>
 overlay that can be used in your package.keywords file/directory. You
 can find this file under <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde;hb=master">Documentation/package.keywords</uri>
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=Documentation/package.keywords;hb=master">
+Documentation/package.keywords</uri>
 </p>
 
 <pre caption="Adding the file to the package.keywords directory">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-01-30 10:52 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-01-30 10:52 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/01/30 10:52:32

  Modified:             kde4-guide.xml
  Log:
  Applied scarabaeus patch to make it clear that in 4.X, X is the minor version.

Revision  Changes    Path
1.16                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.15&r2=1.16

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- kde4-guide.xml	30 Jan 2009 04:55:47 -0000	1.15
+++ kde4-guide.xml	30 Jan 2009 10:52:32 -0000	1.16
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.15 2009/01/30 04:55:47 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.16 2009/01/30 10:52:32 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -230,7 +230,7 @@
 </note>
 
 <pre caption="emerge meta packages">
-# <i>emerge kde-meta:4.X</i>
+# <i>emerge kde-meta:4.X</i> (Note: X is value of minor kde version 1, 2, etc.)
 </pre>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-01-30 13:19 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-01-30 13:19 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/01/30 13:19:00

  Modified:             kde4-guide.xml
  Log:
  Fixed the link to the sets dir to point to current head.

Revision  Changes    Path
1.17                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.16&r2=1.17

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kde4-guide.xml	30 Jan 2009 10:52:32 -0000	1.16
+++ kde4-guide.xml	30 Jan 2009 13:19:00 -0000	1.17
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.16 2009/01/30 10:52:32 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.17 2009/01/30 13:19:00 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -163,7 +163,7 @@
 sets any packages they do not want. There is still some discussion going on
 before we can put sets in the Portage tree. Thus, grab the sets from the
 <c>kde-testing</c> overlay <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets;h=e44f270a37083da16da6f1b70c226169e44c4237;hb=master">sets
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets">sets
 directory</uri> or grab them as a <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=snapshot;h=5b2fc54fa5d1c8aeddaeb05f044bf28754bb18be;sf=tbz2">
 tar.bz2 archive</uri> and put the ones you like in <e>/etc/portage/sets</e> --






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-02-14 20:25 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-02-14 20:25 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/02/14 20:25:32

  Modified:             kde4-guide.xml
  Log:
  Updated the guide to remove the note about 4.2 being masked and replaced the package.unmask
  with the package.keywords file.

Revision  Changes    Path
1.18                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.17&r2=1.18

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- kde4-guide.xml	30 Jan 2009 13:19:00 -0000	1.17
+++ kde4-guide.xml	14 Feb 2009 20:25:32 -0000	1.18
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.17 2009/01/30 13:19:00 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.18 2009/02/14 20:25:32 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -27,8 +27,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>0.4</version>
-<date>2009-01-30</date>
+<version>0.5</version>
+<date>2009-02-14</date>
 
 <chapter>
 <title>Cleaning up</title>
@@ -72,12 +72,11 @@
 <body>
 
 <p>
-The KDE 4.2 ebuilds are masked for now until we get everything ready. So if you want
-to test it before we unmask it, you'll need to use the package.unmask file from <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde-4.2.0;hb=master">
-Documentation/package.unmask/kde-4.2.0</uri>.
-The KDE 4.1 ebuilds are no longer masked so you won't need to use the package.unmask
-file to be able to install them. 
+The KDE 4.2 ebuilds are now unmasked. If you're running the stable tree, you'll need
+to keyword the packages. You can get the package.keywords file from <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.2.keywords;hb=master">
+Documentation/package.keywords/kde-4.2.keywords</uri>.
+The KDE 4.1 ebuilds are also not masked.
 If you are running the stable tree you will need to keyword the ebuilds,
 otherwise skip this step. For those running the stable tree in Gentoo:
 </p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-02-14 23:13 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-02-14 23:13 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/02/14 23:13:23

  Modified:             kde4-guide.xml
  Log:
  Added 2 sections about akonadi and battery applet / solid notifications issues.

Revision  Changes    Path
1.19                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.18&r2=1.19

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- kde4-guide.xml	14 Feb 2009 20:25:32 -0000	1.18
+++ kde4-guide.xml	14 Feb 2009 23:13:23 -0000	1.19
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.18 2009/02/14 20:25:32 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.19 2009/02/14 23:13:23 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -503,6 +503,49 @@
 
 </body>
 </section>
+
+<section>
+<title>Akonadi complains about the mysql config</title>
+<body>
+
+<p>
+Start by checking the permissions in /usr/share/config. If they're 700, you need
+to update them to 755.
+</p>
+<pre caption="updating /usr/share/config permissions">
+# <i>ls -l /usr/share/config</i>
+# <i>chmod 755 /usr/share/config</i>
+</pre>
+<p>
+If that doesn't solve the error, you need to open the akonadi configuration and
+change the default mysql config. If you don't have the tray running, start
+<c>akonaditray</c>, select "Akonadi Server Configuration", activate  "Use internal
+MySQL server" and then press the test button.
+If you want to use the mysql server and not the embbeded executable, you'll need to
+ensure that mysql is running.
+</p>
+
+</body>
+</section>
+
+<section>
+<title>The battery applet or solid notifications don't show the relevant info</title>
+<body>
+
+<p>
+So that the battery applet or other solid notifications can show the relevant info,
+you need dbus and hald running.
+</p>
+<pre caption="checking and starting dbus and hald">
+# <i>/etc/init.d/dbus status</i>
+# <i>/etc/init.d/hald status</i>
+# <i>/etc/init.d/dbus start</i>
+# <i>/etc/init.d/hald start</i>
+</pre>
+
+</body>
+</section>
+
 </chapter>
 <chapter>
 <title>Uninstalling KDE 4.X</title>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-02-18  2:10 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 99+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-02-18  2:10 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/02/18 02:10:57

  Modified:             kde4-guide.xml
  Log:
  Added a few notes to the guide as requested in #gentoo-kde.

Revision  Changes    Path
1.20                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.19&r2=1.20

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- kde4-guide.xml	14 Feb 2009 23:13:23 -0000	1.19
+++ kde4-guide.xml	18 Feb 2009 02:10:57 -0000	1.20
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.19 2009/02/14 23:13:23 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.20 2009/02/18 02:10:57 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -457,7 +457,8 @@
 <p>
 This ebuild should be used if you want your GTK applications to use a theme
 similar to the Qt/KDE applications. Configuration can be found in
-systemsetings->Appearance->GTK Styles and Fonts.
+systemsetings->Appearance->GTK Styles and Fonts. For KDE-4.2 you need at least
+gtk-engines-qt-1.1-r1.
 </p>
 
 </body>
@@ -509,8 +510,8 @@
 <body>
 
 <p>
-Start by checking the permissions in /usr/share/config. If they're 700, you need
-to update them to 755.
+Start by checking the permissions in /usr/share/config and if you're using +kdeprefix in
+$(kde4-config -prefix)/share/config. If they're 700, you need to update them to 755.
 </p>
 <pre caption="updating /usr/share/config permissions">
 # <i>ls -l /usr/share/config</i>
@@ -529,6 +530,26 @@
 </section>
 
 <section>
+<title>KDM fails to start</title>
+<body>
+
+<p>
+Start by checking the permissions in /usr/share/config and if you're using +kdeprefix in
+$(kde4-config -prefix)/share/config. If they're 700, you need to update them to 755.
+Check previous section.
+If that doesn't solve the error, check the following notice in the kdm ebuild:
+</p>
+<pre caption="kdm notice">
+If when you restart xdm, kdm fails to start with a message like "gentoo kdm[2116]: X
+server startup timeout, terminating" in /var/log/messages, uncomment the ServerTimeout
+line in "grep kdmrc /var/db/pkg/kde-base/kdm-4.2.0/CONTENTS | cut -f2 -d " ""
+and be sure to increase the timeout - 60 should work
+</pre>
+
+</body>
+</section>
+
+<section>
 <title>The battery applet or solid notifications don't show the relevant info</title>
 <body>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-06-20 11:50 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 99+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-06-20 11:50 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/06/20 11:50:44

  Modified:             kde4-guide.xml
  Log:
  Add note that kdeprefix use flag masked

Revision  Changes    Path
1.21                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.20&r2=1.21

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- kde4-guide.xml	18 Feb 2009 02:10:57 -0000	1.20
+++ kde4-guide.xml	20 Jun 2009 11:50:44 -0000	1.21
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.20 2009/02/18 02:10:57 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.21 2009/06/20 11:50:44 alexxy Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -108,6 +108,9 @@
 <title>The new kdeprefix USE flag</title>
 <body>
 
+<warn>
+Big Fat Warning! kdeprefix use flag masked. Its <b>unsupported</b>And shouldnt be used by our users in any way. Use in your own risc
+</warn>
 <p>
 The new kdeprefix USE flag allows users to choose between an FHS compliant
 install (-kdeprefix) or a slotted install in the KDE prefix (+kdeprefix).






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-06-22 16:58 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; 99+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2009-06-22 16:58 UTC (permalink / raw
  To: gentoo-commits

keytoaster    09/06/22 16:58:27

  Modified:             kde4-guide.xml
  Log:
  Fixing last commit's language.

Revision  Changes    Path
1.22                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.21&r2=1.22

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- kde4-guide.xml	20 Jun 2009 11:50:44 -0000	1.21
+++ kde4-guide.xml	22 Jun 2009 16:58:27 -0000	1.22
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.21 2009/06/20 11:50:44 alexxy Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.22 2009/06/22 16:58:27 keytoaster Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -109,8 +109,10 @@
 <body>
 
 <warn>
-Big Fat Warning! kdeprefix use flag masked. Its <b>unsupported</b>And shouldnt be used by our users in any way. Use in your own risc
+Big Fat Warning! The kdeprefix USE flag is masked. It's <b>unsupported</b>
+and shouldn't be used by users in any way. Use on your own risk.
 </warn>
+
 <p>
 The new kdeprefix USE flag allows users to choose between an FHS compliant
 install (-kdeprefix) or a slotted install in the KDE prefix (+kdeprefix).






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-06-22 17:20 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-06-22 17:20 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/06/22 17:20:18

  Modified:             kde4-guide.xml
  Log:
  add one more paragraph with more explanations about kdeprefix USE flag

Revision  Changes    Path
1.23                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.22&r2=1.23

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- kde4-guide.xml	22 Jun 2009 16:58:27 -0000	1.22
+++ kde4-guide.xml	22 Jun 2009 17:20:18 -0000	1.23
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.22 2009/06/22 16:58:27 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.23 2009/06/22 17:20:18 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -146,6 +146,12 @@
 certain libraries/plugins.
 </warn>
 
+<p>
+kdeprefix is now masked by default though, as it caused many issues that blocked
+the stabilization of KDE 4 that aren't easy to fix. If you really want kdeprefix
+USE flag you'll have to read portage manpages to find out how to unmask it.
+</p>
+
 </body>
 </section>
 <section>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-06-22 17:22 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-06-22 17:22 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/06/22 17:22:43

  Modified:             kde4-guide.xml
  Log:
  use note instead of paragraph

Revision  Changes    Path
1.24                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.23&r2=1.24

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- kde4-guide.xml	22 Jun 2009 17:20:18 -0000	1.23
+++ kde4-guide.xml	22 Jun 2009 17:22:43 -0000	1.24
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.23 2009/06/22 17:20:18 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.24 2009/06/22 17:22:43 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE 4.X Guide</title>
@@ -146,11 +146,11 @@
 certain libraries/plugins.
 </warn>
 
-<p>
+<note>
 kdeprefix is now masked by default though, as it caused many issues that blocked
 the stabilization of KDE 4 that aren't easy to fix. If you really want kdeprefix
 USE flag you'll have to read portage manpages to find out how to unmask it.
-</p>
+</note>
 
 </body>
 </section>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-06-26 20:40 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-06-26 20:40 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/06/26 20:40:48

  Modified:             kde4-guide.xml
  Log:
  Major rewrite of kde 4 guide: added kde3 references as well, added note about monolithic ebuilds, cleaned up kde4, added note about kdeprefix, added snapshots and live ebuilds installation guide

Revision  Changes    Path
1.25                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.24&r2=1.25

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- kde4-guide.xml	22 Jun 2009 17:22:43 -0000	1.24
+++ kde4-guide.xml	26 Jun 2009 20:40:48 -0000	1.25
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.24 2009/06/22 17:22:43 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.25 2009/06/26 20:40:48 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
-<title>Gentoo KDE 4.X Guide</title>
+<title>Gentoo KDE Guide</title>
 
 <author title="Author">
+  <mail link="tampakrap" />
+</author>
+<author title="Author">
   <mail link="scarabeus" />
 </author>
 <author title="Author">
@@ -19,7 +22,7 @@
 </author>
 
 <abstract>
-This guide demonstrates how to setup KDE 4.X using the ebuilds in the tree. Some
+This guide demonstrates how to setup KDE using the ebuilds in the tree. Some
 tools from the KDE team's git overlay (kde-testing) will be used.
 </abstract>
 
@@ -27,135 +30,499 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>0.5</version>
-<date>2009-02-14</date>
+<version>0.6</version>
+<date>2009-06-26</date>
 
 <chapter>
-<title>Cleaning up</title>
+<title>KDE 3</title>
 <section>
-<title>Removing old KDE versions</title>
+<title>Introduction</title>
 <body>
 
 <p>
-In order to minimize issues, it is best to begin with a clean enviroment. You
-will need to uninstall any beta or 4.0.X releases (this is needed if you are
-moving from any overlay and in particular if you plan to use the -kdeprefix USE
-flag - FHS install). Two possible ways of removing old KDE 4 installations are:
+KDE 3 is no longer maintained by upstream, with 3.5.10 being their last release.
+Also, most KDE 3 applications aren't maintained any more, as they already have been
+or are currently being ported to KDE 4. The Gentoo KDE Team, provides both KDE 3
+and KDE 4 ebuilds for the base KDE and for various applications, and supports a side
+by side full desktop installation of KDE 3 and 4, including misc KDE applications.
+Our advice is for you to install and use by default a full KDE 4 desktop, and use
+only the KDE 3 applications that you feel have yet to be propperly ported to KDE 4
+(due to missing features, random crashes etc).
 </p>
 
-<pre caption="Unmerging commands">
-# <i>emerge -C @kde-4.1 @kdebase-4.1</i> <comment>(only if you are coming from the kdesvn-portage or kde-testing overlay)</comment>
-# <i>emerge -C $(qfile -C -q -e /usr/kde/%PREFIX%)</i> <comment>(replace %PREFIX% with your KDE version, eg. 4)</comment>
-</pre>
+<warn>
+Keep in mind that since KDE 3 isn't maintained by upstream any more, it is possible
+and likely that bug reports concerning KDE 3 applications may not be fixed, but
+rather closed as WONTFIX / CANTFIX / UPSTREAM, or instead kept open for a long time
+until a fix (patch) is provided.
+</warn>
 
-<pre caption="Unmerging commands (only applicable if you are moving from an overlay)">
-# <i>cd /path/to/old/overlay/</i>
-# <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i>
-</pre>
+</body>
+</section>
+<section>
+<title>KDE 3 Stabilization</title>
+<body>
 
 <p>
-As a final step you should remove the old overlay so that there are no conflicts
-with the KDE ebuilds. You should remove the old unmask and/or keyword data, too.
+Currently 3.5.9 is marked stable on all architectures (with stable keywords), while
+3.5.10 is in the process of stabilization (see <uri link="https://bugs.gentoo.org/271889">
+bug 271889</uri>) - it is already stable on the amd64 and x86 arches.<br />
+KDE 3.5.10 uses only split ebuilds, meaning that users of monolithic ebuilds (like
+kdebase, kdepim, kdegames etc) must unemerge them manually and then proceed with
+the installation of KDE 3.5.10 as described below.
 </p>
 
-<note>
-Don't forget to run depclean in order to uninstall any dependant packages.
-</note>
+<p>
+The team is also cleaning up the various KDE 3 applications, either by removing them
+from the tree, if they are too old, broken and unmaintained, or by stabilizing the
+latest version after moving the SLOT to :3.5. (<uri
+link="https://bugs.gentoo.org/270945">bug 270945</uri>), and dropping arts support
+(with major help from Media/Video teams). When this task is finished, we are going to
+drop arts from base KDE 3 as well.
+</p>
 
 </body>
 </section>
-</chapter>
-<chapter>
-<title>Unmasking/Keywording</title>
 <section>
-<title>Using the package.keywords/kde file from the kde-testing overlay</title>
+<title>KDE 3.5.10 Installation</title>
 <body>
 
 <p>
-The KDE 4.2 ebuilds are now unmasked. If you're running the stable tree, you'll need
-to keyword the packages. You can get the package.keywords file from <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.2.keywords;hb=master">
-Documentation/package.keywords/kde-4.2.keywords</uri>.
-The KDE 4.1 ebuilds are also not masked.
-If you are running the stable tree you will need to keyword the ebuilds,
-otherwise skip this step. For those running the stable tree in Gentoo:
+The installation of KDE 3 can be done either by using the meta packages (kdebase-meta,
+kdepim-meta, kde-meta) or by using the sets. As stated before, users of monolithic 3.5.9
+ebuilds that want to update to 3.5.10 and get strange blocks, should manually unemerge
+monolithic 3.5.9 ebuilds (kdebase, kdepim, kdegames etc) and emerge 3.5.10 as explained
+below. For installation using meta packages:
+</p>
+
+<pre caption="Installation of KDE 3 using meta packages">
+# <i>emerge -av kde-meta:3.5</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta:3.5 kdegames-meta:3.5</i> <comment>(installation of chosen modules only)</comment>
+</pre>
+
+<note>
+Installation of KDE 3 can be done in parallel with KDE 4, because both use different eclasses,
+thus different slotting and prefix, so they don't affect each other. <c>kdeprefix</c> USE Flag
+for KDE 4 (explained later) has nothing to do with KDE 3/4 mixed installations.
+</note>
+
+<p>
+For installation using sets check the <uri link="#sets">Using Sets</uri> section.
 </p>
 
 <p>
-Get the appropriate package.keywords file from the <c>kde-testing</c>
-overlay that can be used in your package.keywords file/directory. You
-can find this file under <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=Documentation/package.keywords;hb=master">
-Documentation/package.keywords</uri>
+In case KDE 3.5.10 isn't marked stable in your architecture yet (or you are using ~mips or
+~x86-fbsd, that don't provide stable keywords any more), we provide a package.keywords file
+in <c>kde-testing</c> overlay under <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-3.5.keywords;hb=HEAD">
+Documentation/package.keywords</uri> directory.
 </p>
 
+<pre caption="Adding the file to the package.keywords file">
+# <i>cd /etc/portage/</i>
+# <i>cat /path/to/kde-3.5.keywords/file >> package.keywords</i>
+</pre>
+
 <pre caption="Adding the file to the package.keywords directory">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>cp /path/to/keywords/file .</i>
+# <i>cp /path/to/kde-3.5-keywords/file .</i>
 </pre>
 
-<pre caption="Adding the file to the package.keywords file">
-# <i>cd /etc/portage/</i>
-# <i>cat /path/to/keywords/file >> package.keywords</i>
+</body>
+</section>
+<section>
+<title>Installation of KDE 3 Applications</title>
+<body>
+
+<p>
+As stated before, KDE 3 Applications are slotted as :3.5, which allows users to have them
+installed along with the KDE 4 equivalents, just like in the base applications. For better
+administration of your system, you could take full advantage of slots and use slotted
+package selections in your package.keywords and world file. For example:
+</p>
+
+<pre caption="Installation of KDE 3 application">
+# <i>echo "app-cat/application:3.5" &gt;&gt; /etc/portage/package.keywords[/&lt;file&gt;]</i>
+<comment>(in case the KDE 3 application is still keyworded as testing)</comment>
+# <i>emerge -av application:3.5</i>
 </pre>
 
+<p>
+The same rules apply for KDE 4 applications, which are slotted as :4. This way, the emerge
+and removal of an application can be easily done without conflicts, blocks, or unwanted
+removals.
+</p>
+
 </body>
 </section>
 </chapter>
 <chapter>
-<title>Installation</title>
+<title>KDE 4</title>
 <section>
-<title>The new kdeprefix USE flag</title>
+<title>Introduction</title>
+<body>
+
+<p>
+KDE 4 is the current KDE version supported by upstream. The current KDE 4 version
+available through portage is 4.2.4 (this version is considered stable by upstream).
+In addition, KDE upstream provides weekly <uri link="ftp://ftp.kde.org/pub/kde/unstable">
+snapshots</uri>, and a <uri link="http://websvn.kde.org">live SVN tree</uri>.
+The Gentoo KDE team provides the snapshots, trunk and latest branch live ebuilds,
+through the <c>kde-testing</c> overlay. To enable this, the user can have multiple
+parallel KDE 4 installations, with the use of the <c>kdeprefix</c> USE flag.
+</p>
+
+<p>
+Choose what KDE version is most appropriate for you:
+</p>
+<table>
+<tr>
+ <ti><uri link="#kde_portage">KDE from Portage (currently 4.2.4)</uri></ti>
+</tr>
+<tr>
+ <ti><uri link="#snapshots">KDE snapshots (currently 4.2.X)</uri></ti>
+</tr>
+<tr>
+ <ti><uri link="#live">KDE live ebuilds</uri></ti>
+</tr>
+</table>
+
+</body>
+</section>
+<section>
+<title>The kdeprefix USE flag</title>
 <body>
 
 <warn>
-Big Fat Warning! The kdeprefix USE flag is masked. It's <b>unsupported</b>
-and shouldn't be used by users in any way. Use on your own risk.
+The <c>kdeprefix</c> USE flag is currently masked. It's <b>unsupported</b>
+and shouldn't be used by users in any way. Use at your own risk. Read bellow
+for the reasons that led to the masking of the USE flag.
 </warn>
 
 <p>
-The new kdeprefix USE flag allows users to choose between an FHS compliant
-install (-kdeprefix) or a slotted install in the KDE prefix (+kdeprefix).
+The <c>kdeprefix</c> USE flag allows users to choose between an FHS compliant
+install (<c>-kdeprefix</c>) or a slotted install in the KDE prefix (<c>+kdeprefix</c>).
 </p>
 
 <p>
-If kdeprefix is disabled (default) KDE is installed into the FHS compliant
-location, i.e. /usr. That means that all of the files are put under /usr. This
-is the desired behaviour for most users. The drawback of the FHS compliant
-install is that it will not be possible to have more than one minor version of
-KDE side by side (previous behaviour), e.g. KDE 4.1 and 4.2.
+If <c>kdeprefix</c> is disabled (default) KDE is installed into the FHS compliant
+location, i.e. <path>/usr</path>. That means that all of the files are put under
+<path>/usr</path>. This is the desired behaviour for most users. The drawback of
+the FHS compliant install is that it will not be possible to have more than one
+minor version of KDE side by side (previous behaviour), e.g. KDE 4.2 and 4.3.
 </p>
 
 <note>
-This restriction does not apply to KDE 3.5 (which uses different eclasses) or
-live versions (as they will continue to be installed under
-/usr/kde/${live-slot}. You can have a non-kdeprefix version of KDE
-4.1, KDE 3.5 and a live version of KDE installed on the same system.
+This restriction does not apply to KDE 3 (which uses different prefix (<path>/usr/kde/3.5</path>)).
+You can have KDE 3.5 with either <c>-kdeprefix</c> or <c>kdeprefix</c> KDE 4.X in the same system.
 </note>
 
+<warn>
+Mixing a <c>+kdeprefix</c> and a <c>-kdeprefix</c> KDE installation is not supported, nor
+recommended. If you really want kdeprefix in your system, you'll have to unmask
+it and put it globally in <path>/etc/make.conf</path>
+</warn>
+
 <p>
-If kdeprefix is enabled then KDE is installed into /usr/kde/${SLOT},
-which allows you to install KDE 4.1, 4.2, 4.3, etc. in /usr/kde/4.1,
-/usr/kde/4.2, and /usr/kde/4.3 for example.
+If <c>kdeprefix</c> is enabled then KDE is installed into <path>/usr/kde/${SLOT}</path>,
+which allows you to install KDE 4.2, 4.3, live etc. in <path>/usr/kde/4.2</path>,
+<path>/usr/kde/4.3</path>, and <path>/usr/kde/live</path> for example.
 </p>
 
 <warn>
-If you want to move between kdeprefix and -kdeprefix (or vice-versa), it is
+If you want to move between <c>kdeprefix</c> and <c>-kdeprefix</c> (or vice-versa), it is
 recommended that you unmerge all KDE packages and then emerge it with the
 modified flag. If this is not done, KDE installations can have trouble finding
-certain libraries/plugins.
+certain libraries/plugins. Check <uri link="#cleanup">Cleaning Up KDE</uri>
+for more details.
+</warn>
+
+<p>
+Recently <c>kdeprefix</c> got masked by default, as it caused many problems, like
+collisions between the same packages when having two or more KDE installations,
+or strange behaviour even when only one <c>+kdeprefix</c> KDE installation was present
+in the system. Great examples of packages with such problems are pykde4 and
+amarok. Since the Gentoo KDE Team decided to proceed with the stabilization of KDE 4
+(KDE 4.2.4 being the best candidate at this moment), those issues needed to be resolved
+first. As it was difficult to fix them, we decided to mask the use flag instead.
+<b>If you really know what you are doing</b> and you are sure that you want
+<c>kdeprefix</c> unmasked and enabled in your system, please read the portage manpage
+to unmask it, and add it globally to <path>/etc/make.conf</path>.
+</p>
+
+</body>
+</section>
+<section id="kde_portage">
+<title>Installing KDE 4.2.4 (from Portage)</title>
+<body>
+
+<p>
+<uri link="http://kde.org/announcements/announce-4.2.4.php">KDE 4.2.4</uri> is the
+KDE 4 version that Gentoo has in Portage - it's considered by upstream as the latest
+stable. Currently it's in the testing branch in Portage, but in June's meeting the
+Gentoo KDE Team decided to move forward with KDE 4 stabilization - 4.2.4 being the
+best candidate.
+</p>
+
+<note>
+In order to minimize issues it is recommended to start with a clean environment. Read
+more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
+</note>
+
+<p>
+Users with stable systems have to keyword the packages to proceed.
+We provide a package.keyword file in <c>kde-testing</c> overlay under <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.2.keywords;hb=master">
+Documentation/package.keywords/</uri> directory.
+</p>
+
+<pre caption="Adding the file to the package.keywords file">
+# <i>cd /etc/portage/</i>
+# <i>cat /path/to/kde-4.2.keywords/file >> package.keywords</i>
+</pre>
+
+<pre caption="Adding the file to the package.keywords directory">
+# <i>cd /etc/portage/package.keywords</i>
+# <i>cp /path/to/kde-4.2.keywords/file .</i>
+</pre>
+
+<p>
+The installation can be done either by using the meta packages or by using sets.
+</p>
+
+<pre caption="Installation of KDE 4.2.4 using meta packages">
+# <i>emerge -av kde-meta:4.2</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta:4.2 kdegames-meta:4.2</i> <comment>(installation of chosen modules only)</comment>
+</pre>
+
+<p>
+For installation using sets check the <uri link="#sets">Using Sets</uri> section.
+</p>
+
+</body>
+</section>
+<section id="snapshots">
+<title>Installing KDE 4.2.X snapshots (from kde-testing overlay)</title>
+<body>
+
+<warn>
+KDE snapshots are <b>bleeding edge</b>. Use at your own risk.
+</warn>
+
+<p>
+KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">weekly snapshots</uri>
+taken from the <uri link="http://websvn.kde.org/trunk/">SVN trunk tree</uri>. KDE now provides
+4.2.X snapshot series, and after 4.3 release they are going to start with 4.3.60. Beta and
+Release Candidate KDE releases are following the snapshot model bellow:
+</p>
+
+<table>
+<tr>
+ <th>Snaphot version</th>
+ <th>KDE Version</th>
+</tr>
+<tr>
+ <ti>4.X.85</ti>
+ <ti>KDE 4.X Beta 1</ti>
+</tr>
+<tr>
+ <ti>4.X.90</ti>
+ <ti>KDE 4.X Beta 2</ti>
+</tr>
+<tr>
+ <ti>4.X.95</ti>
+ <ti>KDE 4.X Release Candidate</ti>
+</tr>
+</table>
+
+<note>
+In order to minimize issues it is recommended to start with a clean environment. Read
+more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
+</note>
+
+<note>
+You'll need portage-2.2_rc*, so please add <c>~sys-apps/portage-2.2</c> entry to your
+<path>/etc/portage/package.unmask[/*]</path> file.
+</note>
+
+<p>
+Snapshots are only available through <c>kde-testing</c> overlay, so you first need to
+add it:
+</p>
+
+<pre caption="Installing kde-testing overlay from layman">
+# <i>layman -f -a kde-testing</i>
+<comment>For more information regarding overlays, please read the <uri
+link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
+</pre>
+
+<p>
+If you're used to git repos, don't want to use layman and rather do all
+the sync work yourself, you can install the repo directly:
+</p>
+
+<pre caption="Installing kde-testing overlay directly">
+# <i>mkdir /&lt;repo-base-dir&gt;</i>
+# <i>cd /&lt;repo-base-dir&gt;</i>
+# git clone git://git.overlays.gentoo.org/proj/kde.git
+</pre>
+
+<p>
+Users with stable systems have to keyword the packages to proceed.
+We provide a package.keyword file in <c>kde-testing</c> overlay, which we'll
+have to symlink to our package.keywords directory:
+</p>
+
+<pre caption="Creating symlink of the kde-4.3.keywords file">
+# <i>cd /etc/portage/package.keywords</i>
+# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.3.keywords .</i>
+</pre>
+
+<p>
+Finally, to install them you'll have to use sets, as we don't provide meta packages
+for snapshots.
+</p>
+
+<pre caption="Installation of KDE snapshots using sets">
+# <i>emerge -av @kde-4.3</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.3 @kdegames-4.3</i> <comment>(installation of chosen modules only)</comment>
+<comment>See the <uri link="#sets">Using Sets</uri> section for more information.</comment>
+</pre>
+
+</body>
+</section>
+<section id="live">
+<title>Installing KDE live ebuilds (from kde-testing overlay)</title>
+<body>
+
+<warn>
+KDE live ebuilds are <b>bleeding edge</b>. Use at your own risk.
 </warn>
 
+<p>
+KDE is Open Source, with its code being available for browsing through<uri
+link="http://websvn.kde.org">KDE Websvn</uri>, and for public checkout
+through an anonymous (anonsvn) account. Gentoo, as a source based distro,
+has the ability to provide live ebuilds that checkout the code either from
+the latest branch or from trunk. Currently, we provide 4.2.9999 ebuilds
+from 4.2 branch and 4.3.9999 ebuilds from 4.3 branch, as both are alive.
+We are going to drop 4.2.9999 ebuilds when 4.3 gets released officially.
+</p>
+
+<table>
+<tr>
+ <th>Ebuilds version</th>
+ <th>KDE Version</th>
+</tr>
+<tr>
+ <ti>4.2.9999</ti>
+ <ti>KDE 4.2 Branch</ti>
+</tr>
+<tr>
+ <ti>4.3.9999</ti>
+ <ti>KDE 4.3.Branch</ti>
+</tr>
+<tr>
+ <ti>9999</ti>
+ <ti>KDE 4 Trunk (currently 4.4)</ti>
+</tr>
+</table>
+
 <note>
-kdeprefix is now masked by default though, as it caused many issues that blocked
-the stabilization of KDE 4 that aren't easy to fix. If you really want kdeprefix
-USE flag you'll have to read portage manpages to find out how to unmask it.
+In order to minimize issues it is recommended to start with a clean environment. Read
+more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
+</note>
+
+<note>
+You'll need portage-2.2_rc*, so please add <c>~sys-apps/portage-2.2</c> entry in your
+<path>/etc/portage/package.unmask</path> file.
+</note>
+
+<p>
+Live ebuilds are only available through <c>kde-testing</c> overlay, so first thing is to install
+it:
+</p>
+
+<pre caption="Installing kde-testing overlay">
+# <i>layman -f -a kde-testing</i>
+<comment>For more information regarding overlays, please read the <uri
+link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
+</pre>
+
+<p>
+Users with stable systems have to keyword the packages to proceed.
+We provide a package.keyword file in <c>kde-testing</c> overlay, which we'll
+have to symlink to our package.keywords directory:
+</p>
+
+<pre caption="Creating symlink of the kde-4.X.9999.keywords or kde-live file">
+# <i>cd /etc/portage/package.keywords</i>
+# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.2.9999.keywords .</i><comment>(for 4.2 Branch)</comment>
+# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.3.9999.keywords .</i><comment>(for 4.3 Branch)</comment>
+# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE 4.4 Trunk)</comment>
+</pre>
+
+<p>
+Finally, to install them you'll have to use sets, as we don't provide meta packages
+for live ebuilds.
+</p>
+
+<pre caption="Installation of KDE live ebuilds using sets">
+<comment>(For KDE 4.2 Branch:)</comment>
+# <i>emerge -av @kde-4.2</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.2 @kdegames-4.2</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE 4.3 Branch)</comment>
+# <i>emerge -av @kde-4.3</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.3 @kdegames-4.3</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE 4.4 Trunk)</comment>
+# <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>
+<comment>See the <uri link="#sets">Using Sets</uri> section for more information.</comment>
+</pre>
+
+<note>
+You may be interested for Qt live ebuilds as well. Check the Qt Guide (TODO) for
+installation instructions.
 </note>
 
 </body>
 </section>
 <section>
-<title>Using sets</title>
+<title>Installation of KDE 4 Applications</title>
+<body>
+
+<p>
+KDE 4 Applications are slotted in :4, which allows the users to have them
+installed along with the KDE 3 equivalents, just like in the base applications. For better
+administration of your system, you could take full advantage of slots and use slotted
+package selections in your package.keywords and world file. For example:
+</p>
+
+<pre caption="Installation of KDE 4 application">
+# <i>echo "app-cat/application:4" >> /etc/portage/package.keywords</i>
+# <i>emerge -av application:4</i>
+</pre>
+
+<p>
+The same rules apply for KDE 3 applications, which are slotted in :3.5. This way, the emerge
+and removal of an application can be easily done without conflicts, blocks, or unwanted
+removals.
+</p>
+
+<p>
+In kde-testing you may find live ebuilds of KDE 4 applications. These are slotted in :4
+as well, but they <b>can not</b> be installed in parallel with normal ones. You are
+free though to use live KDE 4 applications with KDE 4 from portage, or to use
+portage KDE 4 applications with your live KDE.
+</p>
+
+</body>
+</section>
+</chapter>
+<chapter>
+<title>Additional Installation/Removal Information</title>
+<section id="sets">
+<title>Using Sets</title>
 <body>
 
 <warn>
@@ -176,10 +543,16 @@
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets">sets
 directory</uri> or grab them as a <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=snapshot;h=5b2fc54fa5d1c8aeddaeb05f044bf28754bb18be;sf=tbz2">
-tar.bz2 archive</uri> and put the ones you like in <e>/etc/portage/sets</e> --
+tar.bz2 archive</uri> and put the ones you like in <path>/etc/portage/sets</path> --
 you can browse the list of sets provided by the KDE team in the overlay
 by using the first link.
 </p>
+
+<note>
+In case you are using <c>kde-testing</c> overlay you can use sets directly instead
+of copying them to <path>/etc/portage/sets</path>.
+</note>
+
 <p>
 Amongst others, there are sets for each KDE tarball - @kdeaccessibility,
 @kdeadmin, @kdeartwork, @kdebase, @kdeedu, @kdegames, @kdegraphics,
@@ -192,16 +565,16 @@
 
 <p>
 One can install the complete KDE by running <e>emerge -av @kde</e>. The specific
-version equivalents are very useful to uninstall an old version, e.g. <e>emerge
--C @kde-3.5</e>, or to reinstall all packages from a specific version, e.g.
-<e>emerge -av1 @kde-4x</e>. Advanced features, like removing any unwanted
+version equivalents are very useful to uninstall an old version, e.g. <c>emerge
+-C @kde-3.5</c>, or to reinstall all packages from a specific version, e.g.
+<c>emerge -av1 @kde-4x</c>. Advanced features, like removing any unwanted
 packages from a set, will be supported in a future release of Portage -- you can
 read more about it in <uri
 link="http://planet.gentoo.org/developers/genone/2008/09/29/more_extensions_to_package_set_support">Marius
 Mauch's (genone) blog</uri>. Part of this code has now been released in
 portage-2.2_rc12 and so you can reinstall all installed packages of a set
 with <c>emerge -av @&lt;set&gt;/@installled</c> or to have a
-/etc/portage/sets/kdebase-unwanted set and then run <e>emerge -av
+<path>/etc/portage/sets/kdebase-unwanted</path> set and then run <e>emerge -av
 @kdebase-@kdebase-unwanted</e>.
 </p>
 
@@ -228,19 +601,52 @@
 
 </body>
 </section>
-<section>
-<title>KDE meta packages</title>
+<section id="cleanup">
+<title>Cleaning Up KDE</title>
 <body>
 
+<p>
+In order to minimize issues, it is best to begin with a clean enviroment. This is
+recommended for the following cases:
+ * Moving from <c>+kdeprefix</c> to <c>-kdeprefix</c> (and vice versa)
+ * Downgrading KDE (eg. from snapshots/live ebuilds to portage version)
+ * Fully upgrading from KDE 3 to KDE 4 (and vice versa)
+ * Moving from an old overlay
+Two possible ways of removing old KDE installations are:
+</p>
+
+<pre caption="Unmerging commands">
+# <i>emerge -C @kde-4.X @kdebase-4.X @kde-3.5</i>(using the typical sets)
+# <i>emerge -C $(qfile -C -q -e /usr/kde/%PREFIX%)</i> <comment>(replace %PREFIX% with your KDE version, eg. 3.5, 4)</comment>
+</pre>
+
+<pre caption="Unmerging commands (only applicable if you are moving from an overlay)">
+# <i>cd /path/to/overlay/</i>
+# <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i>
+</pre>
+
+<p>
+As a final step you should remove the old overlay so that there are no conflicts
+with the KDE ebuilds. You should remove the old unmask and/or keyword data, too.
+</p>
+
 <note>
-This method is provided to ease the transition to the new sets. We had planned
-not to have meta ebuilds for KDE 4.2, but as sets support isn't finalized yet,
-that portage-2.2 is still hard masked and that we can't have sets in the tree,
-we opted to offer metas for 4.2.
+Don't forget to run depclean in order to uninstall any dependant packages.
 </note>
 
-<pre caption="emerge meta packages">
-# <i>emerge kde-meta:4.X</i> (Note: X is value of minor kde version 1, 2, etc.)
+</body>
+</section>
+<section>
+<title>Rebuilding the application database</title>
+<body>
+
+<p>
+To rebuild the KDE application database run:
+</p>
+
+<pre caption="kbuildsycoca command">
+# kbuildsycoca --noincremental (for KDE 3)
+# kbuildsycoca4 --noincremental (for KDE 4)
 </pre>
 
 </body>
@@ -255,24 +661,24 @@
 is shiped to you, just name has been changed so now for getting translations use
 theese comands.
 </p>
+
 <pre caption="emerge translations for kde4 packages">
 # <i>emerge kde-l10n</i>
 </pre>
+
 <pre caption="emerge translations for kde3 packages">
 # <i>emerge kde-i18n</i>
 </pre>
 
 </body>
 </section>
-</chapter>
-<chapter>
-<title>Configuration</title>
 <section>
+<title>Configuration of ~/.kde Directory</title>
 <body>
 
 <p>
-KDE stores its configuration files in the <e>~/.kde</e> directory by default. In
-the Gentoo ebuilds this has been changed in KDE 4.1 and later to allow for better
+KDE stores its configuration files in the <path>~/.kde</path> directory by default.
+In the Gentoo ebuilds this has been changed in KDE 4.1 and later to allow for better
 integration of KDE 3.5 and 4.X when using the same user account. If you export
 $KDEHOME this behaviour will be overridden. It is strongly recommended that you
 do not do this. $KDEHOME will make KDE 3.5 and 4.X use the same configuration
@@ -280,10 +686,10 @@
 </p>
 
 <p>
-KDE 3.5 uses <e>~/.kde</e> and the default FHS (-kdeprefix) KDE 4.X uses
-<e>~/.kde4</e>. If you install KDE 4.1 using the kdeprefix USE flag then the
-configuration directory will default to <e>~/.kde4.1</e>, for KDE 4.2 it will
-be <e>~/.kde4.2</e> and so on.
+KDE 3.5 uses <path>~/.kde</path> and the default FHS (<c>-kdeprefix</c>) KDE 4.X uses
+<e>~/.kde4</e>. If you install KDE 4.1 using the <c>kdeprefix</c> USE flag then the
+configuration directory will default to <path>~/.kde4.1</path>, for KDE 4.2 it will
+be <path>~/.kde4.2</path> and so on.
 The advantage of this is that KDE 3.5 and 4.X can be run from the same user
 account without clobbering settings. Moving backwards in version, i.e. 4.X to
 3.5, is not supported.
@@ -292,7 +698,7 @@
 <p>
 Settings are not migrated by default. If you want to attempt to migrate your
 settings you should copy your old configuration directory to the new location
-before logging in. For example,
+before logging in. For example:
 </p>
 
 <pre caption="Copying the configuration directory">
@@ -309,138 +715,14 @@
 </section>
 </chapter>
 <chapter>
-<title>Migration from earlier releases</title>
-<section>
-<title>Getting blocks while trying to update to 4.2.0</title>
-<body>
-
-<p>
-If you have KDE-4.0 or KDE-4.1 installed and get some blocks while trying to
-update to 4.2.0, make sure you don't have kde versioned deps in the world* files.
-</p>
-
-<pre caption="Looking for kde deps">
-# <i>grep kde /var/lib/portage/world*</i>
-</pre>
-
-<p>
-If you have in your world file a versioned dep as konqueror-4.1.2 or kwrite:4.1,
-you must replace it with konqueror and kwrite. If you're using sets and have
-@kdebase-4.1 in your world_sets file, you need to replace it for @kdebase.
-At the moment all plasmoids packages have a hard dep on libplasma that was removed
-for 4.2.0 and so it's blocked from kdelibs-4.2.0. You'll need to remove them from
-your system or at least remove them from your world file.
-</p>
-
-</body>
-</section>
-<section>
-<title>Upgrading from the kde-testing overlay</title>
-<body>
-
-<p>
-If you used the <c>kde-testing</c> overlay before the testing branch was merged
-back into the master overlay, you're going to get collision-protection errors
-when you try to update; the new ebuilds will show up as belonging to a new slot
-[NS]. This is caused by a move from the <e>4</e> to <e>4.1</e> SLOT. You have 2
-choices in this case:
-</p>
-
-</body>
-</section>
-<section>
-<title>Unmerging all of KDE and installing it again</title>
-<body>
-
-<pre caption="Unmerging kde-4.1">
-# <i>emerge -C @kde-4.1</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Changing the SLOT of the installed ebuilds in the VDB</title>
-<body>
-
-<p>
-Changing the SLOT in the VDB may cause issues and is not recommended -- do it at
-your own risk. You should instead do the above. If you really want to do that,
-please grab <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/change_slot;hb=master">the
-script</uri> from the <c>kde-testing</c> overlay. You should only run it if you
-understand what it does and after you double checked it.
-</p>
-
-<note>
-Be warned that this script is known to eat your kittens or steal all your
-cookies.
-</note>
-
-<pre caption="Running change_slot to update the slot from 4 to 4.2">
-# <i>change_slot kde 4 4.2</i>
-# <comment>(After you confirm that it works as expected (you should see SLOTS as 4.2 and not 4))</comment>
-# <i>change_slot kde 4 4.2 Y</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Removing KDE 3.5</title>
-<body>
-
-<pre caption="Unmerging KDE 3.5">
-# <i>emerge -C @kde-3.5</i>
-</pre>
-
-<note>
-Run depclean in order to remove all dependent packages.
-</note>
-
-</body>
-</section>
-<section>
-<title>No Desktop icon</title>
-<body>
-
-<p>
-KDE 4, as it moves towards a semantic desktop, did not bundle an icon for the
-desktop.
-</p>
-
-<p>
-The desktop icon can be replaced with the standard folder icon using the
-following command.
-</p>
-
-<pre caption="sed command">
-$ <i>sed -i -e "s:Icon=desktop:Icon=folder:g" ~/Desktop/.directory</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Missing icons in KDE4</title>
-<body>
-		
-<p>
-When you occur with this bug try first this command before opening bug.
-</p>
-<pre caption="emerge command">
-# <i>emerge -1 kdebase-data &amp;&amp; emerge -1 hicolor-icon-theme kdebase-data</i>
-</pre>
-
-</body>
-</section>
-</chapter>
-<chapter>
-<title>Hints</title>
+<title>Hints and Troubleshooting</title>
 <section>
 <title>Plasmoids</title>
 <body>
 
 <p>
 Plasmoids are new plasma tools which can enhance your desktop experience
-to brand new level. We created kde-plasma/ section where we place every plasmoid
+to brand new level. Many plasmoids are available in kde-mis/ category,
 on which we get our nasty hands and find it workable enought. If you find out
 that your favorite one is missing create bug and somebody might create it for
 you.
@@ -474,7 +756,6 @@
 
 </body>
 </section>
-
 <section>
 <title>x11-themes/gtk-engines-qtcurve</title>
 <body>
@@ -487,7 +768,6 @@
 
 </body>
 </section>
-
 <section>
 <title>Unable to find libopensync-0.30</title>
 <body>
@@ -504,20 +784,22 @@
 </section>
 
 <section>
-<title>Flash in konqueror</title>
+<title>Flash in Konqueror</title>
 <body>
 
 <p>
 If you are interested in getting flash working in konqueror point your mind
 to <uri link="kde-flash.xml" >guide</uri> which describes necessary steps for
-getting it done.
+getting it done. Latest www-plugins/adobe-flash (both 32 and 64-bit) should
+work flawlessly though, maybe you'll need to Scan for Plugins under
+Konqueror->Settings->Plugins.
 </p>
 
 </body>
 </section>
 
 <section>
-<title>Akonadi complains about the mysql config</title>
+<title>Akonadi Complains about the MySQL Config</title>
 <body>
 
 <p>
@@ -539,7 +821,6 @@
 
 </body>
 </section>
-
 <section>
 <title>KDM fails to start</title>
 <body>
@@ -550,6 +831,7 @@
 Check previous section.
 If that doesn't solve the error, check the following notice in the kdm ebuild:
 </p>
+
 <pre caption="kdm notice">
 If when you restart xdm, kdm fails to start with a message like "gentoo kdm[2116]: X
 server startup timeout, terminating" in /var/log/messages, uncomment the ServerTimeout
@@ -557,56 +839,44 @@
 and be sure to increase the timeout - 60 should work
 </pre>
 
-</body>
-</section>
-
-<section>
-<title>The battery applet or solid notifications don't show the relevant info</title>
-<body>
-
 <p>
-So that the battery applet or other solid notifications can show the relevant info,
-you need dbus and hald running.
+Also be sure that the following services are started:
 </p>
-<pre caption="checking and starting dbus and hald">
+
+<pre caption="checking and starting services">
 # <i>/etc/init.d/dbus status</i>
 # <i>/etc/init.d/hald status</i>
-# <i>/etc/init.d/dbus start</i>
-# <i>/etc/init.d/hald start</i>
+# <i>/etc/init.d/consolekit status</i>
 </pre>
 
-</body>
-</section>
-
-</chapter>
-<chapter>
-<title>Uninstalling KDE 4.X</title>
-<section>
-<title>Removing all KDE packages</title>
-<body>
-
 <p>
-In order to remove all KDE 4 packages and dependant packages:
+If not, enable them by replacing status with start, and use
+the command <c>rc-update add dbus default</c> for every one
+of them to add them to default runlevel.
 </p>
 
-<pre caption="Unmerging commands">
-# <i>emerge -C @kde-4x</i>
-# <i>cd /path/to/our/overlay/</i>
-# <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i>
-</pre>
+<p>
+Finally, KDM could fail due to errors in xorg.conf. Take a
+look in logs: <path>/var/log/Xorg.0.log</path> and
+<path>/var/log/kdm.log</path> and fix xorg.conf accordingly.
+For additional help you can find us in IRC (#gentoo-kde at Freenode).
+</p>
 
 </body>
 </section>
 <section>
-<title>Rebuilding the application database</title>
+<title>The battery applet or solid notifications don't show the relevant info</title>
 <body>
 
 <p>
-To rebuild the KDE 3 application database run:
+So that the battery applet or other solid notifications can show the relevant info,
+you need dbus and hald running.
 </p>
-
-<pre caption="kbuildsycoca command">
-# kbuildsycoca --noincremental
+<pre caption="checking and starting dbus and hald">
+# <i>/etc/init.d/dbus status</i>
+# <i>/etc/init.d/hald status</i>
+# <i>/etc/init.d/dbus start</i>
+# <i>/etc/init.d/hald start</i>
 </pre>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-06-29 23:05 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 99+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-06-29 23:05 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/06/29 23:05:02

  Modified:             kde4-guide.xml
  Log:
  Few typo fixes. Removal of libopensync informations, because kitchensync was disabled by upstream as broken.

Revision  Changes    Path
1.26                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.25&r2=1.26

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- kde4-guide.xml	26 Jun 2009 20:40:48 -0000	1.25
+++ kde4-guide.xml	29 Jun 2009 23:05:01 -0000	1.26
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.25 2009/06/26 20:40:48 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.26 2009/06/29 23:05:01 scarabeus Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -645,8 +645,8 @@
 </p>
 
 <pre caption="kbuildsycoca command">
-# kbuildsycoca --noincremental (for KDE 3)
-# kbuildsycoca4 --noincremental (for KDE 4)
+# <i>kbuildsycoca --noincremental</i> (for KDE 3)
+# <i>kbuildsycoca4 --noincremental</i> (for KDE 4)
 </pre>
 
 </body>
@@ -722,7 +722,7 @@
 
 <p>
 Plasmoids are new plasma tools which can enhance your desktop experience
-to brand new level. Many plasmoids are available in kde-mis/ category,
+to brand new level. Many plasmoids are available in kde-misc/ category,
 on which we get our nasty hands and find it workable enought. If you find out
 that your favorite one is missing create bug and somebody might create it for
 you.
@@ -730,6 +730,10 @@
 @plasmoids which contains all plasmoids currently availible.
 </p>
 
+<note>
+Mostly all plasmoids are currently placed on kde-testing overlay.
+</note>
+
 </body>
 </section>
 <section>
@@ -768,20 +772,6 @@
 
 </body>
 </section>
-<section>
-<title>Unable to find libopensync-0.30</title>
-<body>
-
-<p>
-If you get an error building kitchensync or some other package about configure
-being unable to find libopensync-0.30, be sure to either upgrade to the latest
-testing version or to downgrade and mask the 9999 version. You can read more
-about this in <uri link="https://bugs.gentoo.org/show_bug.cgi?id=240370">bug
-240370</uri>.
-</p>
-
-</body>
-</section>
 
 <section>
 <title>Flash in Konqueror</title>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-07-01 12:01 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-07-01 12:01 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/07/01 12:01:00

  Modified:             kde4-guide.xml
  Log:
  add info about monolithic and split koffice 1.6.3

Revision  Changes    Path
1.27                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.26&r2=1.27

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- kde4-guide.xml	29 Jun 2009 23:05:01 -0000	1.26
+++ kde4-guide.xml	1 Jul 2009 12:01:00 -0000	1.27
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.26 2009/06/29 23:05:01 scarabeus Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.27 2009/07/01 12:01:00 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -69,7 +69,9 @@
 bug 271889</uri>) - it is already stable on the amd64 and x86 arches.<br />
 KDE 3.5.10 uses only split ebuilds, meaning that users of monolithic ebuilds (like
 kdebase, kdepim, kdegames etc) must unemerge them manually and then proceed with
-the installation of KDE 3.5.10 as described below.
+the installation of KDE 3.5.10 as described below. Koffice 1.6.3 is also in the progress
+of stabilization, and the last version includes only split ebuilds. So, users of monolithic
+koffice should also unemerge it manually and <c>emerge koffice-meta-1.6.3_p20090204</c>.
 </p>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-07-01 13:00 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-07-01 13:00 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/07/01 13:00:32

  Modified:             kde4-guide.xml
  Log:
  allign entries, and fix typo

Revision  Changes    Path
1.28                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.27&r2=1.28

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- kde4-guide.xml	1 Jul 2009 12:01:00 -0000	1.27
+++ kde4-guide.xml	1 Jul 2009 13:00:32 -0000	1.28
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.27 2009/07/01 12:01:00 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.28 2009/07/01 13:00:32 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -608,12 +608,18 @@
 <body>
 
 <p>
-In order to minimize issues, it is best to begin with a clean enviroment. This is
+In order to minimize issues, it is best to begin with a clean environment. This is
 recommended for the following cases:
- * Moving from <c>+kdeprefix</c> to <c>-kdeprefix</c> (and vice versa)
- * Downgrading KDE (eg. from snapshots/live ebuilds to portage version)
- * Fully upgrading from KDE 3 to KDE 4 (and vice versa)
- * Moving from an old overlay
+</p>
+
+<ul>
+ <li>Moving from <c>+kdeprefix</c> to <c>-kdeprefix</c> (and vice versa)</li>
+ <li>Downgrading KDE (eg. from snapshots/live ebuilds to portage version)</li>
+ <li>Fully upgrading from KDE 3 to KDE 4 (and vice versa)</li>
+ <li>Moving from an old overlay</li>
+</ul>
+
+<p>
 Two possible ways of removing old KDE installations are:
 </p>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-07-03  0:51 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-07-03  0:51 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/07/03 00:51:19

  Modified:             kde4-guide.xml
  Log:
  add note about l10n for koffice, and for live sets

Revision  Changes    Path
1.29                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.28&r2=1.29

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- kde4-guide.xml	1 Jul 2009 13:00:32 -0000	1.28
+++ kde4-guide.xml	3 Jul 2009 00:51:19 -0000	1.29
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.28 2009/07/01 13:00:32 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.29 2009/07/03 00:51:19 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -69,9 +69,9 @@
 bug 271889</uri>) - it is already stable on the amd64 and x86 arches.<br />
 KDE 3.5.10 uses only split ebuilds, meaning that users of monolithic ebuilds (like
 kdebase, kdepim, kdegames etc) must unemerge them manually and then proceed with
-the installation of KDE 3.5.10 as described below. Koffice 1.6.3 is also in the progress
+the installation of KDE 3.5.10 as described below. KOffice 1.6.3 is also in the progress
 of stabilization, and the last version includes only split ebuilds. So, users of monolithic
-koffice should also unemerge it manually and <c>emerge koffice-meta-1.6.3_p20090204</c>.
+KOffice should also unemerge it manually and <c>emerge koffice-meta-1.6.3_p20090204</c>.
 </p>
 
 <p>
@@ -483,7 +483,7 @@
 </pre>
 
 <note>
-You may be interested for Qt live ebuilds as well. Check the Qt Guide (TODO) for
+You may be interested for Qt live ebuilds  as well. Check the Qt Guide (TODO) for
 installation instructions.
 </note>
 
@@ -518,6 +518,11 @@
 portage KDE 4 applications with your live KDE.
 </p>
 
+<note>
+There is also a set with live KDE 4 applications, @kde-extras-live, in kde-testing and
+a set with Qt live applications, @qt-extras-live, in qting-edge overlay.
+</note>
+
 </body>
 </section>
 </chapter>
@@ -670,12 +675,13 @@
 theese comands.
 </p>
 
-<pre caption="emerge translations for kde4 packages">
+<pre caption="emerge commands for translations">
+<comment>For KDE 4 and KOffice 2:</comment>
 # <i>emerge kde-l10n</i>
-</pre>
-
-<pre caption="emerge translations for kde3 packages">
+# <i>emerge koffice-l10n</i>
+<comment>For KDE 3 and KOffice 1.6.3:</comment>
 # <i>emerge kde-i18n</i>
+# <i>emerge koffice-i18n</i>
 </pre>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-07-10  8:22 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-07-10  8:22 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/07/10 08:22:46

  Modified:             kde4-guide.xml
  Log:
  fix typo in below words, as pointed out by esigra, and remove 4.2.9999 refferences

Revision  Changes    Path
1.30                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.29&r2=1.30

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- kde4-guide.xml	3 Jul 2009 00:51:19 -0000	1.29
+++ kde4-guide.xml	10 Jul 2009 08:22:46 -0000	1.30
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.29 2009/07/03 00:51:19 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.30 2009/07/10 08:22:46 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -197,7 +197,7 @@
 
 <warn>
 The <c>kdeprefix</c> USE flag is currently masked. It's <b>unsupported</b>
-and shouldn't be used by users in any way. Use at your own risk. Read bellow
+and shouldn't be used by users in any way. Use at your own risk. Read below
 for the reasons that led to the masking of the USE flag.
 </warn>
 
@@ -315,7 +315,7 @@
 KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">weekly snapshots</uri>
 taken from the <uri link="http://websvn.kde.org/trunk/">SVN trunk tree</uri>. KDE now provides
 4.2.X snapshot series, and after 4.3 release they are going to start with 4.3.60. Beta and
-Release Candidate KDE releases are following the snapshot model bellow:
+Release Candidate KDE releases are following the snapshot model below:
 </p>
 
 <table>
@@ -406,9 +406,9 @@
 link="http://websvn.kde.org">KDE Websvn</uri>, and for public checkout
 through an anonymous (anonsvn) account. Gentoo, as a source based distro,
 has the ability to provide live ebuilds that checkout the code either from
-the latest branch or from trunk. Currently, we provide 4.2.9999 ebuilds
-from 4.2 branch and 4.3.9999 ebuilds from 4.3 branch, as both are alive.
-We are going to drop 4.2.9999 ebuilds when 4.3 gets released officially.
+the latest branch or from trunk. Currently, we provide 4.3.9999 ebuilds from
+4.3 branch. (We recently dropped 4.2.9999 ebuilds as 4.2 branch is mostly
+dead).
 </p>
 
 <table>
@@ -417,10 +417,6 @@
  <th>KDE Version</th>
 </tr>
 <tr>
- <ti>4.2.9999</ti>
- <ti>KDE 4.2 Branch</ti>
-</tr>
-<tr>
  <ti>4.3.9999</ti>
  <ti>KDE 4.3.Branch</ti>
 </tr>
@@ -459,7 +455,6 @@
 
 <pre caption="Creating symlink of the kde-4.X.9999.keywords or kde-live file">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.2.9999.keywords .</i><comment>(for 4.2 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.3.9999.keywords .</i><comment>(for 4.3 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE 4.4 Trunk)</comment>
 </pre>
@@ -470,9 +465,6 @@
 </p>
 
 <pre caption="Installation of KDE live ebuilds using sets">
-<comment>(For KDE 4.2 Branch:)</comment>
-# <i>emerge -av @kde-4.2</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.2 @kdegames-4.2</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE 4.3 Branch)</comment>
 # <i>emerge -av @kde-4.3</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-4.3 @kdegames-4.3</i> <comment>(installation of chosen modules only)</comment>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-07-16  8:32 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 99+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-07-16  8:32 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/07/16 08:32:07

  Modified:             kde4-guide.xml
  Log:
  Better information about wrong permissions.

Revision  Changes    Path
1.31                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.30&r2=1.31

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- kde4-guide.xml	10 Jul 2009 08:22:46 -0000	1.30
+++ kde4-guide.xml	16 Jul 2009 08:32:07 -0000	1.31
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.30 2009/07/10 08:22:46 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.31 2009/07/16 08:32:07 scarabeus Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -799,12 +799,12 @@
 <body>
 
 <p>
-Start by checking the permissions in /usr/share/config and if you're using +kdeprefix in
-$(kde4-config -prefix)/share/config. If they're 700, you need to update them to 755.
+Start by checking the permissions in /usr/share/config and /usr/share/kde4. If you're using +kdeprefix then
+check the permissions in $(kde4-config -prefix) instead of /usr/ too. If they're 700, you need to update them
+to 755 recursively.
 </p>
 <pre caption="updating /usr/share/config permissions">
-# <i>ls -l /usr/share/config</i>
-# <i>chmod 755 /usr/share/config</i>
+# <i>chmod -R 755 /usr/share/{config,kde4}</i>
 </pre>
 <p>
 If that doesn't solve the error, you need to open the akonadi configuration and






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-07-20  8:02 Alex Alexander (wired)
  0 siblings, 0 replies; 99+ messages in thread
From: Alex Alexander (wired) @ 2009-07-20  8:02 UTC (permalink / raw
  To: gentoo-commits

wired       09/07/20 08:02:12

  Modified:             kde4-guide.xml
  Log:
  added instructions on how to unmask kdeprefix use flag

Revision  Changes    Path
1.32                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.31&r2=1.32

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- kde4-guide.xml	16 Jul 2009 08:32:07 -0000	1.31
+++ kde4-guide.xml	20 Jul 2009 08:02:12 -0000	1.32
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.31 2009/07/16 08:32:07 scarabeus Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.32 2009/07/20 08:02:12 wired Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -248,10 +248,15 @@
 (KDE 4.2.4 being the best candidate at this moment), those issues needed to be resolved
 first. As it was difficult to fix them, we decided to mask the use flag instead.
 <b>If you really know what you are doing</b> and you are sure that you want
-<c>kdeprefix</c> unmasked and enabled in your system, please read the portage manpage
-to unmask it, and add it globally to <path>/etc/make.conf</path>.
+<c>kdeprefix</c> unmasked and enabled in your system, add kdeprefix globally to
+<path>/etc/make.conf</path> and unmask it by following the instructions below.
 </p>
 
+<pre caption="Unmasking the kdeprefix use flag">
+# <i>mkdir -p /etc/portage/profile</i>
+# <i>echo "-kdeprefix" >> /etc/portage/profile/use.mask</i>
+</pre>
+
 </body>
 </section>
 <section id="kde_portage">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-08-05 14:18 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-08-05 14:18 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/08/05 14:18:36

  Modified:             kde4-guide.xml
  Log:
  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

Revision  Changes    Path
1.33                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.32&r2=1.33

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- kde4-guide.xml	20 Jul 2009 08:02:12 -0000	1.32
+++ kde4-guide.xml	5 Aug 2009 14:18:36 -0000	1.33
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.32 2009/07/20 08:02:12 wired Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.33 2009/08/05 14:18:36 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -182,7 +182,7 @@
  <ti><uri link="#kde_portage">KDE from Portage (currently 4.2.4)</uri></ti>
 </tr>
 <tr>
- <ti><uri link="#snapshots">KDE snapshots (currently 4.2.X)</uri></ti>
+ <ti><uri link="#snapshots">KDE snapshots (currently 4.3.X)</uri></ti>
 </tr>
 <tr>
  <ti><uri link="#live">KDE live ebuilds</uri></ti>
@@ -263,6 +263,13 @@
 <title>Installing KDE 4.2.4 (from Portage)</title>
 <body>
 
+<note>
+<uri link="http://kde.org/announcements/announce-4.3.0.php">KDE 4.3.0</uri> is in
+Portage tree but hardmasked until bug 280312 is fixed. To install/upgrade you can
+follow the same procedure as for 4.2.4, by choosing the equivalent keywords files
+and sets/metas, and also using an unmask file from kde-testing as an additional step.
+</note>
+
 <p>
 <uri link="http://kde.org/announcements/announce-4.2.4.php">KDE 4.2.4</uri> is the
 KDE 4 version that Gentoo has in Portage - it's considered by upstream as the latest
@@ -309,7 +316,7 @@
 </body>
 </section>
 <section id="snapshots">
-<title>Installing KDE 4.2.X snapshots (from kde-testing overlay)</title>
+<title>Installing KDE 4.3.X snapshots (from kde-testing overlay)</title>
 <body>
 
 <warn>
@@ -319,7 +326,7 @@
 <p>
 KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">weekly snapshots</uri>
 taken from the <uri link="http://websvn.kde.org/trunk/">SVN trunk tree</uri>. KDE now provides
-4.2.X snapshot series, and after 4.3 release they are going to start with 4.3.60. Beta and
+4.3.X snapshot series, and after 4.4 release they are going to start with 4.4.60. Beta and
 Release Candidate KDE releases are following the snapshot model below:
 </p>
 
@@ -382,12 +389,20 @@
 
 <pre caption="Creating symlink of the kde-4.3.keywords file">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.3.keywords .</i>
+# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.4.keywords .</i>
 </pre>
 
 <p>
-Finally, to install them you'll have to use sets, as we don't provide meta packages
-for snapshots.
+The installation can be done either by using the meta packages or by using sets.
+</p>
+
+<pre caption="Installation of KDE snapshots using meta packages">
+# <i>emerge -av kde-meta:4.4</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta:4.4 kdegames-meta:4.4</i> <comment>(installation of chosen modules only)</comment>
+</pre>
+
+<p>
+For installation using sets check the <uri link="#sets">Using Sets</uri> section.
 </p>
 
 <pre caption="Installation of KDE snapshots using sets">
@@ -464,10 +479,14 @@
 # <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE 4.4 Trunk)</comment>
 </pre>
 
-<p>
-Finally, to install them you'll have to use sets, as we don't provide meta packages
-for live ebuilds.
-</p>
+<pre caption="Installation of KDE live ebuilds using meta packages">
+<comment>(For KDE 4.3 Branch)</comment>
+# <i>emerge -av kde-meta:4.3</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta:4.3 kdegames-meta:4.3</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE 4.4 Trunk)</comment>
+# <i>emerge -av kde-meta:live</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta:live kdegames-meta:live</i> <comment>(installation of chosen modules only)</comment>
+</pre>
 
 <pre caption="Installation of KDE live ebuilds using sets">
 <comment>(For KDE 4.3 Branch)</comment>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-08-05 14:58 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-08-05 14:58 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/08/05 14:58:40

  Modified:             kde4-guide.xml
  Log:
  small fixes about sets refferences

Revision  Changes    Path
1.34                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.33&r2=1.34

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- kde4-guide.xml	5 Aug 2009 14:18:36 -0000	1.33
+++ kde4-guide.xml	5 Aug 2009 14:58:40 -0000	1.34
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.33 2009/08/05 14:18:36 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.34 2009/08/05 14:58:40 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -401,10 +401,6 @@
 # <i>emerge -av kdebase-meta:4.4 kdegames-meta:4.4</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
-<p>
-For installation using sets check the <uri link="#sets">Using Sets</uri> section.
-</p>
-
 <pre caption="Installation of KDE snapshots using sets">
 # <i>emerge -av @kde-4.3</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-4.3 @kdegames-4.3</i> <comment>(installation of chosen modules only)</comment>
@@ -479,6 +475,10 @@
 # <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE 4.4 Trunk)</comment>
 </pre>
 
+<p>
+The installation can be done either by using the meta packages or by using sets.
+</p>
+
 <pre caption="Installation of KDE live ebuilds using meta packages">
 <comment>(For KDE 4.3 Branch)</comment>
 # <i>emerge -av kde-meta:4.3</i> <comment>(contains all of KDE modules)</comment>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-08-05 15:07 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-08-05 15:07 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/08/05 15:07:46

  Modified:             kde4-guide.xml
  Log:
  FAIL: fix kde 4.3 announcement link

Revision  Changes    Path
1.35                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.34&r2=1.35

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- kde4-guide.xml	5 Aug 2009 14:58:40 -0000	1.34
+++ kde4-guide.xml	5 Aug 2009 15:07:46 -0000	1.35
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.34 2009/08/05 14:58:40 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.35 2009/08/05 15:07:46 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -264,7 +264,7 @@
 <body>
 
 <note>
-<uri link="http://kde.org/announcements/announce-4.3.0.php">KDE 4.3.0</uri> is in
+<uri link="http://kde.org/announcements/4.3/index.php">KDE 4.3.0</uri> is in
 Portage tree but hardmasked until bug 280312 is fixed. To install/upgrade you can
 follow the same procedure as for 4.2.4, by choosing the equivalent keywords files
 and sets/metas, and also using an unmask file from kde-testing as an additional step.






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-08-07  7:30 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-08-07  7:30 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/08/07 07:30:35

  Modified:             kde4-guide.xml
  Log:
  More detailed KDE 4.3 installation instructions

Revision  Changes    Path
1.36                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.35&r2=1.36

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- kde4-guide.xml	5 Aug 2009 15:07:46 -0000	1.35
+++ kde4-guide.xml	7 Aug 2009 07:30:35 -0000	1.36
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.35 2009/08/05 15:07:46 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.36 2009/08/07 07:30:35 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -179,7 +179,7 @@
 </p>
 <table>
 <tr>
- <ti><uri link="#kde_portage">KDE from Portage (currently 4.2.4)</uri></ti>
+ <ti><uri link="#kde_portage">KDE from Portage (currently 4.2.4 and 4.3.0)</uri></ti>
 </tr>
 <tr>
  <ti><uri link="#snapshots">KDE snapshots (currently 4.3.X)</uri></ti>
@@ -260,22 +260,21 @@
 </body>
 </section>
 <section id="kde_portage">
-<title>Installing KDE 4.2.4 (from Portage)</title>
+<title>Installing KDE 4.2.4 or KDE 4.3.0 (from Portage)</title>
 <body>
 
 <note>
 <uri link="http://kde.org/announcements/4.3/index.php">KDE 4.3.0</uri> is in
-Portage tree but hardmasked until bug 280312 is fixed. To install/upgrade you can
-follow the same procedure as for 4.2.4, by choosing the equivalent keywords files
-and sets/metas, and also using an unmask file from kde-testing as an additional step.
+Portage tree but hardmasked until bug 280312 is fixed.
 </note>
 
 <p>
-<uri link="http://kde.org/announcements/announce-4.2.4.php">KDE 4.2.4</uri> is the
-KDE 4 version that Gentoo has in Portage - it's considered by upstream as the latest
-stable. Currently it's in the testing branch in Portage, but in June's meeting the
-Gentoo KDE Team decided to move forward with KDE 4 stabilization - 4.2.4 being the
-best candidate.
+<uri link="http://kde.org/announcements/announce-4.2.4.php">KDE 4.2.4</uri> and
+is the <uri link="http://kde.org/announcements/4.3/index.php">KDE 4.3.0</uri> are
+the KDE 4 versions that Gentoo has in Portage - they are considered by upstream as
+the latest stable. Currently they are in the testing branch in Portage, but in June's
+meeting the Gentoo KDE Team decided to move forward with KDE 4 stabilization - 4.2.4
+being the best candidate.
 </p>
 
 <note>
@@ -285,19 +284,50 @@
 
 <p>
 Users with stable systems have to keyword the packages to proceed.
-We provide a package.keyword file in <c>kde-testing</c> overlay under <uri
+We provide a package.keywords file in <c>kde-testing</c> overlay under 
+Documentation/package.keywords/ directory <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.2.keywords;hb=master">
-Documentation/package.keywords/</uri> directory.
+for KDE 4.2</uri> and <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.3.keywords;hb=master">
+for KDE 4.3</uri>.
 </p>
 
 <pre caption="Adding the file to the package.keywords file">
 # <i>cd /etc/portage/</i>
-# <i>cat /path/to/kde-4.2.keywords/file >> package.keywords</i>
+# <i>cat /path/to/kde-4.2.keywords/file >> package.keywords</i> <comment>For KDE 4.2</comment>
+# <i>cat /path/to/kde-4.2.keywords/file >> package.keywords</i> <comment>For KDE 4.3</comment>
 </pre>
 
+<p>
+If your package.keywords is a directory instead of a file you can do the
+following:
+</p>
+
 <pre caption="Adding the file to the package.keywords directory">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>cp /path/to/kde-4.2.keywords/file .</i>
+# <i>cp /path/to/kde-4.2.keywords/file .</i> <comment>For KDE 4.2</comment>
+# <i>cp /path/to/kde-4.3.keywords/file .</i> <comment>For KDE 4.3</comment>
+</pre>
+
+<p>
+Since KDE 4.3 is hardmasked, you will also need the unmask file that we
+provide in <c>kde-testing</c> under <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde-4.3;hb=master">
+Documentation/package.unmask</uri> and do the following step:
+</p>
+
+<pre caption="Adding the file to the package.unmask file">
+# <i>cd /etc/portage/</i>
+# <i>cat /path/to/kde-4.3/unmask/file >> package.keywords</i>
+</pre>
+
+<p>
+If your package.unmask is a directory, you can do the following:
+</p>
+
+<pre caption="Adding the file to the package.unmask directory">
+# <i>cd /etc/portage/package.unmask</i>
+# <i>cp /parth/to/kde-4.3/unmask/file .</i>
 </pre>
 
 <p>
@@ -305,14 +335,35 @@
 </p>
 
 <pre caption="Installation of KDE 4.2.4 using meta packages">
+<comment>For KDE 4.2</comment>
 # <i>emerge -av kde-meta:4.2</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:4.2 kdegames-meta:4.2</i> <comment>(installation of chosen modules only)</comment>
+<comment>For KDE 4.3</comment>
+# <i>emerge -av kde-meta:4.3</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta:4.3 kdegames-meta:4.3</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
 <p>
 For installation using sets check the <uri link="#sets">Using Sets</uri> section.
 </p>
 
+<p>
+<b>Upgrade Troubleshooting</b>
+</p>
+
+<p>
+If you’re trying to upgrade from KDE 4.2, but portage gives you nice little blocks,
+there are a few things you can check:
+</p>
+
+<ul>
+ <li>Make sure you’ve synced the tree and/or kde-testing overlay (if using it)</li>
+ <li>Make sure the unmask/keyword files are correct and up-to-date</li>
+ <li>Check that you don’t have any 4.2 versioned kde-base/* items in <path>/var/lib/portage/world</path></li>
+ <li>Check that you don’t have any 4.2 versioned sets in <path>/var/lib/portage/world_sets</path></li>
+ <li><c>emerge -avDuN world</c> — you’ll probably get some messy output but all blocks should be automatically resolved</li>
+</ul>
+
 </body>
 </section>
 <section id="snapshots">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-08-07 13:28 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-08-07 13:28 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/08/07 13:28:47

  Modified:             kde4-guide.xml
  Log:
  fix path with 4.3 one, as pointed out by ewoud

Revision  Changes    Path
1.37                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.36&r2=1.37

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- kde4-guide.xml	7 Aug 2009 07:30:35 -0000	1.36
+++ kde4-guide.xml	7 Aug 2009 13:28:47 -0000	1.37
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.36 2009/08/07 07:30:35 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.37 2009/08/07 13:28:47 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -295,7 +295,7 @@
 <pre caption="Adding the file to the package.keywords file">
 # <i>cd /etc/portage/</i>
 # <i>cat /path/to/kde-4.2.keywords/file >> package.keywords</i> <comment>For KDE 4.2</comment>
-# <i>cat /path/to/kde-4.2.keywords/file >> package.keywords</i> <comment>For KDE 4.3</comment>
+# <i>cat /path/to/kde-4.3.keywords/file >> package.keywords</i> <comment>For KDE 4.3</comment>
 </pre>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-08-07 13:36 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-08-07 13:36 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/08/07 13:36:10

  Modified:             kde4-guide.xml
  Log:
  fix typo, package.unmask instead of package.keywords

Revision  Changes    Path
1.38                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.37&r2=1.38

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- kde4-guide.xml	7 Aug 2009 13:28:47 -0000	1.37
+++ kde4-guide.xml	7 Aug 2009 13:36:10 -0000	1.38
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.37 2009/08/07 13:28:47 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.38 2009/08/07 13:36:10 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -318,7 +318,7 @@
 
 <pre caption="Adding the file to the package.unmask file">
 # <i>cd /etc/portage/</i>
-# <i>cat /path/to/kde-4.3/unmask/file >> package.keywords</i>
+# <i>cat /path/to/kde-4.3/unmask/file >> package.unmask</i>
 </pre>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-08-07 20:05 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-08-07 20:05 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/08/07 20:05:33

  Modified:             kde4-guide.xml
  Log:
  Update: KDE 4.3 isn't hardmasked for amd64 any more

Revision  Changes    Path
1.39                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.38&r2=1.39

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- kde4-guide.xml	7 Aug 2009 13:36:10 -0000	1.38
+++ kde4-guide.xml	7 Aug 2009 20:05:33 -0000	1.39
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.38 2009/08/07 13:36:10 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.39 2009/08/07 20:05:33 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -265,7 +265,8 @@
 
 <note>
 <uri link="http://kde.org/announcements/4.3/index.php">KDE 4.3.0</uri> is in
-Portage tree but hardmasked until bug 280312 is fixed.
+Portage tree but hardmasked (until bug 280312 is fixed), except for amd64
+architecture.
 </note>
 
 <p>
@@ -310,8 +311,8 @@
 </pre>
 
 <p>
-Since KDE 4.3 is hardmasked, you will also need the unmask file that we
-provide in <c>kde-testing</c> under <uri
+KDE 4.3 is currently hardmasked for all architectures apart from amd64.So,
+you may also need the unmask file that we provide in <c>kde-testing</c> under <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde-4.3;hb=master">
 Documentation/package.unmask</uri> and do the following step:
 </p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-11-13  0:40 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 99+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-11-13  0:40 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/11/13 00:40:51

  Modified:             kde4-guide.xml
  Log:
  Massive volunteer cleanup and update of the KDE4 guide, because I am a rock star that way. With the blessings of scarabeus, via IRC.

Revision  Changes    Path
1.40                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.39&r2=1.40

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- kde4-guide.xml	7 Aug 2009 20:05:33 -0000	1.39
+++ kde4-guide.xml	13 Nov 2009 00:40:50 -0000	1.40
@@ -1,24 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.39 2009/08/07 20:05:33 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.40 2009/11/13 00:40:50 nightmorph Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
 
 <author title="Author">
-  <mail link="tampakrap" />
+  <mail link="tampakrap"/>
 </author>
 <author title="Author">
-  <mail link="scarabeus" />
+  <mail link="scarabeus"/>
 </author>
 <author title="Author">
   <mail link="jmbsvicetto"/>
 </author>
 <author title="Author">
-  <mail link="cryos" />
+  <mail link="cryos"/>
 </author>
 <author title="Editor">
-  <mail link="keytoaster" />
+  <mail link="keytoaster"/>
+</author>
+<author title="Editor">
+  <mail link="nightmorph"/>
 </author>
 
 <abstract>
@@ -41,123 +44,56 @@
 
 <p>
 KDE 3 is no longer maintained by upstream, with 3.5.10 being their last release.
-Also, most KDE 3 applications aren't maintained any more, as they already have been
-or are currently being ported to KDE 4. The Gentoo KDE Team, provides both KDE 3
-and KDE 4 ebuilds for the base KDE and for various applications, and supports a side
-by side full desktop installation of KDE 3 and 4, including misc KDE applications.
-Our advice is for you to install and use by default a full KDE 4 desktop, and use
-only the KDE 3 applications that you feel have yet to be propperly ported to KDE 4
-(due to missing features, random crashes etc).
+Also, most KDE 3 applications aren't maintained any more, as they already have
+been or are currently being ported to KDE 4. The Gentoo KDE Team, provides both
+KDE 3 and KDE 4 ebuilds for the base KDE and for various applications, and
+supports a side by side full desktop installation of KDE 3 and 4, including misc
+KDE applications.  Our advice is for you to install and use by default a full
+KDE 4 desktop, and use only the KDE 3 applications that you feel have yet to be
+propperly ported to KDE 4 (due to missing features, random crashes etc).
 </p>
 
 <warn>
-Keep in mind that since KDE 3 isn't maintained by upstream any more, it is possible
-and likely that bug reports concerning KDE 3 applications may not be fixed, but
-rather closed as WONTFIX / CANTFIX / UPSTREAM, or instead kept open for a long time
-until a fix (patch) is provided.
+Keep in mind that since KDE 3 isn't maintained by upstream any more, it is
+possible and likely that bug reports concerning KDE 3 applications may not be
+fixed, but rather closed as WONTFIX / CANTFIX / UPSTREAM, or instead kept open
+for a long time until a fix (patch) is provided.
 </warn>
 
 </body>
 </section>
 <section>
-<title>KDE 3 Stabilization</title>
+<title>KDE 3 Removal</title>
 <body>
 
 <p>
-Currently 3.5.9 is marked stable on all architectures (with stable keywords), while
-3.5.10 is in the process of stabilization (see <uri link="https://bugs.gentoo.org/271889">
-bug 271889</uri>) - it is already stable on the amd64 and x86 arches.<br />
-KDE 3.5.10 uses only split ebuilds, meaning that users of monolithic ebuilds (like
-kdebase, kdepim, kdegames etc) must unemerge them manually and then proceed with
-the installation of KDE 3.5.10 as described below. KOffice 1.6.3 is also in the progress
-of stabilization, and the last version includes only split ebuilds. So, users of monolithic
-KOffice should also unemerge it manually and <c>emerge koffice-meta-1.6.3_p20090204</c>.
+Currently KDE 3.5.10 is masked for all architectures, as it is being removed
+from Portage.
 </p>
 
 <p>
-The team is also cleaning up the various KDE 3 applications, either by removing them
-from the tree, if they are too old, broken and unmaintained, or by stabilizing the
-latest version after moving the SLOT to :3.5. (<uri
-link="https://bugs.gentoo.org/270945">bug 270945</uri>), and dropping arts support
-(with major help from Media/Video teams). When this task is finished, we are going to
-drop arts from base KDE 3 as well.
+The KDE team has been cleaning up the various KDE 3 applications by removing
+them from the tree, as they are too old, broken and unmaintained, and by
+dropping arts support (with major help from Media/Video teams). When this task
+is finished, we are going to drop arts from base KDE 3 as well.
 </p>
 
-</body>
-</section>
-<section>
-<title>KDE 3.5.10 Installation</title>
-<body>
-
 <p>
-The installation of KDE 3 can be done either by using the meta packages (kdebase-meta,
-kdepim-meta, kde-meta) or by using the sets. As stated before, users of monolithic 3.5.9
-ebuilds that want to update to 3.5.10 and get strange blocks, should manually unemerge
-monolithic 3.5.9 ebuilds (kdebase, kdepim, kdegames etc) and emerge 3.5.10 as explained
-below. For installation using meta packages:
+While using KDE 3 is not recommended due to security and bug concerns, if you
+<e>must</e> install it, you can find it in the <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=summary">kde-sunset
+overlay</uri>.
 </p>
 
-<pre caption="Installation of KDE 3 using meta packages">
-# <i>emerge -av kde-meta:3.5</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta:3.5 kdegames-meta:3.5</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
 <note>
-Installation of KDE 3 can be done in parallel with KDE 4, because both use different eclasses,
-thus different slotting and prefix, so they don't affect each other. <c>kdeprefix</c> USE Flag
-for KDE 4 (explained later) has nothing to do with KDE 3/4 mixed installations.
+This overlay is completely unsupported by Gentoo. It's not maintained by the KDE
+team, so do <b>not</b> report any issues to Gentoo developers, bugzilla, etc.
 </note>
 
-<p>
-For installation using sets check the <uri link="#sets">Using Sets</uri> section.
-</p>
-
-<p>
-In case KDE 3.5.10 isn't marked stable in your architecture yet (or you are using ~mips or
-~x86-fbsd, that don't provide stable keywords any more), we provide a package.keywords file
-in <c>kde-testing</c> overlay under <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-3.5.keywords;hb=HEAD">
-Documentation/package.keywords</uri> directory.
-</p>
-
-<pre caption="Adding the file to the package.keywords file">
-# <i>cd /etc/portage/</i>
-# <i>cat /path/to/kde-3.5.keywords/file >> package.keywords</i>
-</pre>
-
-<pre caption="Adding the file to the package.keywords directory">
-# <i>cd /etc/portage/package.keywords</i>
-# <i>cp /path/to/kde-3.5-keywords/file .</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Installation of KDE 3 Applications</title>
-<body>
-
-<p>
-As stated before, KDE 3 Applications are slotted as :3.5, which allows users to have them
-installed along with the KDE 4 equivalents, just like in the base applications. For better
-administration of your system, you could take full advantage of slots and use slotted
-package selections in your package.keywords and world file. For example:
-</p>
-
-<pre caption="Installation of KDE 3 application">
-# <i>echo "app-cat/application:3.5" &gt;&gt; /etc/portage/package.keywords[/&lt;file&gt;]</i>
-<comment>(in case the KDE 3 application is still keyworded as testing)</comment>
-# <i>emerge -av application:3.5</i>
-</pre>
-
-<p>
-The same rules apply for KDE 4 applications, which are slotted as :4. This way, the emerge
-and removal of an application can be easily done without conflicts, blocks, or unwanted
-removals.
-</p>
-
 </body>
 </section>
 </chapter>
+
 <chapter>
 <title>KDE 4</title>
 <section>
@@ -165,28 +101,29 @@
 <body>
 
 <p>
-KDE 4 is the current KDE version supported by upstream. The current KDE 4 version
-available through portage is 4.2.4 (this version is considered stable by upstream).
-In addition, KDE upstream provides weekly <uri link="ftp://ftp.kde.org/pub/kde/unstable">
-snapshots</uri>, and a <uri link="http://websvn.kde.org">live SVN tree</uri>.
-The Gentoo KDE team provides the snapshots, trunk and latest branch live ebuilds,
-through the <c>kde-testing</c> overlay. To enable this, the user can have multiple
-parallel KDE 4 installations, with the use of the <c>kdeprefix</c> USE flag.
+KDE 4 is the current KDE version supported by upstream. The current KDE 4
+version available through Portage is 4.3.1 (this version is considered stable by
+upstream). In addition, KDE upstream provides weekly <uri
+link="ftp://ftp.kde.org/pub/kde/unstable"> snapshots</uri>, and a <uri
+link="http://websvn.kde.org">live SVN tree</uri>. The Gentoo KDE team provides
+the snapshots, trunk and latest branch live ebuilds, through the
+<c>kde-testing</c> overlay. To enable this, the user can have multiple parallel
+KDE 4 installations, with the use of the <c>kdeprefix</c> USE flag.
 </p>
 
 <p>
 Choose what KDE version is most appropriate for you:
 </p>
 <table>
-<tr>
- <ti><uri link="#kde_portage">KDE from Portage (currently 4.2.4 and 4.3.0)</uri></ti>
-</tr>
-<tr>
- <ti><uri link="#snapshots">KDE snapshots (currently 4.3.X)</uri></ti>
-</tr>
-<tr>
- <ti><uri link="#live">KDE live ebuilds</uri></ti>
-</tr>
+  <tr>
+    <ti><uri link="#kde_portage">KDE from Portage (currently 4.3.1)</uri></ti>
+  </tr>
+  <tr>
+    <ti><uri link="#snapshots">KDE snapshots (currently 4.3.X)</uri></ti>
+  </tr>
+  <tr>
+    <ti><uri link="#live">KDE live ebuilds</uri></ti>
+  </tr>
 </table>
 
 </body>
@@ -196,58 +133,59 @@
 <body>
 
 <warn>
-The <c>kdeprefix</c> USE flag is currently masked. It's <b>unsupported</b>
-and shouldn't be used by users in any way. Use at your own risk. Read below
-for the reasons that led to the masking of the USE flag.
+The <c>kdeprefix</c> USE flag is currently masked. It's <b>unsupported</b> and
+shouldn't be used by users in any way. Use at your own risk. Read below for the
+reasons that led to the masking of the USE flag.
 </warn>
 
 <p>
 The <c>kdeprefix</c> USE flag allows users to choose between an FHS compliant
-install (<c>-kdeprefix</c>) or a slotted install in the KDE prefix (<c>+kdeprefix</c>).
+install (<c>-kdeprefix</c>) or a slotted install in the KDE prefix
+(<c>+kdeprefix</c>).
 </p>
 
 <p>
-If <c>kdeprefix</c> is disabled (default) KDE is installed into the FHS compliant
-location, i.e. <path>/usr</path>. That means that all of the files are put under
-<path>/usr</path>. This is the desired behaviour for most users. The drawback of
-the FHS compliant install is that it will not be possible to have more than one
-minor version of KDE side by side (previous behaviour), e.g. KDE 4.2 and 4.3.
+If <c>kdeprefix</c> is disabled (default) KDE is installed into the FHS
+compliant location, i.e. <path>/usr</path>. That means that all of the files are
+put under <path>/usr</path>. This is the desired behaviour for most users. The
+drawback of the FHS compliant install is that it will not be possible to have
+more than one minor version of KDE side by side (previous behavior), e.g. KDE
+4.3 and 4.4.
 </p>
 
-<note>
-This restriction does not apply to KDE 3 (which uses different prefix (<path>/usr/kde/3.5</path>)).
-You can have KDE 3.5 with either <c>-kdeprefix</c> or <c>kdeprefix</c> KDE 4.X in the same system.
-</note>
-
 <warn>
-Mixing a <c>+kdeprefix</c> and a <c>-kdeprefix</c> KDE installation is not supported, nor
-recommended. If you really want kdeprefix in your system, you'll have to unmask
-it and put it globally in <path>/etc/make.conf</path>
+Mixing a <c>+kdeprefix</c> and a <c>-kdeprefix</c> KDE installation is not
+supported, nor recommended. If you really want kdeprefix in your system, you'll
+have to unmask it and put it globally in <path>/etc/make.conf</path>
 </warn>
 
 <p>
-If <c>kdeprefix</c> is enabled then KDE is installed into <path>/usr/kde/${SLOT}</path>,
-which allows you to install KDE 4.2, 4.3, live etc. in <path>/usr/kde/4.2</path>,
-<path>/usr/kde/4.3</path>, and <path>/usr/kde/live</path> for example.
+If <c>kdeprefix</c> is enabled then KDE is installed into
+<path>/usr/kde/${SLOT}</path>, which allows you to install KDE 4.3, live etc. in
+<path>/usr/kde/4.3</path> and <path>/usr/kde/live</path> for example.
 </p>
 
 <warn>
-If you want to move between <c>kdeprefix</c> and <c>-kdeprefix</c> (or vice-versa), it is
-recommended that you unmerge all KDE packages and then emerge it with the
-modified flag. If this is not done, KDE installations can have trouble finding
-certain libraries/plugins. Check <uri link="#cleanup">Cleaning Up KDE</uri>
-for more details.
+If you want to move between <c>kdeprefix</c> and <c>-kdeprefix</c> (or
+vice-versa), it is recommended that you unmerge all KDE packages and then emerge
+it with the modified flag. If this is not done, KDE installations can have
+trouble finding certain libraries/plugins. Check <uri link="#cleanup">Cleaning
+Up KDE</uri> for more details.
 </warn>
 
 <p>
-Recently <c>kdeprefix</c> got masked by default, as it caused many problems, like
-collisions between the same packages when having two or more KDE installations,
-or strange behaviour even when only one <c>+kdeprefix</c> KDE installation was present
-in the system. Great examples of packages with such problems are pykde4 and
-amarok. Since the Gentoo KDE Team decided to proceed with the stabilization of KDE 4
-(KDE 4.2.4 being the best candidate at this moment), those issues needed to be resolved
-first. As it was difficult to fix them, we decided to mask the use flag instead.
-<b>If you really know what you are doing</b> and you are sure that you want
+Recently <c>kdeprefix</c> got masked by default, as it caused many problems,
+like collisions between the same packages when having two or more KDE
+installations, or strange behaviour even when only one <c>+kdeprefix</c> KDE
+installation was present in the system.
+</p>
+
+<p>
+Great examples of packages with such problems are <c>pykde4</c> and
+<c>amarok</c>. Since the Gentoo KDE Team decided to proceed with the
+stabilization of KDE 4, those issues needed to be resolved first. As it was
+difficult to fix them, we decided to mask the use flag instead.  <b>If you
+really know what you are doing</b> and you are sure that you want
 <c>kdeprefix</c> unmasked and enabled in your system, add kdeprefix globally to
 <path>/etc/make.conf</path> and unmask it by following the instructions below.
 </p>
@@ -260,111 +198,30 @@
 </body>
 </section>
 <section id="kde_portage">
-<title>Installing KDE 4.2.4 or KDE 4.3.0 (from Portage)</title>
+<title>Installing KDE 4.3.1 (from Portage)</title>
 <body>
 
-<note>
-<uri link="http://kde.org/announcements/4.3/index.php">KDE 4.3.0</uri> is in
-Portage tree but hardmasked (until bug 280312 is fixed), except for amd64
-architecture.
-</note>
-
-<p>
-<uri link="http://kde.org/announcements/announce-4.2.4.php">KDE 4.2.4</uri> and
-is the <uri link="http://kde.org/announcements/4.3/index.php">KDE 4.3.0</uri> are
-the KDE 4 versions that Gentoo has in Portage - they are considered by upstream as
-the latest stable. Currently they are in the testing branch in Portage, but in June's
-meeting the Gentoo KDE Team decided to move forward with KDE 4 stabilization - 4.2.4
-being the best candidate.
-</p>
 
 <note>
-In order to minimize issues it is recommended to start with a clean environment. Read
-more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
+In order to minimize issues it is recommended to start with a clean environment.
+Read more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
 </note>
 
 <p>
-Users with stable systems have to keyword the packages to proceed.
-We provide a package.keywords file in <c>kde-testing</c> overlay under 
-Documentation/package.keywords/ directory <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.2.keywords;hb=master">
-for KDE 4.2</uri> and <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.3.keywords;hb=master">
-for KDE 4.3</uri>.
-</p>
-
-<pre caption="Adding the file to the package.keywords file">
-# <i>cd /etc/portage/</i>
-# <i>cat /path/to/kde-4.2.keywords/file >> package.keywords</i> <comment>For KDE 4.2</comment>
-# <i>cat /path/to/kde-4.3.keywords/file >> package.keywords</i> <comment>For KDE 4.3</comment>
-</pre>
-
-<p>
-If your package.keywords is a directory instead of a file you can do the
-following:
+The installation can be done either by using the meta packages or by using
+sets.
 </p>
 
-<pre caption="Adding the file to the package.keywords directory">
-# <i>cd /etc/portage/package.keywords</i>
-# <i>cp /path/to/kde-4.2.keywords/file .</i> <comment>For KDE 4.2</comment>
-# <i>cp /path/to/kde-4.3.keywords/file .</i> <comment>For KDE 4.3</comment>
-</pre>
-
-<p>
-KDE 4.3 is currently hardmasked for all architectures apart from amd64.So,
-you may also need the unmask file that we provide in <c>kde-testing</c> under <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde-4.3;hb=master">
-Documentation/package.unmask</uri> and do the following step:
-</p>
-
-<pre caption="Adding the file to the package.unmask file">
-# <i>cd /etc/portage/</i>
-# <i>cat /path/to/kde-4.3/unmask/file >> package.unmask</i>
-</pre>
-
-<p>
-If your package.unmask is a directory, you can do the following:
-</p>
-
-<pre caption="Adding the file to the package.unmask directory">
-# <i>cd /etc/portage/package.unmask</i>
-# <i>cp /parth/to/kde-4.3/unmask/file .</i>
-</pre>
-
-<p>
-The installation can be done either by using the meta packages or by using sets.
-</p>
-
-<pre caption="Installation of KDE 4.2.4 using meta packages">
-<comment>For KDE 4.2</comment>
-# <i>emerge -av kde-meta:4.2</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta:4.2 kdegames-meta:4.2</i> <comment>(installation of chosen modules only)</comment>
-<comment>For KDE 4.3</comment>
+<pre caption="Installation of KDE using meta packages">
 # <i>emerge -av kde-meta:4.3</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:4.3 kdegames-meta:4.3</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
 <p>
-For installation using sets check the <uri link="#sets">Using Sets</uri> section.
-</p>
-
-<p>
-<b>Upgrade Troubleshooting</b>
-</p>
-
-<p>
-If you’re trying to upgrade from KDE 4.2, but portage gives you nice little blocks,
-there are a few things you can check:
+For installation using sets check the <uri link="#sets">Using Sets</uri>
+section.
 </p>
 
-<ul>
- <li>Make sure you’ve synced the tree and/or kde-testing overlay (if using it)</li>
- <li>Make sure the unmask/keyword files are correct and up-to-date</li>
- <li>Check that you don’t have any 4.2 versioned kde-base/* items in <path>/var/lib/portage/world</path></li>
- <li>Check that you don’t have any 4.2 versioned sets in <path>/var/lib/portage/world_sets</path></li>
- <li><c>emerge -avDuN world</c> — you’ll probably get some messy output but all blocks should be automatically resolved</li>
-</ul>
-
 </body>
 </section>
 <section id="snapshots">
@@ -376,10 +233,11 @@
 </warn>
 
 <p>
-KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">weekly snapshots</uri>
-taken from the <uri link="http://websvn.kde.org/trunk/">SVN trunk tree</uri>. KDE now provides
-4.3.X snapshot series, and after 4.4 release they are going to start with 4.4.60. Beta and
-Release Candidate KDE releases are following the snapshot model below:
+KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">weekly
+snapshots</uri> taken from the <uri link="http://websvn.kde.org/trunk/">SVN
+trunk tree</uri>. KDE now provides 4.3.X snapshot series, and after the 4.4
+release they are going to start with 4.4.60. Beta and Release Candidate KDE
+releases are following the snapshot model below:
 </p>
 
 <table>
@@ -402,18 +260,18 @@
 </table>
 
 <note>
-In order to minimize issues it is recommended to start with a clean environment. Read
-more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
+In order to minimize issues it is recommended to start with a clean environment.
+Read more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
 </note>
 
 <note>
-You'll need portage-2.2_rc*, so please add <c>~sys-apps/portage-2.2</c> entry to your
-<path>/etc/portage/package.unmask[/*]</path> file.
+You'll need portage-2.2_rc*, so please add <c>~sys-apps/portage-2.2</c> entry to
+your <path>/etc/portage/package.unmask[/*]</path> file.
 </note>
 
 <p>
-Snapshots are only available through <c>kde-testing</c> overlay, so you first need to
-add it:
+Snapshots are only available through <c>kde-testing</c> overlay, so you first
+need to add it:
 </p>
 
 <pre caption="Installing kde-testing overlay from layman">
@@ -423,14 +281,14 @@
 </pre>
 
 <p>
-If you're used to git repos, don't want to use layman and rather do all
-the sync work yourself, you can install the repo directly:
+If you're used to git repos, don't want to use layman and rather do all the sync
+work yourself, you can install the repo directly:
 </p>
 
 <pre caption="Installing kde-testing overlay directly">
 # <i>mkdir /&lt;repo-base-dir&gt;</i>
 # <i>cd /&lt;repo-base-dir&gt;</i>
-# git clone git://git.overlays.gentoo.org/proj/kde.git
+# <i>git clone git://git.overlays.gentoo.org/proj/kde.git</i>
 </pre>
 
 <p>
@@ -475,8 +333,7 @@
 through an anonymous (anonsvn) account. Gentoo, as a source based distro,
 has the ability to provide live ebuilds that checkout the code either from
 the latest branch or from trunk. Currently, we provide 4.3.9999 ebuilds from
-4.3 branch. (We recently dropped 4.2.9999 ebuilds as 4.2 branch is mostly
-dead).
+4.3 branch.
 </p>
 
 <table>
@@ -495,18 +352,18 @@
 </table>
 
 <note>
-In order to minimize issues it is recommended to start with a clean environment. Read
-more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
+In order to minimize issues it is recommended to start with a clean environment.
+Read more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
 </note>
 
 <note>
-You'll need portage-2.2_rc*, so please add <c>~sys-apps/portage-2.2</c> entry in your
-<path>/etc/portage/package.unmask</path> file.
+You'll need portage-2.2_rc*, so please add <c>~sys-apps/portage-2.2</c> entry in
+your <path>/etc/portage/package.unmask</path> file.
 </note>
 
 <p>
-Live ebuilds are only available through <c>kde-testing</c> overlay, so first thing is to install
-it:
+Live ebuilds are only available through <c>kde-testing</c> overlay, so first
+thing is to install it:
 </p>
 
 <pre caption="Installing kde-testing overlay">
@@ -516,9 +373,9 @@
 </pre>
 
 <p>
-Users with stable systems have to keyword the packages to proceed.
-We provide a package.keyword file in <c>kde-testing</c> overlay, which we'll
-have to symlink to our package.keywords directory:
+Users with stable systems have to keyword the packages to proceed.  We provide a
+package.keyword file in <c>kde-testing</c> overlay, which we'll have to symlink
+to our package.keywords directory:
 </p>
 
 <pre caption="Creating symlink of the kde-4.X.9999.keywords or kde-live file">
@@ -528,7 +385,8 @@
 </pre>
 
 <p>
-The installation can be done either by using the meta packages or by using sets.
+The installation can be done either by using the meta packages or by using
+sets.
 </p>
 
 <pre caption="Installation of KDE live ebuilds using meta packages">
@@ -550,11 +408,6 @@
 <comment>See the <uri link="#sets">Using Sets</uri> section for more information.</comment>
 </pre>
 
-<note>
-You may be interested for Qt live ebuilds  as well. Check the Qt Guide (TODO) for
-installation instructions.
-</note>
-
 </body>
 </section>
 <section>
@@ -562,38 +415,22 @@
 <body>
 
 <p>
-KDE 4 Applications are slotted in :4, which allows the users to have them
-installed along with the KDE 3 equivalents, just like in the base applications. For better
-administration of your system, you could take full advantage of slots and use slotted
-package selections in your package.keywords and world file. For example:
-</p>
-
-<pre caption="Installation of KDE 4 application">
-# <i>echo "app-cat/application:4" >> /etc/portage/package.keywords</i>
-# <i>emerge -av application:4</i>
-</pre>
-
-<p>
-The same rules apply for KDE 3 applications, which are slotted in :3.5. This way, the emerge
-and removal of an application can be easily done without conflicts, blocks, or unwanted
-removals.
-</p>
-
-<p>
-In kde-testing you may find live ebuilds of KDE 4 applications. These are slotted in :4
-as well, but they <b>can not</b> be installed in parallel with normal ones. You are
-free though to use live KDE 4 applications with KDE 4 from portage, or to use
-portage KDE 4 applications with your live KDE.
+In kde-testing you may find live ebuilds of KDE 4 applications. These are
+slotted in :4, but they <b>can not</b> be installed in parallel with
+normal ones. You are free though to use live KDE 4 applications with KDE 4 from
+Portage, or to use Portage KDE 4 applications with your live KDE.
 </p>
 
 <note>
-There is also a set with live KDE 4 applications, @kde-extras-live, in kde-testing and
-a set with Qt live applications, @qt-extras-live, in qting-edge overlay.
+There is also a set with live KDE 4 applications, @kde-extras-live, in
+kde-testing and a set with Qt live applications, @qt-extras-live, in qting-edge
+overlay.
 </note>
 
 </body>
 </section>
 </chapter>
+
 <chapter>
 <title>Additional Installation/Removal Information</title>
 <section id="sets">
@@ -601,8 +438,8 @@
 <body>
 
 <warn>
-Portage 2.2_rcX is currently masked to allow 2.1.6 getting stable asap. So if
-you want to use sets please unmask <c>~sys-apps/portage-2.2</c>.
+Portage 2.2_rcX is currently masked. So if you want to use sets please unmask
+<c>~sys-apps/portage-2.2</c>.
 </warn>
 
 <p>
@@ -624,8 +461,8 @@
 </p>
 
 <note>
-In case you are using <c>kde-testing</c> overlay you can use sets directly instead
-of copying them to <path>/etc/portage/sets</path>.
+If you are using the kde-testing overlay you can use sets directly
+instead of copying them to <path>/etc/portage/sets</path>.
 </note>
 
 <p>
@@ -639,7 +476,7 @@
 </p>
 
 <p>
-One can install the complete KDE by running <e>emerge -av @kde</e>. The specific
+One can install the complete KDE by running <c>emerge -av @kde</c>. The specific
 version equivalents are very useful to uninstall an old version, e.g. <c>emerge
 -C @kde-3.5</c>, or to reinstall all packages from a specific version, e.g.
 <c>emerge -av1 @kde-4x</c>. Advanced features, like removing any unwanted
@@ -647,10 +484,10 @@
 read more about it in <uri
 link="http://planet.gentoo.org/developers/genone/2008/09/29/more_extensions_to_package_set_support">Marius
 Mauch's (genone) blog</uri>. Part of this code has now been released in
-portage-2.2_rc12 and so you can reinstall all installed packages of a set
-with <c>emerge -av @&lt;set&gt;/@installled</c> or to have a
-<path>/etc/portage/sets/kdebase-unwanted</path> set and then run <e>emerge -av
-@kdebase-@kdebase-unwanted</e>.
+portage-2.2_rc12, so you can reinstall all installed packages of a set
+with <c>emerge -av @&lt;set&gt;/@installed</c> or to have a
+<path>/etc/portage/sets/kdebase-unwanted</path> set and then run <c>emerge -av
+@kdebase-@kdebase-unwanted</c>.
 </p>
 
 <p>
@@ -665,7 +502,7 @@
 
 <note>
 If you want to check the list of sets known to Portage run the following:
-<e>emerge --list-sets</e>
+<c>emerge --list-sets</c>
 </note>
 
 <note>
@@ -681,13 +518,15 @@
 <body>
 
 <p>
-In order to minimize issues, it is best to begin with a clean environment. This is
-recommended for the following cases:
+In order to minimize issues, it is best to begin with a clean environment. This
+is recommended for the following cases:
 </p>
 
 <ul>
  <li>Moving from <c>+kdeprefix</c> to <c>-kdeprefix</c> (and vice versa)</li>
- <li>Downgrading KDE (eg. from snapshots/live ebuilds to portage version)</li>
+ <li>
+   Downgrading KDE (eg. from snapshots/live ebuilds to the Portage version)
+ </li>
  <li>Fully upgrading from KDE 3 to KDE 4 (and vice versa)</li>
  <li>Moving from an old overlay</li>
 </ul>
@@ -712,7 +551,8 @@
 </p>
 
 <note>
-Don't forget to run depclean in order to uninstall any dependant packages.
+Don't forget to run <c>emerge --depclean</c> in order to uninstall any dependant
+packages.
 </note>
 
 </body>
@@ -726,8 +566,7 @@
 </p>
 
 <pre caption="kbuildsycoca command">
-# <i>kbuildsycoca --noincremental</i> (for KDE 3)
-# <i>kbuildsycoca4 --noincremental</i> (for KDE 4)
+# <i>kbuildsycoca4 --noincremental</i>
 </pre>
 
 </body>
@@ -738,43 +577,34 @@
 
 <p>
 With new KDE there is new translators effort in Localization instead of
-Internationalization. This cause some confusion but dont worry your translation
-is shiped to you, just name has been changed so now for getting translations use
-theese comands.
+Internationalization. This cause some confusion, but don't worry; just the name
+has been changed.
 </p>
 
-<pre caption="emerge commands for translations">
+<pre caption="Getting the translations">
 <comment>For KDE 4 and KOffice 2:</comment>
 # <i>emerge kde-l10n</i>
 # <i>emerge koffice-l10n</i>
-<comment>For KDE 3 and KOffice 1.6.3:</comment>
-# <i>emerge kde-i18n</i>
-# <i>emerge koffice-i18n</i>
 </pre>
 
 </body>
 </section>
 <section>
-<title>Configuration of ~/.kde Directory</title>
+<title>Migrating configs from 3.5 to 4.X</title>
 <body>
 
 <p>
-KDE stores its configuration files in the <path>~/.kde</path> directory by default.
-In the Gentoo ebuilds this has been changed in KDE 4.1 and later to allow for better
-integration of KDE 3.5 and 4.X when using the same user account. If you export
-$KDEHOME this behaviour will be overridden. It is strongly recommended that you
-do not do this. $KDEHOME will make KDE 3.5 and 4.X use the same configuration
-directory which is usually not desired.
+KDE stores its configuration files in the <path>~/.kde</path> directory by
+default. In the Gentoo ebuilds this has been changed in KDE 4.X to
+allow for better integration of KDE 3.5 and 4.X when using the same user
+account. If you export $KDEHOME this behaviour will be overridden. It is
+strongly recommended that you do not do this. $KDEHOME will make KDE 3.5 and 4.X
+use the same configuration directory which is usually not desired.
 </p>
 
 <p>
-KDE 3.5 uses <path>~/.kde</path> and the default FHS (<c>-kdeprefix</c>) KDE 4.X uses
-<e>~/.kde4</e>. If you install KDE 4.1 using the <c>kdeprefix</c> USE flag then the
-configuration directory will default to <path>~/.kde4.1</path>, for KDE 4.2 it will
-be <path>~/.kde4.2</path> and so on.
-The advantage of this is that KDE 3.5 and 4.X can be run from the same user
-account without clobbering settings. Moving backwards in version, i.e. 4.X to
-3.5, is not supported.
+KDE 3.5 uses <path>~/.kde</path> and the default FHS (<c>-kdeprefix</c>) KDE 4.X
+uses <e>~/.kde4</e>.
 </p>
 
 <p>
@@ -793,6 +623,10 @@
 clean configuration directory.
 </p>
 
+<impo>
+Moving backwards in version, from 3.5 to 4.X, is not supported.
+</impo>
+
 </body>
 </section>
 </chapter>
@@ -803,17 +637,15 @@
 <body>
 
 <p>
-Plasmoids are new plasma tools which can enhance your desktop experience
-to brand new level. Many plasmoids are available in kde-misc/ category,
-on which we get our nasty hands and find it workable enought. If you find out
-that your favorite one is missing create bug and somebody might create it for
-you.
-If you are plasma person "want them all can't live without them" we have set
-@plasmoids which contains all plasmoids currently availible.
+Plasmoids are new plasma tools which can enhance your desktop experience. Many
+plasmoids are available in the kde-misc/ category. If you find out that your
+favorite plasmoid is missing, file a bug and somebody might create it for you.
+If you've got to have them all, there is a set called @plasmoids which contains
+all plasmoids currently available.
 </p>
 
 <note>
-Mostly all plasmoids are currently placed on kde-testing overlay.
+Many plasmoids are in the kde-testing overlay.
 </note>
 
 </body>
@@ -836,8 +668,7 @@
 <p>
 This ebuild should be used if you want your GTK applications to use a theme
 similar to the Qt/KDE applications. Configuration can be found in
-systemsetings->Appearance->GTK Styles and Fonts. For KDE-4.2 you need at least
-gtk-engines-qt-1.1-r1.
+System Settings->Appearance->GTK Styles and Fonts.
 </p>
 
 </body>
@@ -854,41 +685,27 @@
 
 </body>
 </section>
-
-<section>
-<title>Flash in Konqueror</title>
-<body>
-
-<p>
-If you are interested in getting flash working in konqueror point your mind
-to <uri link="kde-flash.xml" >guide</uri> which describes necessary steps for
-getting it done. Latest www-plugins/adobe-flash (both 32 and 64-bit) should
-work flawlessly though, maybe you'll need to Scan for Plugins under
-Konqueror->Settings->Plugins.
-</p>
-
-</body>
-</section>
-
 <section>
 <title>Akonadi Complains about the MySQL Config</title>
 <body>
 
 <p>
-Start by checking the permissions in /usr/share/config and /usr/share/kde4. If you're using +kdeprefix then
-check the permissions in $(kde4-config -prefix) instead of /usr/ too. If they're 700, you need to update them
-to 755 recursively.
+Start by checking the permissions in <path>/usr/share/config</path> and
+<path>/usr/share/kde4</path>. If they're 700, you need to update them to 755
+recursively.
 </p>
-<pre caption="updating /usr/share/config permissions">
+
+<pre caption="Updating /usr/share/config permissions">
 # <i>chmod -R 755 /usr/share/{config,kde4}</i>
 </pre>
+
 <p>
 If that doesn't solve the error, you need to open the akonadi configuration and
 change the default mysql config. If you don't have the tray running, start
-<c>akonaditray</c>, select "Akonadi Server Configuration", activate  "Use internal
-MySQL server" and then press the test button.
-If you want to use the mysql server and not the embbeded executable, you'll need to
-ensure that mysql is running.
+<c>akonaditray</c>, select "Akonadi Server Configuration", activate  "Use
+internal MySQL server" and then press the test button.  If you want to use the
+mysql server and not the embedded executable, you'll need to ensure that mysql
+is running.
 </p>
 
 </body>
@@ -898,16 +715,15 @@
 <body>
 
 <p>
-Start by checking the permissions in /usr/share/config and if you're using +kdeprefix in
-$(kde4-config -prefix)/share/config. If they're 700, you need to update them to 755.
-Check previous section.
-If that doesn't solve the error, check the following notice in the kdm ebuild:
+Start by checking the permissions in /usr/share/config. If they're 700, you need
+to update them to 755.  Check previous section.  If that doesn't solve the
+error, check the following notice in the kdm ebuild:
 </p>
 
 <pre caption="kdm notice">
 If when you restart xdm, kdm fails to start with a message like "gentoo kdm[2116]: X
 server startup timeout, terminating" in /var/log/messages, uncomment the ServerTimeout
-line in "grep kdmrc /var/db/pkg/kde-base/kdm-4.2.0/CONTENTS | cut -f2 -d " ""
+line in "grep kdmrc /var/db/pkg/kde-base/kdm-4.3.1/CONTENTS | cut -f2 -d " ""
 and be sure to increase the timeout - 60 should work
 </pre>
 
@@ -922,16 +738,16 @@
 </pre>
 
 <p>
-If not, enable them by replacing status with start, and use
-the command <c>rc-update add dbus default</c> for every one
-of them to add them to default runlevel.
+If not, enable them by replacing <c>status</c> with <c>start</c>, and use the
+command <c>rc-update add dbus default</c> for every one of them to add them to
+default runlevel.
 </p>
 
 <p>
-Finally, KDM could fail due to errors in xorg.conf. Take a
-look in logs: <path>/var/log/Xorg.0.log</path> and
-<path>/var/log/kdm.log</path> and fix xorg.conf accordingly.
-For additional help you can find us in IRC (#gentoo-kde at Freenode).
+Finally, KDM could fail due to errors in <path>/etc/X11/xorg.conf</path>. Take a
+look in your logs: <path>/var/log/Xorg.0.log</path> and
+<path>/var/log/kdm.log</path> and fix <path>xorg.conf</path> accordingly.  For
+additional help you can find us in IRC (#gentoo-kde at Freenode).
 </p>
 
 </body>
@@ -941,9 +757,10 @@
 <body>
 
 <p>
-So that the battery applet or other solid notifications can show the relevant info,
-you need dbus and hald running.
+So that the battery applet or other solid notifications can show the relevant
+info, you need dbus and hald running.
 </p>
+
 <pre caption="checking and starting dbus and hald">
 # <i>/etc/init.d/dbus status</i>
 # <i>/etc/init.d/hald status</i>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2009-11-16 13:29 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 99+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-11-16 13:29 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/11/16 13:29:17

  Modified:             kde4-guide.xml
  Log:
  Update removal command to be more secure. Per bug #280892. Thx to Navid Zamani for the suggestion.

Revision  Changes    Path
1.41                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.40&r2=1.41

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- kde4-guide.xml	13 Nov 2009 00:40:50 -0000	1.40
+++ kde4-guide.xml	16 Nov 2009 13:29:17 -0000	1.41
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.40 2009/11/13 00:40:50 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.41 2009/11/16 13:29:17 scarabeus Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -542,7 +542,7 @@
 
 <pre caption="Unmerging commands (only applicable if you are moving from an overlay)">
 # <i>cd /path/to/overlay/</i>
-# <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i>
+# <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:\.ebuild$::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i>
 </pre>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-01-11  5:01 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 99+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-01-11  5:01 UTC (permalink / raw
  To: gentoo-commits

nightmorph    10/01/11 05:01:48

  Modified:             kde4-guide.xml
  Log:
  Various English fixes, typos, guideXML fixes, and remove mention of installing gtk-engines-qt, since it's being removed from the tree. expand qtcurve stuff for gtk apps, since qtcurve is awesome that way.

Revision  Changes    Path
1.45                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.44&r2=1.45

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- kde4-guide.xml	10 Jan 2010 23:39:47 -0000	1.44
+++ kde4-guide.xml	11 Jan 2010 05:01:48 -0000	1.45
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.44 2010/01/10 23:39:47 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.45 2010/01/11 05:01:48 nightmorph Exp $ -->
 
-<guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
+<guide>
 <title>Gentoo KDE Guide</title>
 
 <author title="Author">
@@ -34,7 +34,7 @@
 <license/>
 
 <version>0.7</version>
-<date>2009-11-16</date>
+<date>2010-01-10</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -49,17 +49,17 @@
 </p>
 
 <p>
-In Gentoo, KDE 3 ebuilds have been removed from the portage tree, and they have
+In Gentoo, KDE 3 ebuilds have been removed from the Portage tree, and they have
 been moved to the user-maintained overlay called <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=summary">kde-sunset</uri>
-(available in layman). Keep in mind that this overlay is user-maintained only, and current KDE
-team members have no responsibility about its status. If you are interested in co-maintaining
-it, you can send an email to <mail link="scarabeus" /> asking for
-commit access. If you want to report a bug about this overlay, please don't file a bug in
-bugzilla. Instead, use the <uri 
-link="http://archives.gentoo.org/gentoo-desktop/">gentoo-desktop</uri> mailing list.
-Instructions on how to subscribe can be found <uri
-link="http://www.gentoo.org/main/en/lists.xml">here</uri>.
+(available in layman). Keep in mind that this overlay is user-maintained only,
+and current KDE team members have no responsibility for its content. If you are
+interested in co-maintaining it, you can send an email to <mail link="scarabeus"
+/> asking for commit access. If you want to report a bug about this overlay,
+please don't file a bug in Gentoo's Bugzilla. Instead, use the <uri
+link="http://archives.gentoo.org/gentoo-desktop/">gentoo-desktop</uri> mailing
+list. Instructions on how to subscribe can be found <uri
+link="/main/en/lists.xml">here</uri>.
 </p>
 
 </body>
@@ -73,16 +73,16 @@
 <body>
 
 <p>
-KDE 4 is the current KDE version supported by upstream. In portage there is
-a stable version, and there might be one (or more) non-stable version.Under normal
-conditions it gets in stabilized after a month. The current KDE 4 versions available
-through Portage are 4.3.3 and 4.3.4 (also considered stable by upstream). In addition,
-KDE upstream provides weekly <uri
+KDE 4 is the current KDE version supported by upstream. In Portage there is a
+stable version, and there might be one (or more) non-stable versions. Under
+normal conditions new versions get in stabilized after a month. The KDE 4
+versions available through Portage are 4.3.3 and 4.3.4 (also considered stable
+by upstream). In addition, KDE upstream provides weekly <uri
 link="ftp://ftp.kde.org/pub/kde/unstable"> snapshots</uri>, and a <uri
 link="http://websvn.kde.org">live SVN tree</uri>. The Gentoo KDE team provides
-the snapshots, trunk and latest branch live ebuilds, through the
-<c>kde</c> overlay. To enable this, the user can have multiple parallel
-KDE 4 installations, with the use of the <c>kdeprefix</c> USE flag.
+the snapshots, trunk and latest branch live ebuilds, through the <c>kde</c>
+overlay. To enable this, the user can have multiple parallel KDE 4
+installations, with the use of the <c>kdeprefix</c> USE flag.
 </p>
 
 <p>
@@ -196,11 +196,11 @@
 </p>
 
 <note>
-If you are running the stable branch and want to use the latest non-stable version
-in tree, you can use <uri
+If you are running the stable branch and want to use the latest non-stable
+version in tree, you can use <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.3.keywords;h=da0ba2026e09617535da6b50f4ff817de3814412;hb=HEAD">
-this</uri> keyword file and put it in your /etc/portage/package.keywords/ 
-folder.
+this</uri> keyword file and put it in your
+<path>/etc/portage/package.keywords/</path> folder.
 </note>
 
 </body>
@@ -261,10 +261,13 @@
 
 <pre caption="Installing kde overlay from layman">
 # <i>layman -f -a kde</i>
-<comment>For more information regarding overlays, please read the <uri
-link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
 </pre>
 
+<note>
+For more information regarding overlays, please read the <uri
+link="/proj/en/overlays/userguide.xml">Overlay Guide</uri>.
+</note>
+
 <p>
 If you're used to git repos, don't want to use layman and rather do all the sync
 work yourself, you can install the repo directly:
@@ -624,6 +627,7 @@
 </body>
 </section>
 </chapter>
+
 <chapter>
 <title>Hints and Troubleshooting</title>
 <section>
@@ -656,25 +660,15 @@
 </body>
 </section>
 <section>
-<title>x11-themes/gtk-engines-qt</title>
-<body>
-
-<p>
-This ebuild should be used if you want your GTK applications to use a theme
-similar to the Qt/KDE applications. Configuration can be found in
-System Settings->Appearance->GTK Styles and Fonts.
-</p>
-
-</body>
-</section>
-<section>
 <title>x11-themes/gtk-engines-qtcurve</title>
 <body>
 
 <p>
-This is another approach to making GTK/Qt 3/Qt 4 applications looks the same.
-You must also install <c>x11-themes/qtcurve-qt4</c> for this to work with Qt
-4/KDE 4 applications.
+This package should be used if you want your GTK applications to use the same
+theme as your Qt applications. You must also install
+<c>x11-themes/qtcurve-qt4</c> for this to work with Qt 4/KDE 4 applications.
+Configuration can be found in System Settings->Appearance->GTK Styles and
+Fonts.
 </p>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-01-11  5:02 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 99+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-01-11  5:02 UTC (permalink / raw
  To: gentoo-commits

nightmorph    10/01/11 05:02:44

  Modified:             kde4-guide.xml
  Log:
  forgot to bump version to the nearest whole number -- 1,2,3 etc.

Revision  Changes    Path
1.46                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.45&r2=1.46

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- kde4-guide.xml	11 Jan 2010 05:01:48 -0000	1.45
+++ kde4-guide.xml	11 Jan 2010 05:02:44 -0000	1.46
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.45 2010/01/11 05:01:48 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.46 2010/01/11 05:02:44 nightmorph Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,7 +33,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>0.7</version>
+<version>1</version>
 <date>2010-01-10</date>
 
 <chapter>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-01-27  0:31 Jonathan Callen (abcd)
  0 siblings, 0 replies; 99+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-27  0:31 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/27 00:31:21

  Modified:             kde4-guide.xml
  Log:
  mention KDE 4.3.5, clean up link to git

Revision  Changes    Path
1.47                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.46&r2=1.47

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- kde4-guide.xml	11 Jan 2010 05:02:44 -0000	1.46
+++ kde4-guide.xml	27 Jan 2010 00:31:20 -0000	1.47
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.46 2010/01/11 05:02:44 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.47 2010/01/27 00:31:20 abcd Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -76,9 +76,9 @@
 KDE 4 is the current KDE version supported by upstream. In Portage there is a
 stable version, and there might be one (or more) non-stable versions. Under
 normal conditions new versions get in stabilized after a month. The KDE 4
-versions available through Portage are 4.3.3 and 4.3.4 (also considered stable
+versions available through Portage are 4.3.3, 4.3.4, and 4.3.5 (also considered stable
 by upstream). In addition, KDE upstream provides weekly <uri
-link="ftp://ftp.kde.org/pub/kde/unstable"> snapshots</uri>, and a <uri
+link="ftp://ftp.kde.org/pub/kde/unstable">snapshots</uri>, and a <uri
 link="http://websvn.kde.org">live SVN tree</uri>. The Gentoo KDE team provides
 the snapshots, trunk and latest branch live ebuilds, through the <c>kde</c>
 overlay. To enable this, the user can have multiple parallel KDE 4
@@ -198,7 +198,7 @@
 <note>
 If you are running the stable branch and want to use the latest non-stable
 version in tree, you can use <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.3.keywords;h=da0ba2026e09617535da6b50f4ff817de3814412;hb=HEAD">
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.3.keywords;hb=HEAD">
 this</uri> keyword file and put it in your
 <path>/etc/portage/package.keywords/</path> folder.
 </note>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-01-27  3:34 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 99+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-01-27  3:34 UTC (permalink / raw
  To: gentoo-commits

nightmorph    10/01/27 03:34:00

  Modified:             kde4-guide.xml
  Log:
  remember to add the version bump for abcd's content change. :)

Revision  Changes    Path
1.48                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.47&r2=1.48

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- kde4-guide.xml	27 Jan 2010 00:31:20 -0000	1.47
+++ kde4-guide.xml	27 Jan 2010 03:33:59 -0000	1.48
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.47 2010/01/27 00:31:20 abcd Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.48 2010/01/27 03:33:59 nightmorph Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1</version>
-<date>2010-01-10</date>
+<version>2</version>
+<date>2010-01-26</date>
 
 <chapter>
 <title>KDE 3</title>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-03-02 21:50 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-03-02 21:50 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/03/02 21:50:30

  Modified:             kde4-guide.xml
  Log:
  Update guide: remove kdeprefix, update versions, replace snapshots' chapter with a warning as we won't provide them for a while, various small fixes

Revision  Changes    Path
1.49                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.48&r2=1.49

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- kde4-guide.xml	27 Jan 2010 03:33:59 -0000	1.48
+++ kde4-guide.xml	2 Mar 2010 21:50:29 -0000	1.49
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.48 2010/01/27 03:33:59 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.49 2010/03/02 21:50:29 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -76,13 +76,13 @@
 KDE 4 is the current KDE version supported by upstream. In Portage there is a
 stable version, and there might be one (or more) non-stable versions. Under
 normal conditions new versions get in stabilized after a month. The KDE 4
-versions available through Portage are 4.3.3, 4.3.4, and 4.3.5 (also considered stable
-by upstream). In addition, KDE upstream provides weekly <uri
+versions available through Portage are 4.3.5 (stable by both upstream and
+Gentoo), and 4.4.1 (stable by upstream, but currently testing in Gentoo).
+In addition, KDE upstream provides weekly <uri
 link="ftp://ftp.kde.org/pub/kde/unstable">snapshots</uri>, and a <uri
 link="http://websvn.kde.org">live SVN tree</uri>. The Gentoo KDE team provides
 the snapshots, trunk and latest branch live ebuilds, through the <c>kde</c>
-overlay. To enable this, the user can have multiple parallel KDE 4
-installations, with the use of the <c>kdeprefix</c> USE flag.
+overlay.
 </p>
 
 <p>
@@ -90,10 +90,10 @@
 </p>
 <table>
   <tr>
-    <ti><uri link="#kde_portage">KDE from Portage (currently 4.3.X)</uri></ti>
+    <ti><uri link="#kde_portage">KDE from Portage (currently 4.3.5 and 4.4.1)</uri></ti>
   </tr>
   <tr>
-    <ti><uri link="#snapshots">KDE snapshots (currently 4.3.XX)</uri></ti>
+    <ti><uri link="#snapshots">KDE snapshots (currently 4.4.XX)</uri></ti>
   </tr>
   <tr>
     <ti><uri link="#live">KDE live ebuilds</uri></ti>
@@ -102,77 +102,8 @@
 
 </body>
 </section>
-<section>
-<title>The kdeprefix USE flag</title>
-<body>
-
-<warn>
-The <c>kdeprefix</c> USE flag is currently masked. It's <b>unsupported</b> and
-shouldn't be used by users in any way. Use at your own risk. Read below for the
-reasons that led to the masking of the USE flag.
-</warn>
-
-<p>
-The <c>kdeprefix</c> USE flag allows users to choose between an FHS compliant
-install (<c>-kdeprefix</c>) or a slotted install in the KDE prefix
-(<c>+kdeprefix</c>).
-</p>
-
-<p>
-If <c>kdeprefix</c> is disabled (default) KDE is installed into the FHS
-compliant location, i.e. <path>/usr</path>. That means that all of the files are
-put under <path>/usr</path>. This is the desired behaviour for most users. The
-drawback of the FHS compliant install is that it will not be possible to have
-more than one minor version of KDE side by side (previous behavior), e.g. KDE
-4.3 and 4.4.
-</p>
-
-<warn>
-Mixing a <c>+kdeprefix</c> and a <c>-kdeprefix</c> KDE installation is not
-supported, nor recommended. If you really want kdeprefix in your system, you'll
-have to unmask it and put it globally in <path>/etc/make.conf</path>
-</warn>
-
-<p>
-If <c>kdeprefix</c> is enabled then KDE is installed into
-<path>/usr/kde/${SLOT}</path>, which allows you to install KDE 4.3, live etc. in
-<path>/usr/kde/4.3</path> and <path>/usr/kde/live</path> for example.
-</p>
-
-<warn>
-If you want to move between <c>kdeprefix</c> and <c>-kdeprefix</c> (or
-vice-versa), it is recommended that you unmerge all KDE packages and then emerge
-it with the modified flag. If this is not done, KDE installations can have
-trouble finding certain libraries/plugins. Check <uri link="#cleanup">Cleaning
-Up KDE</uri> for more details.
-</warn>
-
-<p>
-Recently <c>kdeprefix</c> got masked by default, as it caused many problems,
-like collisions between the same packages when having two or more KDE
-installations, or strange behaviour even when only one <c>+kdeprefix</c> KDE
-installation was present in the system.
-</p>
-
-<p>
-Great examples of packages with such problems are <c>pykde4</c> and
-<c>amarok</c>. Since the Gentoo KDE Team decided to proceed with the
-stabilization of KDE 4, those issues needed to be resolved first. As it was
-difficult to fix them, we decided to mask the use flag instead.  <b>If you
-really know what you are doing</b> and you are sure that you want
-<c>kdeprefix</c> unmasked and enabled in your system, add kdeprefix globally to
-<path>/etc/make.conf</path> and unmask it by following the instructions below.
-</p>
-
-<pre caption="Unmasking the kdeprefix use flag">
-# <i>mkdir -p /etc/portage/profile</i>
-# <i>echo "-kdeprefix" >> /etc/portage/profile/use.mask</i>
-</pre>
-
-</body>
-</section>
 <section id="kde_portage">
-<title>Installing KDE 4.3.X (from Portage)</title>
+<title>Installing KDE 4.3.5 or 4.4.1 (from Portage)</title>
 <body>
 
 <note>
@@ -185,135 +116,43 @@
 sets.
 </p>
 
+<p>
+<b>For KDE 4.3.5:</b>
+</p>
+
 <pre caption="Installation of KDE using meta packages">
 # <i>emerge -av kde-meta:4.3</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:4.3 kdegames-meta:4.3</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
 <p>
+<b>For KDE 4.4.1:</b>
+</p>
+
+<pre caption="Installation of KDE using meta packages">
+# <i>emerge -av kde-meta:4.4</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta:4.4 kdegames-meta:4.4</i> <comment>(installation of chosen modules only)</comment>
+</pre>
+
+<p>
 For installation using sets check the <uri link="#sets">Using Sets</uri>
 section.
 </p>
 
-<note>
-If you are running the stable branch and want to use the latest non-stable
-version in tree, you can use <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.3.keywords;hb=HEAD">
-this</uri> keyword file and put it in your
-<path>/etc/portage/package.keywords/</path> folder.
-</note>
-
 </body>
 </section>
 <section id="snapshots">
-<title>Installing KDE 4.3.XX snapshots (from kde overlay)</title>
+<title>Installing KDE 4.4.XX snapshots (from kde overlay)</title>
 <body>
 
-<warn>
-KDE snapshots are <b>bleeding edge</b>. Use at your own risk.
-</warn>
-
 <p>
-KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">weekly
-snapshots</uri> taken from the <uri link="http://websvn.kde.org/trunk/">SVN
-trunk tree</uri>. KDE now provides 4.3.XX snapshot series, and after the 4.4
-release they are going to start with 4.4.60. Beta and Release Candidate KDE
-releases are following the snapshot model below:
+Currently, KDE 4.5 (from trunk) is too broken, especially the KDEPIM
+module. This is because kmail's mail storage is being ported to akonadi,
+which will take some time. Thus, we decided in February's <uri
+link="meeting-logs/kde-project-meeting-summary-20100225.txt">meeting</uri>
+not to provide any snapshots until 4.4.60 (the first alpha) shows up.
 </p>
 
-<table>
-<tr>
- <th>Snaphot version</th>
- <th>KDE Version</th>
-</tr>
-<tr>
- <ti>4.X.80</ti>
- <ti>KDE 4.X Beta 1</ti>
-</tr>
-<tr>
- <ti>4.X.85</ti>
- <ti>KDE 4.X Beta 2</ti>
-</tr>
-<tr>
- <ti>4.X.90</ti>
- <ti>KDE 4.X Release Candidate 1</ti>
-</tr>
-<tr>
- <ti>4.X.95</ti>
- <ti>KDE 4.X Release Candidate 2</ti>
-</tr>
-</table>
-
-<note>
-In order to minimize issues it is recommended to start with a clean environment.
-Read more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
-</note>
-
-<note>
-You'll need portage-2.2_rc*, so please add <c>~sys-apps/portage-2.2</c> entry to
-your <path>/etc/portage/package.unmask[/*]</path> file.
-</note>
-
-<p>
-Snapshots are only available through <c>kde</c> overlay, so you first
-need to add it:
-</p>
-
-<pre caption="Installing kde overlay from layman">
-# <i>layman -f -a kde</i>
-</pre>
-
-<note>
-For more information regarding overlays, please read the <uri
-link="/proj/en/overlays/userguide.xml">Overlay Guide</uri>.
-</note>
-
-<p>
-If you're used to git repos, don't want to use layman and rather do all the sync
-work yourself, you can install the repo directly:
-</p>
-
-<pre caption="Installing kde overlay directly">
-# <i>mkdir /&lt;repo-base-dir&gt;</i>
-# <i>cd /&lt;repo-base-dir&gt;</i>
-# <i>git clone git://git.overlays.gentoo.org/proj/kde.git</i>
-</pre>
-
-<p>
-Users with stable systems have to keyword the packages to proceed.
-We provide a package.keyword file in <c>kde</c> overlay, which we'll
-have to symlink to our package.keywords directory:
-</p>
-
-<pre caption="Creating symlink of the kde-4.4.keywords file">
-# <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.4.keywords .</i>
-</pre>
-
-<p>
-All users also need to unmask the packages, which will be done the same way:
-</p>
-
-<pre caption="Creating symlink of the kde-4.4 unmask file">
-# <i>cd /etc/portage/package.unmask</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.4 .</i>
-</pre>
-
-<p>
-The installation can be done either by using the meta packages or by using sets.
-</p>
-
-<pre caption="Installation of KDE snapshots using meta packages">
-# <i>emerge -av kde-meta:4.4</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta:4.4 kdegames-meta:4.4</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
-<pre caption="Installation of KDE snapshots using sets">
-# <i>emerge -av @kde-4.4</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.4 @kdegames-4.4</i> <comment>(installation of chosen modules only)</comment>
-<comment>See the <uri link="#sets">Using Sets</uri> section for more information.</comment>
-</pre>
-
 </body>
 </section>
 <section id="live">
@@ -354,7 +193,7 @@
 </note>
 
 <note>
-You'll need portage-2.2_rc*, so please add <c>~sys-apps/portage-2.2</c> entry in
+You'll need portage-2.2_rc*, so please add <c>sys-apps/portage</c> entry in
 your <path>/etc/portage/package.unmask</path> file.
 </note>
 
@@ -436,7 +275,8 @@
 
 <warn>
 Portage 2.2_rcX is currently masked. So if you want to use sets please unmask
-<c>~sys-apps/portage-2.2</c>.
+it by adding <c>sys-apps/portage</c> in your <c>/etc/portage.package.unmask</c>
+file.
 </warn>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-03-03  1:55 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-03-03  1:55 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/03/03 01:55:33

  Modified:             kde4-guide.xml
  Log:
  Add suggestions from bug 306441 thanks to Nathan Zachary

Revision  Changes    Path
1.50                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.49&r2=1.50

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- kde4-guide.xml	2 Mar 2010 21:50:29 -0000	1.49
+++ kde4-guide.xml	3 Mar 2010 01:55:32 -0000	1.50
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.49 2010/03/02 21:50:29 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.50 2010/03/03 01:55:32 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -34,7 +34,7 @@
 <license/>
 
 <version>2</version>
-<date>2010-01-26</date>
+<date>2010-03-03</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -539,6 +539,50 @@
 </body>
 </section>
 <section>
+<title>Make KDE start on boot</title>
+<body>
+
+<p>
+There are two ways to make KDE start on boot. The easiest way is by using the KDM,
+which is available at <c>kde-base/kdm</c>. First we edit the Xorg Configuration file,
+so that DISPLAYMANAGER is set to "kdm":
+</p>
+
+<pre caption="Editing /etc/conf.d/xdm">
+# What display manager do you use ?  [ xdm | gdm | kdm | kdm-4.3 | gpe | entran$
+# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
+#
+# KDE-specific note:
+# - If you are using kdeprefix go with "kdm-4.Y", e.g. "kdm-4.3".
+#     You can find possible versions by looking at the directories in /usr/kde/.
+# - Else, if you are using KDE 3 enter "kdm-3.5"
+# - Else, if you are using KDE 4 enter "kdm" without a version
+DISPLAYMANAGER="kdm"
+</pre>
+
+<p>
+Next step is to add xdm to default runlevel:
+</p>
+
+<pre caption="Adding xdm to the default runlevel">
+# <i>rc-update add xdm default</i>
+</pre>
+
+</body>
+</section>
+<section>
+<title>Fonts suggestions</title>
+<body>
+
+<p>
+If you click to view the menu and notice that there is nothing legible, you need
+to install some fonts. Some common choices are <c>media-fonts/corefonts</c>,
+<c>media-fonts/ttf-bitstream-vera</c> and <c>media-fonts/dejavu</c>.
+</p>
+
+</body>
+</section>
+<section>
 <title>KDM fails to start</title>
 <body>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-03-03 14:36 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-03-03 14:36 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/03/03 14:36:53

  Modified:             kde4-guide.xml
  Log:
  Add info about kcm_gtk, bug 305525

Revision  Changes    Path
1.51                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.50&r2=1.51

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- kde4-guide.xml	3 Mar 2010 01:55:32 -0000	1.50
+++ kde4-guide.xml	3 Mar 2010 14:36:52 -0000	1.51
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.50 2010/03/03 01:55:32 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.51 2010/03/03 14:36:52 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -489,26 +489,27 @@
 </body>
 </section>
 <section>
-<title>x11-themes/plasma-themes</title>
+<title>Plasma Themes</title>
 <body>
 
 <p>
-This ebuild contains various plasma themes. The procedure for requesting
+The ebuild that contains various plasma themes is called
+<c>x11-themes/plasma-themes</c>. The procedure for requesting
 additional themes is the same as that for plasmoids.
 </p>
 
 </body>
 </section>
 <section>
-<title>x11-themes/gtk-engines-qtcurve</title>
+<title>Make GTK applications look like Qt 4 onesx11-themes/gtk-engines-qtcurve</title>
 <body>
 
 <p>
-This package should be used if you want your GTK applications to use the same
-theme as your Qt applications. You must also install
-<c>x11-themes/qtcurve-qt4</c> for this to work with Qt 4/KDE 4 applications.
-Configuration can be found in System Settings->Appearance->GTK Styles and
-Fonts.
+The ebuild that should be used if you want your GTK applications to use the same
+theme as your Qt applications is called <c>x11-themes/gtk-engines-qtcurve</c>.
+You must also install <c>x11-themes/qtcurve-qt4</c> for this to work with Qt 4/KDE 4
+applications. In order to get onfiguration options in System Settings->Appearance->GTK
+Styles and Fonts, you have to install <c>x11-themes/kcm_gtk</c>.
 </p>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-03-03 14:53 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-03-03 14:53 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/03/03 14:53:14

  Modified:             kde4-guide.xml
  Log:
  typo

Revision  Changes    Path
1.52                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.51&r2=1.52

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- kde4-guide.xml	3 Mar 2010 14:36:52 -0000	1.51
+++ kde4-guide.xml	3 Mar 2010 14:53:14 -0000	1.52
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.51 2010/03/03 14:36:52 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.52 2010/03/03 14:53:14 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -501,7 +501,7 @@
 </body>
 </section>
 <section>
-<title>Make GTK applications look like Qt 4 onesx11-themes/gtk-engines-qtcurve</title>
+<title>Make GTK applications look like Qt 4 ones</title>
 <body>
 
 <p>
@@ -515,7 +515,7 @@
 </body>
 </section>
 <section>
-<title>Akonadi Complains about the MySQL Config</title>
+<title>Akonadi complains about the MySQL config</title>
 <body>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-03-03 14:55 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-03-03 14:55 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/03/03 14:55:37

  Modified:             kde4-guide.xml
  Log:
  typo again

Revision  Changes    Path
1.53                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.52&r2=1.53

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- kde4-guide.xml	3 Mar 2010 14:53:14 -0000	1.52
+++ kde4-guide.xml	3 Mar 2010 14:55:36 -0000	1.53
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.52 2010/03/03 14:53:14 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.53 2010/03/03 14:55:36 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -508,7 +508,7 @@
 The ebuild that should be used if you want your GTK applications to use the same
 theme as your Qt applications is called <c>x11-themes/gtk-engines-qtcurve</c>.
 You must also install <c>x11-themes/qtcurve-qt4</c> for this to work with Qt 4/KDE 4
-applications. In order to get onfiguration options in System Settings->Appearance->GTK
+applications. In order to get configuration options in System Settings->Appearance->GTK
 Styles and Fonts, you have to install <c>x11-themes/kcm_gtk</c>.
 </p>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-03-23 13:01 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-03-23 13:01 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/03/23 13:01:39

  Modified:             kde4-guide.xml
  Log:
  Add note about desktop split profile

Revision  Changes    Path
1.54                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.53&r2=1.54

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- kde4-guide.xml	3 Mar 2010 14:55:36 -0000	1.53
+++ kde4-guide.xml	23 Mar 2010 13:01:38 -0000	1.54
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.53 2010/03/03 14:55:36 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.54 2010/03/23 13:01:38 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -643,5 +643,19 @@
 
 </body>
 </section>
+<section>
+<title>Desktop profile and subprofiles</title>
+<body>
+
+<p>
+Desktop profile has been split to KDE and GNOME subprofiles.
+This means that KDE and GNOME specific USE flags have been stripped
+from the basic desktop profile and have been migrated to the subprofiles.
+Choosing a subprofile doesn't restrict you to use only the equivalent
+DE.
+</p>
+
+</body>
+</section>
 </chapter>
 </guide>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-04-05 16:28 Dror Levin (spatz)
  0 siblings, 0 replies; 99+ messages in thread
From: Dror Levin (spatz) @ 2010-04-05 16:28 UTC (permalink / raw
  To: gentoo-commits

spatz       10/04/05 16:28:24

  Modified:             kde4-guide.xml
  Log:
  Change typo in warning, bug 257671.

Revision  Changes    Path
1.56                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.55&r2=1.56

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- kde4-guide.xml	31 Mar 2010 14:24:23 -0000	1.55
+++ kde4-guide.xml	5 Apr 2010 16:28:24 -0000	1.56
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.55 2010/03/31 14:24:23 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.56 2010/04/05 16:28:24 spatz Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -468,7 +468,7 @@
 </p>
 
 <impo>
-Moving backwards in version, from 3.5 to 4.X, is not supported.
+Moving backwards in version, from 4.X to 3.5, is not supported.
 </impo>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-04-13  9:09 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 99+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-04-13  9:09 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/04/13 09:09:11

  Modified:             kde4-guide.xml
  Log:
  Replace my mail with overlays one.

Revision  Changes    Path
1.57                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.56&r2=1.57

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- kde4-guide.xml	5 Apr 2010 16:28:24 -0000	1.56
+++ kde4-guide.xml	13 Apr 2010 09:09:11 -0000	1.57
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.56 2010/04/05 16:28:24 spatz Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.57 2010/04/13 09:09:11 scarabeus Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -54,7 +54,7 @@
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=summary">kde-sunset</uri>
 (available in layman). Keep in mind that this overlay is user-maintained only,
 and current KDE team members have no responsibility for its content. If you are
-interested in co-maintaining it, you can send an email to <mail link="scarabeus"
+interested in co-maintaining it, you can send an email to <mail link="overlays"
 /> asking for commit access. If you want to report a bug about this overlay,
 please don't file a bug in Gentoo's Bugzilla. Instead, use the <uri
 link="http://archives.gentoo.org/gentoo-desktop/">gentoo-desktop</uri> mailing






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-06-18 13:43 Alex Alexander (wired)
  0 siblings, 0 replies; 99+ messages in thread
From: Alex Alexander (wired) @ 2010-06-18 13:43 UTC (permalink / raw
  To: gentoo-commits

wired       10/06/18 13:43:15

  Modified:             kde4-guide.xml
  Log:
  x11-themes/kcm_gtk -> kde-misc/kcm_gtk

Revision  Changes    Path
1.58                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.57&r2=1.58

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- kde4-guide.xml	13 Apr 2010 09:09:11 -0000	1.57
+++ kde4-guide.xml	18 Jun 2010 13:43:15 -0000	1.58
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.57 2010/04/13 09:09:11 scarabeus Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.58 2010/06/18 13:43:15 wired Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -516,7 +516,7 @@
 theme as your Qt applications is called <c>x11-themes/gtk-engines-qtcurve</c>.
 You must also install <c>x11-themes/qtcurve-qt4</c> for this to work with Qt 4/KDE 4
 applications. In order to get configuration options in System Settings->Appearance->GTK
-Styles and Fonts, you have to install <c>x11-themes/kcm_gtk</c>.
+Styles and Fonts, you have to install <c>kde-misc/kcm_gtk</c>.
 </p>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-08-14 13:54 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-08-14 13:54 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/08/14 13:54:21

  Modified:             kde4-guide.xml
  Log:
  update kde guide, add a note about 4.5.0

Revision  Changes    Path
1.59                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.58&r2=1.59

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- kde4-guide.xml	18 Jun 2010 13:43:15 -0000	1.58
+++ kde4-guide.xml	14 Aug 2010 13:54:20 -0000	1.59
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.58 2010/06/18 13:43:15 wired Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.59 2010/08/14 13:54:20 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -76,8 +76,8 @@
 KDE 4 is the current KDE version supported by upstream. In Portage there is a
 stable version, and there might be one (or more) non-stable versions. Under
 normal conditions new versions get in stabilized after a month. The KDE 4
-versions available through Portage are 4.3.5 (stable by both upstream and
-Gentoo), and 4.4.2 (stable by upstream, but currently testing in Gentoo).
+version available through Portage is 4.4.5 (stable by both upstream and
+Gentoo).
 In addition, KDE upstream provides weekly <uri
 link="ftp://ftp.kde.org/pub/kde/unstable">snapshots</uri>, and a <uri
 link="http://websvn.kde.org">live SVN tree</uri>. The Gentoo KDE team provides
@@ -103,7 +103,7 @@
 </body>
 </section>
 <section id="kde_portage">
-<title>Installing KDE 4.3.5 or 4.4.2 (from Portage)</title>
+<title>Installing KDE 4.4.5 (from Portage)</title>
 <body>
 
 <note>
@@ -116,26 +116,6 @@
 sets.
 </p>
 
-<p>
-<b>For KDE 4.3.5:</b>
-</p>
-
-<pre caption="Installation of KDE using meta packages">
-# <i>emerge -av kde-meta:4.3</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta:4.3 kdegames-meta:4.3</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
-<p>
-<b>For KDE 4.4.2:</b>
-</p>
-
-<p>
-Users with stable systems have to keyword the packages to proceed.  We provide a
-package.keyword file <uri 
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.4.keywords;hb=HEAD">here</uri>,
-which you can download to your <path>/etc/portage/package.keywords/</path> directory.
-</p>
-
 <pre caption="Installation of KDE using meta packages">
 # <i>emerge -av kde-meta:4.4</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:4.4 kdegames-meta:4.4</i> <comment>(installation of chosen modules only)</comment>
@@ -146,6 +126,14 @@
 section.
 </p>
 
+<note>
+KDE 4.5.0, the newest KDE release, will not be included in the portage tree, because
+it lacks the KDEPIM suite. Thus, it will remain in the kde overlay hardmasked. It can
+be installed with KDEPIM 4.4.5 though, if the user adjusts the keyword files accordingly.
+The first KDE 4.5.X version that will include the KDEPIM suite will be added to portage
+as well.
+</note>
+
 </body>
 </section>
 <section id="snapshots">
@@ -153,11 +141,11 @@
 <body>
 
 <p>
-Currently, KDE 4.5 (from trunk) is too broken, especially the KDEPIM
+Currently, KDE from trunk is too broken, especially the KDEPIM
 module. This is because kmail's mail storage is being ported to akonadi,
 which will take some time. Thus, we decided in February's <uri
 link="meeting-logs/kde-project-meeting-summary-20100225.txt">meeting</uri>
-not to provide any snapshots until 4.4.60 (the first alpha) shows up.
+not to provide any snapshots until KDEPIM is usuable again.
 </p>
 
 </body>
@@ -186,7 +174,11 @@
 </tr>
 <tr>
  <ti>4.4.9999</ti>
- <ti>KDE 4.4.Branch</ti>
+ <ti>KDE 4.4 Branch</ti>
+</tr>
+<tr>
+  <ti>4.5.9999</ti>
+  <ti>KDE 4.5 Branch</ti>
 </tr>
 <tr>
  <ti>9999</ti>
@@ -224,6 +216,7 @@
 <pre caption="Creating symlink of the kde-4.X.9999.keywords or kde-live file">
 # <i>cd /etc/portage/package.keywords</i>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.4.9999.keywords .</i><comment>(for 4.4 Branch)</comment>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.5.9999.keywords .</i><comment>(for 4.5 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
 </pre>
 
@@ -236,6 +229,9 @@
 <comment>(For KDE 4.4 Branch)</comment>
 # <i>emerge -av kde-meta:4.4</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:4.4 kdegames-meta:4.4</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE 4.5 Branch)</comment>
+# <i>emerge -av kde-meta:4.5</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta:4.5 kdegames-meta:4.5</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE Trunk)</comment>
 # <i>emerge -av kde-meta:live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:live kdegames-meta:live</i> <comment>(installation of chosen modules only)</comment>
@@ -245,6 +241,9 @@
 <comment>(For KDE 4.4 Branch)</comment>
 # <i>emerge -av @kde-4.4</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-4.4 @kdegames-4.4</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE 4.5 Branch)</comment>
+# <i>emerge -av @kde-4.5</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.5 @kdegames-4.5</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE Trunk)</comment>
 # <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-08-14 14:42 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-08-14 14:42 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/08/14 14:42:39

  Modified:             kde4-guide.xml
  Log:
  up>date

Revision  Changes    Path
1.60                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.59&r2=1.60

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- kde4-guide.xml	14 Aug 2010 13:54:20 -0000	1.59
+++ kde4-guide.xml	14 Aug 2010 14:42:39 -0000	1.60
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.59 2010/08/14 13:54:20 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.60 2010/08/14 14:42:39 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -34,7 +34,7 @@
 <license/>
 
 <version>2</version>
-<date>2010-03-03</date>
+<date>2010-08-14</date>
 
 <chapter>
 <title>KDE 3</title>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-08-16 12:05 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; 99+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2010-08-16 12:05 UTC (permalink / raw
  To: gentoo-commits

reavertm    10/08/16 12:05:55

  Modified:             kde4-guide.xml
  Log:
  Update 4.5.0 information, adjust rebranding in some places

Revision  Changes    Path
1.61                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.60&r2=1.61

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- kde4-guide.xml	14 Aug 2010 14:42:39 -0000	1.60
+++ kde4-guide.xml	16 Aug 2010 12:05:55 -0000	1.61
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.60 2010/08/14 14:42:39 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.61 2010/08/16 12:05:55 reavertm Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -25,7 +25,7 @@
 </author>
 
 <abstract>
-This guide demonstrates how to setup KDE using the ebuilds in the tree. Some
+This guide demonstrates how to setup KDE SC using the ebuilds in the tree. Some
 tools from the KDE team's git overlay (kde) may be used.
 </abstract>
 
@@ -67,15 +67,15 @@
 </chapter>
 
 <chapter>
-<title>KDE 4</title>
+<title>KDE SC 4</title>
 <section>
 <title>Introduction</title>
 <body>
 
 <p>
-KDE 4 is the current KDE version supported by upstream. In Portage there is a
+KDE SC 4 is the current KDE version supported by upstream. In Portage there is a
 stable version, and there might be one (or more) non-stable versions. Under
-normal conditions new versions get in stabilized after a month. The KDE 4
+normal conditions new versions get in stabilized after a month. The KDE SC 4
 version available through Portage is 4.4.5 (stable by both upstream and
 Gentoo).
 In addition, KDE upstream provides weekly <uri
@@ -86,24 +86,24 @@
 </p>
 
 <p>
-Choose what KDE version is most appropriate for you:
+Choose what KDE SC version is most appropriate for you:
 </p>
 <table>
   <tr>
-    <ti><uri link="#kde_portage">KDE from Portage (currently 4.3.5 and 4.4.2)</uri></ti>
+    <ti><uri link="#kde_portage">KDE SC from Portage (currently 4.4.5)</uri></ti>
   </tr>
   <tr>
-    <ti><uri link="#snapshots">KDE snapshots (currently 4.4.XX)</uri></ti>
+    <ti><uri link="#snapshots">KDE SC snapshots (currently 4.4.XX)</uri></ti>
   </tr>
   <tr>
-    <ti><uri link="#live">KDE live ebuilds</uri></ti>
+    <ti><uri link="#live">KDE live ebuilds (currently 4.4.9999, 4.5.9999, 9999)</uri></ti>
   </tr>
 </table>
 
 </body>
 </section>
 <section id="kde_portage">
-<title>Installing KDE 4.4.5 (from Portage)</title>
+<title>Installing KDE SC 4.4.5 (from Portage)</title>
 <body>
 
 <note>
@@ -127,11 +127,13 @@
 </p>
 
 <note>
-KDE 4.5.0, the newest KDE release, will not be included in the portage tree, because
-it lacks the KDEPIM suite. Thus, it will remain in the kde overlay hardmasked. It can
-be installed with KDEPIM 4.4.5 though, if the user adjusts the keyword files accordingly.
-The first KDE 4.5.X version that will include the KDEPIM suite will be added to portage
-as well.
+KDE SC 4.5.0, the newest KDE Software Compilation release, will not be included in the portage tree because of not addressed regresions, including:
+<uri link="https://bugs.kde.org/show_bug.cgi?id=230247">Bug in akonadi startup notification</uri>
+<uri link="https://bugs.kde.org/show_bug.cgi?id=243991">Broken compositing on NVidia/TwinView</uri>
+<uri link="https://bugs.kde.org/show_bug.cgi?id=247144">Plasma folderview bug</uri>
+<uri link="https://bugs.kde.org/show_bug.cgi?id=245491">Dolphin tooltips bug, fixed in 4.5.1</uri>
+
+There are also numerous Plasma system tray and notification area glitches and one KTar (kdelibs) regression fixed for 4.5.1. Releasing KDE SC with known bugs would only cause duplicates on bugs.kde.org.
 </note>
 
 </body>
@@ -141,7 +143,7 @@
 <body>
 
 <p>
-Currently, KDE from trunk is too broken, especially the KDEPIM
+Currently, KDE SC from trunk is too broken, especially the KDEPIM
 module. This is because kmail's mail storage is being ported to akonadi,
 which will take some time. Thus, we decided in February's <uri
 link="meeting-logs/kde-project-meeting-summary-20100225.txt">meeting</uri>
@@ -151,7 +153,7 @@
 </body>
 </section>
 <section id="live">
-<title>Installing KDE live ebuilds (from kde overlay)</title>
+<title>Installing KDE SC live ebuilds (from kde overlay)</title>
 <body>
 
 <warn>
@@ -159,7 +161,7 @@
 </warn>
 
 <p>
-KDE is Open Source, with its code being available for browsing through <uri
+KDE SC is Open Source, with its code being available for browsing through <uri
 link="http://websvn.kde.org">KDE Websvn</uri>, and for public checkout
 through an anonymous (anonsvn) account. Gentoo, as a source based distro,
 has the ability to provide live ebuilds that checkout the code either from
@@ -170,7 +172,7 @@
 <table>
 <tr>
  <th>Ebuilds version</th>
- <th>KDE Version</th>
+ <th>KDE SC ersion</th>
 </tr>
 <tr>
  <ti>4.4.9999</ti>
@@ -226,25 +228,25 @@
 </p>
 
 <pre caption="Installation of KDE live ebuilds using meta packages">
-<comment>(For KDE 4.4 Branch)</comment>
+<comment>(For KDE SC 4.4 Branch)</comment>
 # <i>emerge -av kde-meta:4.4</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:4.4 kdegames-meta:4.4</i> <comment>(installation of chosen modules only)</comment>
-<comment>(For KDE 4.5 Branch)</comment>
+<comment>(For KDE SC 4.5 Branch)</comment>
 # <i>emerge -av kde-meta:4.5</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:4.5 kdegames-meta:4.5</i> <comment>(installation of chosen modules only)</comment>
-<comment>(For KDE Trunk)</comment>
+<comment>(For KDE SC Trunk)</comment>
 # <i>emerge -av kde-meta:live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:live kdegames-meta:live</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
 <pre caption="Installation of KDE live ebuilds using sets">
-<comment>(For KDE 4.4 Branch)</comment>
+<comment>(For KDE SC 4.4 Branch)</comment>
 # <i>emerge -av @kde-4.4</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-4.4 @kdegames-4.4</i> <comment>(installation of chosen modules only)</comment>
-<comment>(For KDE 4.5 Branch)</comment>
+<comment>(For KDE SC 4.5 Branch)</comment>
 # <i>emerge -av @kde-4.5</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-4.5 @kdegames-4.5</i> <comment>(installation of chosen modules only)</comment>
-<comment>(For KDE Trunk)</comment>
+<comment>(For KDE SC Trunk)</comment>
 # <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>
 <comment>See the <uri link="#sets">Using Sets</uri> section for more information.</comment>
@@ -339,7 +341,7 @@
 the <c>kdegames</c> set.
 </p>
 
-<pre caption="Installing KDE">
+<pre caption="Installing KDE SC">
 # <i>emerge @kdebase @kdegames</i>
 </pre>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-11-03 19:15 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-11-03 19:15 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/11/03 19:15:44

  Modified:             kde4-guide.xml
  Log:
  small updates, mostly about kde 4.5.3 and kdepim 4.4.7

Revision  Changes    Path
1.63                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.62&r2=1.63

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- kde4-guide.xml	8 Sep 2010 17:12:25 -0000	1.62
+++ kde4-guide.xml	3 Nov 2010 19:15:44 -0000	1.63
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.62 2010/09/08 17:12:25 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.63 2010/11/03 19:15:44 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2</version>
-<date>2010-09-08</date>
+<version>2.1</version>
+<date>2010-03-11</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -90,20 +90,20 @@
 </p>
 <table>
   <tr>
-    <ti><uri link="#kde_portage">KDE SC from Portage (stable: 4.4.5, testing: 4.5.1)</uri></ti>
+    <ti><uri link="#kde_portage">KDE SC from Portage (stable: 4.4.5, testing: 4.5.3)</uri></ti>
   </tr>
   <!--tr>
     <ti><uri link="#snapshots">KDE SC snapshots (currently 4.4.XX)</uri></ti>
   </tr-->
   <tr>
-    <ti><uri link="#live">KDE live ebuilds (currently 4.4.9999, 4.5.9999, 9999)</uri></ti>
+    <ti><uri link="#live">KDE live ebuilds (currently 4.5.9999, 9999)</uri></ti>
   </tr>
 </table>
 
 </body>
 </section>
 <section id="kde_portage">
-<title>Installing KDE SC 4.4.5 or 4.5.1 (from Portage)</title>
+<title>Installing KDE SC 4.4.5 or 4.5.3 (from Portage)</title>
 <body>
 
 <note>
@@ -121,30 +121,29 @@
 </pre>
 
 <p>
-KDE SC 4.5.1 is also in portage, but currently testing and also hardmasked. The
-hardmask will be removed as soon as <uri link="https://bugs.gentoo.org/336158">bug 336158</uri> is fixed.
-Users of amd64/x86 architectures can manually unmask and use it without problems though. To unmask it
-quickly, you will need to put <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde-4.5;hb=HEAD">
-this unmask file</uri> in <path>/etc/portage/package.unmask</path>. Users with stable systems
+KDE SC 4.5.3 is also in portage, but in ~testing. Users with stable systems
 also need to put <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.5.keywords;h=8663dc27daa94aa6f312283cb894e0176d96cc9b;hb=HEAD">
 this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>
 
-<pre caption="Installation of KDE SC 4.5.1 using meta packages">
+<pre caption="Installation of KDE SC 4.5.3 using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
 <note>KDE SC 4.5 will never go stable though. Reasons are explained on <uri 
 link="http://www.gentoo.org/proj/en/desktop/kde/meeting-logs/kde-project-meeting-summary-20100902.txt">
-September's meeting summary</uri>.
+September's meeting summary</uri> and <uri
+link="http://blog.tampakrap.gr/gentoo-kde-and-qt-september-meetings/">this
+blog post</uri>.
 </note>
 
 <p>
-For installation using sets instead of the meta packagescheck the <uri
-link="#sets">Using Sets</uri> section.
+Due to a major rewrite in KDEPIM, the upstream KDEPIM developers decided
+not to release KDEPIM for KDE 4.5. Instead, they still release new KDEPIM
+4.4.x versions (currently 4.4.7), which can be installed with KDE 4.4.5 and
+KDE 4.5.3 as well.
 </p>
 
 </body>
@@ -176,8 +175,8 @@
 link="http://websvn.kde.org">KDE Websvn</uri>, and for public checkout
 through an anonymous (anonsvn) account. Gentoo, as a source based distro,
 has the ability to provide live ebuilds that checkout the code either from
-the latest branch or from trunk. Currently, we provide 4.4.9999 ebuilds from
-4.4 branch.
+the latest branch or from trunk. Currently, we provide 4.5.9999 ebuilds from
+4.5 branch and 9999 ebuilds from trunk.
 </p>
 
 <table>
@@ -186,10 +185,6 @@
  <th>KDE SC ersion</th>
 </tr>
 <tr>
- <ti>4.4.9999</ti>
- <ti>KDE 4.4 Branch</ti>
-</tr>
-<tr>
   <ti>4.5.9999</ti>
   <ti>KDE 4.5 Branch</ti>
 </tr>
@@ -228,7 +223,6 @@
 
 <pre caption="Creating symlink of the kde-4.X.9999.keywords or kde-live file">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.4.9999.keywords .</i><comment>(for 4.4 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.5.9999.keywords .</i><comment>(for 4.5 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
 </pre>
@@ -239,9 +233,6 @@
 </p>
 
 <pre caption="Installation of KDE live ebuilds using meta packages">
-<comment>(For KDE SC 4.4 Branch)</comment>
-# <i>emerge -av kde-meta:4.4</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta:4.4 kdegames-meta:4.4</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE SC 4.5 Branch)</comment>
 # <i>emerge -av kde-meta:4.5</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta:4.5 kdegames-meta:4.5</i> <comment>(installation of chosen modules only)</comment>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-11-27 15:16 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-11-27 15:16 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/11/27 15:16:03

  Modified:             kde4-guide.xml
  Log:
  Restore the snapshots section, with installation instructions for 4.5.80
  Various cleanup
  Remove nonsense warnings/notes
  Remove the Installing KDE apps section (it was completely useless)

Revision  Changes    Path
1.64                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.63&r2=1.64

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- kde4-guide.xml	3 Nov 2010 19:15:44 -0000	1.63
+++ kde4-guide.xml	27 Nov 2010 15:16:03 -0000	1.64
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.63 2010/11/03 19:15:44 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.64 2010/11/27 15:16:03 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.1</version>
-<date>2010-03-11</date>
+<version>2.2</version>
+<date>2010-11-27</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -88,15 +88,27 @@
 <p>
 Choose what KDE SC version is most appropriate for you:
 </p>
+
 <table>
   <tr>
-    <ti><uri link="#kde_portage">KDE SC from Portage (stable: 4.4.5, testing: 4.5.3)</uri></ti>
+    <th>KDE SC Version</th>
+    <th>Repository</th>
+  </tr>
+  <tr>
+    <ti><uri link="#kde_portage">KDE SC 4.4.5</uri></ti>
+	<ti>Portage</ti>
   </tr>
-  <!--tr>
-    <ti><uri link="#snapshots">KDE SC snapshots (currently 4.4.XX)</uri></ti>
-  </tr-->
   <tr>
-    <ti><uri link="#live">KDE live ebuilds (currently 4.5.9999, 9999)</uri></ti>
+    <ti><uri link="#kde_portage">KDE SC 4.5.3</uri></ti>
+	<ti>Portage</ti>
+  </tr>
+  <tr>
+    <ti><uri link="#snapshots">KDE SC 4.5.xx snapshots</uri></ti>
+	<ti>KDE Overlay</ti>
+  </tr>
+  <tr>
+    <ti><uri link="#live">Live Ebuilds (4.5 Branch, Trunk)</uri></ti>
+	<ti>KDE Overlay</ti>
   </tr>
 </table>
 
@@ -106,11 +118,6 @@
 <title>Installing KDE SC 4.4.5 or 4.5.3 (from Portage)</title>
 <body>
 
-<note>
-In order to minimize issues it is recommended to start with a clean environment.
-Read more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
-</note>
-
 <p>
 KDE SC 4.4.5 is the currect stable release.
 </p>
@@ -148,28 +155,85 @@
 
 </body>
 </section>
-<!--section id="snapshots">
-<title>Installing KDE 4.4.XX snapshots (from kde overlay)</title>
+<section id="snapshots">
+<title>Installing KDE 4.5.80 snapshots (from kde overlay)</title>
 <body>
 
 <p>
-Currently, KDE SC from trunk is too broken, especially the KDEPIM
-module. This is because kmail's mail storage is being ported to akonadi,
-which will take some time. Thus, we decided in February's <uri
-link="meeting-logs/kde-project-meeting-summary-20100225.txt">meeting</uri>
-not to provide any snapshots until KDEPIM is usuable again.
+KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">weekly
+snapshots</uri> taken from the <uri link="http://websvn.kde.org/trunk/">SVN
+trunk tree</uri>. KDE now provides 4.5.xx snapshot series, and after the 4.6
+release they are going to start with 4.6.60. Beta and Release Candidate KDE
+releases are following the snapshot model below:
 </p>
 
+<table>
+  <tr>
+    <th>KDE SC Version</th>
+    <th>Release Name</th>
+  </tr>
+  <tr>
+    <ti>4.x.80</ti>
+	<ti>Beta 1</ti>
+  </tr>
+  <tr>
+    <ti>4.x.85</ti>
+	<ti>Beta 2</ti>
+  </tr>
+  <tr>
+    <ti>4.x.90</ti>
+	<ti>Release Candidate 1</ti>
+  </tr>
+  <tr>
+    <ti>4.x.95</ti>
+	<ti>Release Candidate 2</ti>
+  </tr>
+</table>
+
+<p>
+Snapshots are only available through <c>kde</c> overlay, so first
+thing is to install it:
+</p>
+
+<pre caption="Installing kde overlay">
+# <i>layman -f -a kde</i>
+<comment>For more information regarding overlays, please read the <uri
+link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
+</pre>
+
+<p>
+Users with stable systems have to keyword the packages to proceed.  We provide a
+package.keyword file in <c>kde</c> overlay, which we'll have to symlink
+to our package.keywords directory:
+</p>
+
+<pre caption="Creating symlink of the keywords file">
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.6.keywords /etc/portage/package.keywords</i>
+</pre>
+
+<p>
+The installation can be done either by using the meta packages or by using
+sets.
+</p>
+
+<pre caption="Installation using meta packages">
+# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
+</pre>
+
+<pre caption="Installation using sets">
+# <i>emerge -av @kde-4.6</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.6 @kdegames-4.6</i> <comment>(installation of chosen modules only)</comment>
+
+<comment>See the <uri link="#sets">Using Sets</uri> section for more information.</comment>
+</pre>
+
 </body>
-</section-->
+</section>
 <section id="live">
 <title>Installing KDE SC live ebuilds (from kde overlay)</title>
 <body>
 
-<warn>
-KDE live ebuilds are <b>bleeding edge</b>. Use at your own risk.
-</warn>
-
 <p>
 KDE SC is Open Source, with its code being available for browsing through <uri
 link="http://websvn.kde.org">KDE Websvn</uri>, and for public checkout
@@ -180,30 +244,20 @@
 </p>
 
 <table>
-<tr>
- <th>Ebuilds version</th>
- <th>KDE SC ersion</th>
-</tr>
-<tr>
-  <ti>4.5.9999</ti>
-  <ti>KDE 4.5 Branch</ti>
-</tr>
-<tr>
- <ti>9999</ti>
- <ti>KDE 4 Trunk</ti>
-</tr>
+  <tr>
+    <th>Ebuilds Version</th>
+    <th>KDE SC Version</th>
+  </tr>
+  <tr>
+    <ti>4.5.9999</ti>
+    <ti>KDE 4.5 Branch</ti>
+  </tr>
+  <tr>
+    <ti>9999</ti>
+    <ti>KDE 4 Trunk</ti>
+  </tr>
 </table>
 
-<note>
-In order to minimize issues it is recommended to start with a clean environment.
-Read more in <uri link="#cleanup">Cleaning Up KDE</uri> section.
-</note>
-
-<note>
-You'll need portage-2.2_rc*, so please add <c>sys-apps/portage</c> entry in
-your <path>/etc/portage/package.unmask</path> file.
-</note>
-
 <p>
 Live ebuilds are only available through <c>kde</c> overlay, so first
 thing is to install it:
@@ -221,7 +275,7 @@
 to our package.keywords directory:
 </p>
 
-<pre caption="Creating symlink of the kde-4.X.9999.keywords or kde-live file">
+<pre caption="Creating symlink of the keywords file">
 # <i>cd /etc/portage/package.keywords</i>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.5.9999.keywords .</i><comment>(for 4.5 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
@@ -232,49 +286,24 @@
 sets.
 </p>
 
-<pre caption="Installation of KDE live ebuilds using meta packages">
-<comment>(For KDE SC 4.5 Branch)</comment>
-# <i>emerge -av kde-meta:4.5</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta:4.5 kdegames-meta:4.5</i> <comment>(installation of chosen modules only)</comment>
-<comment>(For KDE SC Trunk)</comment>
-# <i>emerge -av kde-meta:live</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta:live kdegames-meta:live</i> <comment>(installation of chosen modules only)</comment>
+<pre caption="Installation using meta packages">
+# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
-<pre caption="Installation of KDE live ebuilds using sets">
-<comment>(For KDE SC 4.4 Branch)</comment>
-# <i>emerge -av @kde-4.4</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.4 @kdegames-4.4</i> <comment>(installation of chosen modules only)</comment>
+<pre caption="Installation using sets">
 <comment>(For KDE SC 4.5 Branch)</comment>
 # <i>emerge -av @kde-4.5</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-4.5 @kdegames-4.5</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE SC Trunk)</comment>
 # <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>
+
 <comment>See the <uri link="#sets">Using Sets</uri> section for more information.</comment>
 </pre>
 
 </body>
 </section>
-<section>
-<title>Installation of KDE 4 Applications</title>
-<body>
-
-<p>
-In kde you may find live ebuilds of KDE 4 applications. These are
-slotted in :4, but they <b>can not</b> be installed in parallel with
-normal ones. You are free though to use live KDE 4 applications with KDE 4 from
-Portage, or to use Portage KDE 4 applications with your live KDE.
-</p>
-
-<note>
-There is also a set with live KDE 4 applications, @kde-extras-live and a
-set with live KOffice @koffice-live, in kde overlay, and a set with Qt
-live applications, @qt-extras-live, in qting-edge overlay.
-</note>
-
-</body>
-</section>
 </chapter>
 
 <chapter>
@@ -283,12 +312,6 @@
 <title>Using Sets</title>
 <body>
 
-<warn>
-Portage 2.2_rcX is currently masked. So if you want to use sets please unmask
-it by adding <c>sys-apps/portage</c> in your <c>/etc/portage.package.unmask</c>
-file.
-</warn>
-
 <p>
 One of the new features provided by Portage 2.2 is sets.
 </p>
@@ -329,7 +352,7 @@
 <c>emerge -av1 @kde-4x</c>. Advanced features, like removing any unwanted
 packages from a set, will be supported in a future release of Portage -- you can
 read more about it in <uri
-link="http://planet.gentoo.org/developers/genone/2008/09/29/more_extensions_to_package_set_support">Marius
+link="http://blogs.gentoo.org/genone/2008/09/29/more_extensions_to_package_set_support">Marius
 Mauch's (genone) blog</uri>. Part of this code has now been released in
 portage-2.2_rc12, so you can reinstall all installed packages of a set
 with <c>emerge -av @&lt;set&gt;/@installed</c> or to have a






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-11-27 19:04 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-11-27 19:04 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/11/27 19:04:12

  Modified:             kde4-guide.xml
  Log:
  Small addition about unmasking KDE 4.5.80

Revision  Changes    Path
1.65                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.64&r2=1.65

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- kde4-guide.xml	27 Nov 2010 15:16:03 -0000	1.64
+++ kde4-guide.xml	27 Nov 2010 19:04:12 -0000	1.65
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.64 2010/11/27 15:16:03 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.65 2010/11/27 19:04:12 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -202,13 +202,14 @@
 </pre>
 
 <p>
-Users with stable systems have to keyword the packages to proceed.  We provide a
-package.keyword file in <c>kde</c> overlay, which we'll have to symlink
-to our package.keywords directory:
+Users with stable systems have to keyword the packages to proceed. We provide a
+package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
+4.5.80 should also be masked. We should symlink the files:
 </p>
 
 <pre caption="Creating symlink of the keywords file">
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.6.keywords /etc/portage/package.keywords</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.6.keywords /etc/portage/package.keywords/</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.6 /etc/portage/package.unmask/</i>
 </pre>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-12-08 16:11 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-12-08 16:11 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/12/08 16:11:15

  Modified:             kde4-guide.xml
  Log:
  Bump to beta2 (4.5.85)

Revision  Changes    Path
1.66                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.65&r2=1.66

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- kde4-guide.xml	27 Nov 2010 19:04:12 -0000	1.65
+++ kde4-guide.xml	8 Dec 2010 16:11:15 -0000	1.66
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.65 2010/11/27 19:04:12 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.66 2010/12/08 16:11:15 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.2</version>
-<date>2010-11-27</date>
+<version>2.3</version>
+<date>2010-12-08</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -156,7 +156,7 @@
 </body>
 </section>
 <section id="snapshots">
-<title>Installing KDE 4.5.80 snapshots (from kde overlay)</title>
+<title>Installing KDE 4.5.85 snapshots (from kde overlay)</title>
 <body>
 
 <p>
@@ -204,7 +204,7 @@
 <p>
 Users with stable systems have to keyword the packages to proceed. We provide a
 package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
-4.5.80 should also be masked. We should symlink the files:
+4.5.85 should also be masked. We should symlink the files:
 </p>
 
 <pre caption="Creating symlink of the keywords file">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2010-12-28  2:03 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-12-28  2:03 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/12/28 02:03:21

  Modified:             kde4-guide.xml
  Log:
  version bump, kdepim 4.4.9, kde sc 4.5.90 and 4.5.4

Revision  Changes    Path
1.67                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.66&r2=1.67

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- kde4-guide.xml	8 Dec 2010 16:11:15 -0000	1.66
+++ kde4-guide.xml	28 Dec 2010 02:03:20 -0000	1.67
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.66 2010/12/08 16:11:15 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.67 2010/12/28 02:03:20 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.3</version>
-<date>2010-12-08</date>
+<version>2.4</version>
+<date>2010-12-28</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -99,7 +99,7 @@
 	<ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde_portage">KDE SC 4.5.3</uri></ti>
+    <ti><uri link="#kde_portage">KDE SC 4.5.4</uri></ti>
 	<ti>Portage</ti>
   </tr>
   <tr>
@@ -115,7 +115,7 @@
 </body>
 </section>
 <section id="kde_portage">
-<title>Installing KDE SC 4.4.5 or 4.5.3 (from Portage)</title>
+<title>Installing KDE SC 4.4.5 or 4.5.4 (from Portage)</title>
 <body>
 
 <p>
@@ -128,13 +128,13 @@
 </pre>
 
 <p>
-KDE SC 4.5.3 is also in portage, but in ~testing. Users with stable systems
+KDE SC 4.5.4 is also in portage, but in ~testing. Users with stable systems
 also need to put <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.5.keywords;h=8663dc27daa94aa6f312283cb894e0176d96cc9b;hb=HEAD">
 this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>
 
-<pre caption="Installation of KDE SC 4.5.3 using meta packages">
+<pre caption="Installation of KDE SC 4.5.4 using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
@@ -149,14 +149,14 @@
 <p>
 Due to a major rewrite in KDEPIM, the upstream KDEPIM developers decided
 not to release KDEPIM for KDE 4.5. Instead, they still release new KDEPIM
-4.4.x versions (currently 4.4.7), which can be installed with KDE 4.4.5 and
-KDE 4.5.3 as well.
+4.4.x versions (currently 4.4.9), which can be installed with KDE 4.4.5 and
+KDE 4.5.4 as well.
 </p>
 
 </body>
 </section>
 <section id="snapshots">
-<title>Installing KDE 4.5.85 snapshots (from kde overlay)</title>
+<title>Installing KDE 4.5.90 snapshots (from kde overlay)</title>
 <body>
 
 <p>
@@ -204,7 +204,7 @@
 <p>
 Users with stable systems have to keyword the packages to proceed. We provide a
 package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
-4.5.85 should also be masked. We should symlink the files:
+4.5.90 should also be masked. We should symlink the files:
 </p>
 
 <pre caption="Creating symlink of the keywords file">
@@ -222,13 +222,6 @@
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
-<pre caption="Installation using sets">
-# <i>emerge -av @kde-4.6</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.6 @kdegames-4.6</i> <comment>(installation of chosen modules only)</comment>
-
-<comment>See the <uri link="#sets">Using Sets</uri> section for more information.</comment>
-</pre>
-
 </body>
 </section>
 <section id="live">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-01-29 12:48 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-01-29 12:48 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/01/29 12:48:40

  Modified:             kde4-guide.xml
  Log:
  Fix kde-4.5.keywords URL, bug 352053

Revision  Changes    Path
1.68                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.67&r2=1.68

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- kde4-guide.xml	28 Dec 2010 02:03:20 -0000	1.67
+++ kde4-guide.xml	29 Jan 2011 12:48:40 -0000	1.68
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.67 2010/12/28 02:03:20 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.68 2011/01/29 12:48:40 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -130,7 +130,7 @@
 <p>
 KDE SC 4.5.4 is also in portage, but in ~testing. Users with stable systems
 also need to put <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.5.keywords;h=8663dc27daa94aa6f312283cb894e0176d96cc9b;hb=HEAD">
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.5.keywords">
 this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-01-29 15:19 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-01-29 15:19 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/01/29 15:19:21

  Modified:             kde4-guide.xml
  Log:
  Version bump, add KDE SC 4.6.0 and an extra chapter about KDEPIM

Revision  Changes    Path
1.69                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.68&r2=1.69

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- kde4-guide.xml	29 Jan 2011 12:48:40 -0000	1.68
+++ kde4-guide.xml	29 Jan 2011 15:19:21 -0000	1.69
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.68 2011/01/29 12:48:40 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.69 2011/01/29 15:19:21 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.4</version>
-<date>2010-12-28</date>
+<version>2.5</version>
+<date>2011-01-29</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -95,27 +95,34 @@
     <th>Repository</th>
   </tr>
   <tr>
-    <ti><uri link="#kde_portage">KDE SC 4.4.5</uri></ti>
+    <ti><uri link="#kde4_4">KDE SC 4.4.5</uri></ti>
 	<ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde_portage">KDE SC 4.5.4</uri></ti>
+    <ti><uri link="#kde4_5">KDE SC 4.5.5</uri></ti>
 	<ti>Portage</ti>
   </tr>
   <tr>
+    <ti><uri link="#kde4_6">KDE SC 4.6.0</uri></ti>
+	<ti>Portage</ti>
+  </tr>
+  <!--tr>
     <ti><uri link="#snapshots">KDE SC 4.5.xx snapshots</uri></ti>
 	<ti>KDE Overlay</ti>
-  </tr>
+  </tr-->
   <tr>
-    <ti><uri link="#live">Live Ebuilds (4.5 Branch, Trunk)</uri></ti>
+    <ti><uri link="#live">Live Ebuilds (4.6 Branch, Trunk)</uri></ti>
 	<ti>KDE Overlay</ti>
   </tr>
 </table>
 
 </body>
 </section>
-<section id="kde_portage">
-<title>Installing KDE SC 4.4.5 or 4.5.4 (from Portage)</title>
+</chapter>
+<chapter id="kde_portage">
+<title>Installing KDE SC from Portage</title>
+<section id="kde4_4">
+<title>KDE SC 4.4.5</title>
 <body>
 
 <p>
@@ -127,14 +134,20 @@
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
+</body>
+</section>
+<section id="kde4_5">
+<title>KDE SC 4.5.5</title>
+<body>
+
 <p>
-KDE SC 4.5.4 is also in portage, but in ~testing. Users with stable systems
+KDE SC 4.5.5 is also in portage, but in ~testing. Users with stable systems
 also need to put <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.5.keywords">
 this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>
 
-<pre caption="Installation of KDE SC 4.5.4 using meta packages">
+<pre caption="Installation of KDE SC 4.5.5 using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
@@ -148,15 +161,89 @@
 
 <p>
 Due to a major rewrite in KDEPIM, the upstream KDEPIM developers decided
-not to release KDEPIM for KDE 4.5. Instead, they still release new KDEPIM
-4.4.x versions (currently 4.4.9), which can be installed with KDE 4.4.5 and
-KDE 4.5.4 as well.
+not to release KDEPIM for KDE 4.5. Instead, they released new KDEPIM
+4.4.x versions (currently 4.4.9 or 4.4.10), which can be installed with KDE 4.4.5 and
+KDE 4.5.5 as well.
 </p>
 
 </body>
 </section>
+<section id="kde4_6">
+<title>KDE SC 4.6.0</title>
+<body>
+
+<p>
+KDE SC 4.6.0 is in portage, currenty ~testing and hardmasked. It will be
+unmasked as soon as <uri link="https://bugs.gentoo.org/353129">bug 353129</uri>
+will be resolved. The bug does NOT affect amd64/x86 users, which can normally
+unmask and use it. As for future stabilization, 4.6.1 could be a possible
+candidate.
+</p>
+
+<p>
+Users with stable systems need to put <uri 
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.6.keywords">
+this keywords file</uri> in <path>/etc/portage/package.keywords</path> and 
+both stable and ~testing users need to put <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde-4.6">
+this unmask file</uri> in <path>/etc/portage/package.unmask</path>.
+</p>
+
+<pre caption="Installation of KDE SC 4.6.0 using meta packages">
+# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
+</pre>
+
+</body>
+</section>
+<section id="kdepim">
+<title>KDE SC 4.6 and KDEPIM</title>
+<body>
+
+<p>
+KDEPIM was once again delayed for 4.6.0, and there is no official
+answer for the future versions. KDE 4.6 works with either KDEPIM 4.4
+or with KDEPIM 4.6 beta, which is currently in the kde overlay.
+</p>
+
+<p>
+<b>KDEPIM 4.4.[9.10]:</b><br />
+KDEPIM 4.4.9 is stable in portage, and 4.4.10 is ~testing. You are
+adviced to use the later, for which stable users will need to put <uri
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob;f=sets/kdepim-4.6">
+this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
+</p>
+
+<pre caption="Installation of KDEPIM 4.4.10">
+# <i>emerge -av kdepim-meta</i>
+</pre>
+
+<p>
+<b>KDEPIM 4.6 Beta</b><br />
+The upstream KDEPIM developers released a number of beta tarballs,
+since the decision that KDEPIM is not ready for inclusion to 4.6.0.
+These tarballs are currently in the kde overlay:
+</p>
+
+<pre caption="Installing kde overlay">
+# <i>layman -f -a kde</i>
+<comment>For more information regarding overlays, please read the <uri
+link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
+</pre>
+
+<pre caption="Creating symlink of the keywords/unmask files">
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/.kde-4.6/kdepim-4.6 /etc/portage/package.keywords/</i><comment>(For users with stable systems only)</comment>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kdepim-4.6 /etc/portage/package.unmask/</i>
+</pre>
+
+<pre caption="Installation of KDEPIM 4.6 beta">
+# <i>emerge -av kdepim-meta</i>
+</pre>
+
+</body>
+</section>
 <section id="snapshots">
-<title>Installing KDE 4.5.90 snapshots (from kde overlay)</title>
+<title>Installing KDE snapshots (from kde overlay)</title>
 <body>
 
 <p>
@@ -190,7 +277,11 @@
   </tr>
 </table>
 
-<p>
+<note>
+Currently there are no snapshots available
+</note>
+
+<!--p>
 Snapshots are only available through <c>kde</c> overlay, so first
 thing is to install it:
 </p>
@@ -220,7 +311,7 @@
 <pre caption="Installation using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
-</pre>
+</pre-->
 
 </body>
 </section>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-02-01  6:24 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-02-01  6:24 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/02/01 06:24:01

  Modified:             kde4-guide.xml
  Log:
  Another cleanup, this time mainly in the hints and troubleshooting section:
  - version bump 4.5.9999->4.6.9999
  - Remove the sections about plasma-themes/plasmoids, GHNS is perfect plus there are userbase entries about this
  - Improve the kbuildsycoca4 section
  - Improve the gtk themes section
  - New section about the KResource Migration Popup

Revision  Changes    Path
1.70                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.69&r2=1.70

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- kde4-guide.xml	29 Jan 2011 15:19:21 -0000	1.69
+++ kde4-guide.xml	1 Feb 2011 06:24:01 -0000	1.70
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.69 2011/01/29 15:19:21 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.70 2011/02/01 06:24:01 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.5</version>
-<date>2011-01-29</date>
+<version>2.6</version>
+<date>2011-02-01</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -325,7 +325,7 @@
 through an anonymous (anonsvn) account. Gentoo, as a source based distro,
 has the ability to provide live ebuilds that checkout the code either from
 the latest branch or from trunk. Currently, we provide 4.5.9999 ebuilds from
-4.5 branch and 9999 ebuilds from trunk.
+4.6 branch and 9999 ebuilds from trunk.
 </p>
 
 <table>
@@ -334,8 +334,8 @@
     <th>KDE SC Version</th>
   </tr>
   <tr>
-    <ti>4.5.9999</ti>
-    <ti>KDE 4.5 Branch</ti>
+    <ti>4.6.9999</ti>
+    <ti>KDE 4.6 Branch</ti>
   </tr>
   <tr>
     <ti>9999</ti>
@@ -362,7 +362,7 @@
 
 <pre caption="Creating symlink of the keywords file">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.5.9999.keywords .</i><comment>(for 4.5 Branch)</comment>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.6.9999.keywords .</i><comment>(for 4.6 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
 </pre>
 
@@ -377,9 +377,9 @@
 </pre>
 
 <pre caption="Installation using sets">
-<comment>(For KDE SC 4.5 Branch)</comment>
-# <i>emerge -av @kde-4.5</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.5 @kdegames-4.5</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE SC 4.6 Branch)</comment>
+# <i>emerge -av @kde-4.6</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.6 @kdegames-4.6</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE SC Trunk)</comment>
 # <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>
@@ -390,7 +390,6 @@
 </body>
 </section>
 </chapter>
-
 <chapter>
 <title>Additional Installation/Removal Information</title>
 <section id="sets">
@@ -512,20 +511,7 @@
 
 </body>
 </section>
-<section>
-<title>Rebuilding the application database</title>
-<body>
-
-<p>
-To rebuild the KDE application database run:
-</p>
-
-<pre caption="kbuildsycoca command">
-# <i>kbuildsycoca4 --noincremental</i>
-</pre>
 
-</body>
-</section>
 <section>
 <title>Localization/Internationalization</title>
 <body>
@@ -589,33 +575,32 @@
 <chapter>
 <title>Hints and Troubleshooting</title>
 <section>
-<title>Plasmoids</title>
+<title>Get rid of the KResource Migration Tool popup</title>
 <body>
 
 <p>
-Plasmoids are new plasma tools which can enhance your desktop experience. Many
-plasmoids are available in the kde-misc/ category. If you find out that your
-favorite plasmoid is missing, file a bug and somebody might create it for you.
-If you've got to have them all, there is a set called @plasmoids which contains
-all plasmoids currently available.
+There have been reports that the KResource Migration Tool
+pops up on every login. There is no proper solution yet for
+this, but you can see a workaround in <uri
+link="https://bugs.gentoo.org/353200">bug 353200</uri>.
 </p>
 
-<note>
-Many plasmoids are in the kde overlay.
-</note>
-
 </body>
 </section>
 <section>
-<title>Plasma Themes</title>
+<title>Rebuilding the application database</title>
 <body>
 
 <p>
-The ebuild that contains various plasma themes is called
-<c>x11-themes/plasma-themes</c>. The procedure for requesting
-additional themes is the same as that for plasmoids.
+If your KMenu lacks any application or the whole application list,
+you probably need to rebuild the KDE application database. It is also
+a possible fix for any KMenu related issues, like missing icons.
 </p>
 
+<pre caption="kbuildsycoca command">
+# <i>kbuildsycoca4 --noincremental</i>
+</pre>
+
 </body>
 </section>
 <section>
@@ -624,10 +609,11 @@
 
 <p>
 The ebuild that should be used if you want your GTK applications to use the same
-theme as your Qt applications is called <c>x11-themes/gtk-engines-qtcurve</c>.
-You must also install <c>x11-themes/qtcurve-qt4</c> for this to work with Qt 4/KDE 4
-applications. In order to get configuration options in System Settings->Appearance->GTK
+theme as your Qt applications is called <c>x11-themes/oxygen-gtk</c>. 
+In order to get configuration options in System Settings->Appearance->GTK
 Styles and Fonts, you have to install <c>kde-misc/kcm_gtk</c>.
+There is an alternative, <c>gtk-engines-qtcurve</c>, which also needs
+<c>x11-themes/qtcurve-qt4</c>.
 </p>
 
 </body>
@@ -770,7 +756,9 @@
 This means that KDE and GNOME specific USE flags have been stripped
 from the basic desktop profile and have been migrated to the subprofiles.
 Choosing a subprofile doesn't restrict you to use only the equivalent
-DE.
+DE. In order to choose the profile that suits you, run eselect profile list
+to get the profiles' list, and eselect profile set X, where X is the
+appropriate number.
 </p>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-02-01  8:35 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-02-01  8:35 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/02/01 08:35:48

  Modified:             kde4-guide.xml
  Log:
  Improve the gtk theme section, thanks to Thomas Fischer, bug 351336

Revision  Changes    Path
1.71                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.70&r2=1.71

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- kde4-guide.xml	1 Feb 2011 06:24:01 -0000	1.70
+++ kde4-guide.xml	1 Feb 2011 08:35:48 -0000	1.71
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.70 2011/02/01 06:24:01 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.71 2011/02/01 08:35:48 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -608,12 +608,14 @@
 <body>
 
 <p>
-The ebuild that should be used if you want your GTK applications to use the same
-theme as your Qt applications is called <c>x11-themes/oxygen-gtk</c>. 
-In order to get configuration options in System Settings->Appearance->GTK
-Styles and Fonts, you have to install <c>kde-misc/kcm_gtk</c>.
-There is an alternative, <c>gtk-engines-qtcurve</c>, which also needs
-<c>x11-themes/qtcurve-qt4</c>.
+There are two themes available which look the same under both toolkits (GTK/Gnome
+and Qt/KDE): "QtCurve" is provided via packages <c>gtk-engines-qtcurve</c>
+and <c>x11-themes/qtcurve-qt4</c>, "Oxygen" is part of KDE 4.x, its GTK
+counterpart is provided via package <c>x11-themes/oxygen-gtk</c>.
+KDE themes can be configured via KDE's System Settings under "Appearance" in
+tab "Style". In order to configure the theme of GTK applications from within
+KDE's System Settings, install <c>kde-misc/kcm_gtk</c> to get a new tab "GTK
+Styles and Fonts" under "Appearance".
 </p>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-02-04 16:17 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-02-04 16:17 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/02/04 16:17:57

  Modified:             kde4-guide.xml
  Log:
  KDE 4.6 unmasked

Revision  Changes    Path
1.72                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.71&r2=1.72

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- kde4-guide.xml	1 Feb 2011 08:35:48 -0000	1.71
+++ kde4-guide.xml	4 Feb 2011 16:17:57 -0000	1.72
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.71 2011/02/01 08:35:48 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.72 2011/02/04 16:17:57 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.6</version>
-<date>2011-02-01</date>
+<version>2.7</version>
+<date>2011-02-04</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -173,20 +173,14 @@
 <body>
 
 <p>
-KDE SC 4.6.0 is in portage, currenty ~testing and hardmasked. It will be
-unmasked as soon as <uri link="https://bugs.gentoo.org/353129">bug 353129</uri>
-will be resolved. The bug does NOT affect amd64/x86 users, which can normally
-unmask and use it. As for future stabilization, 4.6.1 could be a possible
-candidate.
+KDE SC 4.6.0 is in portage, currenty ~testing. As for future stabilization,
+4.6.1 could be a possible candidate.
 </p>
 
 <p>
 Users with stable systems need to put <uri 
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.6.keywords">
-this keywords file</uri> in <path>/etc/portage/package.keywords</path> and 
-both stable and ~testing users need to put <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde-4.6">
-this unmask file</uri> in <path>/etc/portage/package.unmask</path>.
+this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>
 
 <pre caption="Installation of KDE SC 4.6.0 using meta packages">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-02-06  0:05 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 99+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2011-02-06  0:05 UTC (permalink / raw
  To: gentoo-commits

nimiux      11/02/06 00:05:51

  Modified:             kde4-guide.xml
  Log:
  Fixed typo.

Revision  Changes    Path
1.73                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.72&r2=1.73

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- kde4-guide.xml	4 Feb 2011 16:17:57 -0000	1.72
+++ kde4-guide.xml	6 Feb 2011 00:05:51 -0000	1.73
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.72 2011/02/04 16:17:57 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.73 2011/02/06 00:05:51 nimiux Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -173,7 +173,7 @@
 <body>
 
 <p>
-KDE SC 4.6.0 is in portage, currenty ~testing. As for future stabilization,
+KDE SC 4.6.0 is in portage, currently ~testing. As for future stabilization,
 4.6.1 could be a possible candidate.
 </p>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-03-07 23:31 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-03-07 23:31 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/03/07 23:31:35

  Modified:             kde4-guide.xml
  Log:
  version bump 4.6.1, remove 4.5.5

Revision  Changes    Path
1.74                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.73&r2=1.74

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- kde4-guide.xml	6 Feb 2011 00:05:51 -0000	1.73
+++ kde4-guide.xml	7 Mar 2011 23:31:35 -0000	1.74
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.73 2011/02/06 00:05:51 nimiux Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.74 2011/03/07 23:31:35 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.7</version>
-<date>2011-02-04</date>
+<version>2.8</version>
+<date>2011-03-08</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -99,10 +99,6 @@
 	<ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde4_5">KDE SC 4.5.5</uri></ti>
-	<ti>Portage</ti>
-  </tr>
-  <tr>
     <ti><uri link="#kde4_6">KDE SC 4.6.0</uri></ti>
 	<ti>Portage</ti>
   </tr>
@@ -136,45 +132,13 @@
 
 </body>
 </section>
-<section id="kde4_5">
-<title>KDE SC 4.5.5</title>
-<body>
-
-<p>
-KDE SC 4.5.5 is also in portage, but in ~testing. Users with stable systems
-also need to put <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.5.keywords">
-this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
-</p>
-
-<pre caption="Installation of KDE SC 4.5.5 using meta packages">
-# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
-<note>KDE SC 4.5 will never go stable though. Reasons are explained on <uri 
-link="http://www.gentoo.org/proj/en/desktop/kde/meeting-logs/kde-project-meeting-summary-20100902.txt">
-September's meeting summary</uri> and <uri
-link="http://blog.tampakrap.gr/gentoo-kde-and-qt-september-meetings/">this
-blog post</uri>.
-</note>
-
-<p>
-Due to a major rewrite in KDEPIM, the upstream KDEPIM developers decided
-not to release KDEPIM for KDE 4.5. Instead, they released new KDEPIM
-4.4.x versions (currently 4.4.9 or 4.4.10), which can be installed with KDE 4.4.5 and
-KDE 4.5.5 as well.
-</p>
-
-</body>
-</section>
 <section id="kde4_6">
-<title>KDE SC 4.6.0</title>
+<title>KDE SC 4.6.1</title>
 <body>
 
 <p>
-KDE SC 4.6.0 is in portage, currently ~testing. As for future stabilization,
-4.6.1 could be a possible candidate.
+KDE SC 4.6.1 is in portage, currently ~testing, but it is planned to
+be stabilized.
 </p>
 
 <p>
@@ -195,7 +159,7 @@
 <body>
 
 <p>
-KDEPIM was once again delayed for 4.6.0, and there is no official
+KDEPIM was once again delayed for 4.6.1, and there is no official
 answer for the future versions. KDE 4.6 works with either KDEPIM 4.4
 or with KDEPIM 4.6 beta, which is currently in the kde overlay.
 </p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-04-10 17:53 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 99+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-10 17:53 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/04/10 17:53:28

  Modified:             kde4-guide.xml
  Log:
  Update

Revision  Changes    Path
1.75                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.74&r2=1.75

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- kde4-guide.xml	7 Mar 2011 23:31:35 -0000	1.74
+++ kde4-guide.xml	10 Apr 2011 17:53:28 -0000	1.75
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.74 2011/03/07 23:31:35 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.75 2011/04/10 17:53:28 dilfridge Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -9,6 +9,9 @@
   <mail link="tampakrap"/>
 </author>
 <author title="Author">
+  <mail link="dilfridge"/>
+</author>
+<author title="Author">
   <mail link="scarabeus"/>
 </author>
 <author title="Author">
@@ -99,7 +102,7 @@
 	<ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde4_6">KDE SC 4.6.0</uri></ti>
+    <ti><uri link="#kde4_6">KDE SC 4.6.2</uri></ti>
 	<ti>Portage</ti>
   </tr>
   <!--tr>
@@ -133,12 +136,11 @@
 </body>
 </section>
 <section id="kde4_6">
-<title>KDE SC 4.6.1</title>
+<title>KDE SC 4.6.2</title>
 <body>
 
 <p>
-KDE SC 4.6.1 is in portage, currently ~testing, but it is planned to
-be stabilized.
+KDE SC 4.6.2 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>
@@ -147,7 +149,7 @@
 this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>
 
-<pre caption="Installation of KDE SC 4.6.0 using meta packages">
+<pre caption="Installation of KDE SC 4.6.2 using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
@@ -159,15 +161,15 @@
 <body>
 
 <p>
-KDEPIM was once again delayed for 4.6.1, and there is no official
-answer for the future versions. KDE 4.6 works with either KDEPIM 4.4
+KDEPIM was once again delayed for 4.6.2, and there is no official
+answer for the future versions. KDE 4.6 works with either KDEPIM 4.4.10
 or with KDEPIM 4.6 beta, which is currently in the kde overlay.
 </p>
 
 <p>
 <b>KDEPIM 4.4.[9.10]:</b><br />
 KDEPIM 4.4.9 is stable in portage, and 4.4.10 is ~testing. You are
-adviced to use the later, for which stable users will need to put <uri
+adviced to use the latter, for which stable users will need to put <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob;f=sets/kdepim-4.6">
 this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-04-22 21:04 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 99+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-22 21:04 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/04/22 21:04:44

  Modified:             kde4-guide.xml
  Log:
  Added link to 4.4-4.6 guide

Revision  Changes    Path
1.76                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.75&r2=1.76

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- kde4-guide.xml	10 Apr 2011 17:53:28 -0000	1.75
+++ kde4-guide.xml	22 Apr 2011 21:04:44 -0000	1.76
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.75 2011/04/10 17:53:28 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.76 2011/04/22 21:04:44 dilfridge Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -72,6 +72,19 @@
 <chapter>
 <title>KDE SC 4</title>
 <section>
+<title>Quick info: Stable upgrade from KDE SC 4.4 to 4.6</title>
+<body>
+<p>
+KDE SC 4.6 will be stabilized in the near future. If you encounter problems during the
+resulting upgrade, please have a look at the separate 
+<uri link="kde44-46-upgrade.xml">Gentoo KDE 4.4 - 4.6 Upgrade Guide</uri> first!
+</p>
+</body>
+</section>
+
+
+
+<section>
 <title>Introduction</title>
 <body>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-07-27 13:47 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 99+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-07-27 13:47 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/07/27 13:47:17

  Modified:             kde4-guide.xml
  Log:
  Bump, update guide for tonight's KDE SC 4.7.0 release

Revision  Changes    Path
1.77                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.76&r2=1.77

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- kde4-guide.xml	22 Apr 2011 21:04:44 -0000	1.76
+++ kde4-guide.xml	27 Jul 2011 13:47:17 -0000	1.77
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.76 2011/04/22 21:04:44 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.77 2011/07/27 13:47:17 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -36,8 +36,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.8</version>
-<date>2011-03-08</date>
+<version>3.0</version>
+<date>2011-07-27</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -68,22 +68,18 @@
 </body>
 </section>
 </chapter>
-
 <chapter>
 <title>KDE SC 4</title>
 <section>
 <title>Quick info: Stable upgrade from KDE SC 4.4 to 4.6</title>
 <body>
 <p>
-KDE SC 4.6 will be stabilized in the near future. If you encounter problems during the
-resulting upgrade, please have a look at the separate 
+KDE SC 4.6.3 is currently stable. If you encounter problems during the
+ upgrade from KDE SC 4.4, please have a look at the separate 
 <uri link="kde44-46-upgrade.xml">Gentoo KDE 4.4 - 4.6 Upgrade Guide</uri> first!
 </p>
 </body>
 </section>
-
-
-
 <section>
 <title>Introduction</title>
 <body>
@@ -92,7 +88,7 @@
 KDE SC 4 is the current KDE version supported by upstream. In Portage there is a
 stable version, and there might be one (or more) non-stable versions. Under
 normal conditions new versions get in stabilized after a month. The KDE SC 4
-version available through Portage is 4.4.5 (stable by both upstream and
+version available through Portage is 4.6.3 (stable by both upstream and
 Gentoo).
 In addition, KDE upstream provides weekly <uri
 link="ftp://ftp.kde.org/pub/kde/unstable">snapshots</uri>, and a <uri
@@ -111,19 +107,19 @@
     <th>Repository</th>
   </tr>
   <tr>
-    <ti><uri link="#kde4_4">KDE SC 4.4.5</uri></ti>
+    <ti><uri link="#kde4_6">KDE SC 4.6.3</uri></ti>
 	<ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde4_6">KDE SC 4.6.2</uri></ti>
+    <ti><uri link="#kde4_7">KDE SC 4.7.0</uri></ti>
 	<ti>Portage</ti>
   </tr>
   <!--tr>
-    <ti><uri link="#snapshots">KDE SC 4.5.xx snapshots</uri></ti>
+    <ti><uri link="#snapshots">KDE SC 4.x.xx snapshots</uri></ti>
 	<ti>KDE Overlay</ti>
   </tr-->
   <tr>
-    <ti><uri link="#live">Live Ebuilds (4.6 Branch, Trunk)</uri></ti>
+    <ti><uri link="#live">Live Ebuilds (4.7 Branch, Trunk)</uri></ti>
 	<ti>KDE Overlay</ti>
   </tr>
 </table>
@@ -133,88 +129,42 @@
 </chapter>
 <chapter id="kde_portage">
 <title>Installing KDE SC from Portage</title>
-<section id="kde4_4">
-<title>KDE SC 4.4.5</title>
+<section id="kde4_6">
+<title>KDE SC 4.6.3</title>
 <body>
 
 <p>
-KDE SC 4.4.5 is the currect stable release.
+KDE SC 4.6.3 is the currect stable release.
 </p>
 
-<pre caption="Installation of KDE SC 4.4.5 using meta packages">
+<pre caption="Installation of KDE SC 4.6.3 using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
 </body>
 </section>
-<section id="kde4_6">
-<title>KDE SC 4.6.2</title>
+<section id="kde4_7">
+<title>KDE SC 4.7.0</title>
 <body>
 
 <p>
-KDE SC 4.6.2 is in portage, currently as ~testing, but stabilization is planned for the near future.
+KDE SC 4.7.0 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>
 Users with stable systems need to put <uri 
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.6.keywords">
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.7.keywords">
 this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>
 
-<pre caption="Installation of KDE SC 4.6.2 using meta packages">
+<pre caption="Installation of KDE SC 4.7.0 using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
 </body>
 </section>
-<section id="kdepim">
-<title>KDE SC 4.6 and KDEPIM</title>
-<body>
-
-<p>
-KDEPIM was once again delayed for 4.6.2, and there is no official
-answer for the future versions. KDE 4.6 works with either KDEPIM 4.4.10
-or with KDEPIM 4.6 beta, which is currently in the kde overlay.
-</p>
-
-<p>
-<b>KDEPIM 4.4.[9.10]:</b><br />
-KDEPIM 4.4.9 is stable in portage, and 4.4.10 is ~testing. You are
-adviced to use the latter, for which stable users will need to put <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob;f=sets/kdepim-4.6">
-this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
-</p>
-
-<pre caption="Installation of KDEPIM 4.4.10">
-# <i>emerge -av kdepim-meta</i>
-</pre>
-
-<p>
-<b>KDEPIM 4.6 Beta</b><br />
-The upstream KDEPIM developers released a number of beta tarballs,
-since the decision that KDEPIM is not ready for inclusion to 4.6.0.
-These tarballs are currently in the kde overlay:
-</p>
-
-<pre caption="Installing kde overlay">
-# <i>layman -f -a kde</i>
-<comment>For more information regarding overlays, please read the <uri
-link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
-</pre>
-
-<pre caption="Creating symlink of the keywords/unmask files">
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/.kde-4.6/kdepim-4.6 /etc/portage/package.keywords/</i><comment>(For users with stable systems only)</comment>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kdepim-4.6 /etc/portage/package.unmask/</i>
-</pre>
-
-<pre caption="Installation of KDEPIM 4.6 beta">
-# <i>emerge -av kdepim-meta</i>
-</pre>
-
-</body>
-</section>
 <section id="snapshots">
 <title>Installing KDE snapshots (from kde overlay)</title>
 <body>
@@ -307,8 +257,8 @@
     <th>KDE SC Version</th>
   </tr>
   <tr>
-    <ti>4.6.9999</ti>
-    <ti>KDE 4.6 Branch</ti>
+    <ti>4.7.9999</ti>
+    <ti>KDE 4.7 Branch</ti>
   </tr>
   <tr>
     <ti>9999</ti>
@@ -335,7 +285,7 @@
 
 <pre caption="Creating symlink of the keywords file">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.6.9999.keywords .</i><comment>(for 4.6 Branch)</comment>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.7.9999.keywords .</i><comment>(for 4.7 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
 </pre>
 
@@ -350,9 +300,9 @@
 </pre>
 
 <pre caption="Installation using sets">
-<comment>(For KDE SC 4.6 Branch)</comment>
-# <i>emerge -av @kde-4.6</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.6 @kdegames-4.6</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE SC 4.7 Branch)</comment>
+# <i>emerge -av @kde-4.7</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.7 @kdegames-4.7</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE SC Trunk)</comment>
 # <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-08-27 16:29 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 99+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-08-27 16:29 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/08/27 16:29:48

  Modified:             kde4-guide.xml
  Log:
  Use kcm-gtk-config instead of kcm_gtk

Revision  Changes    Path
1.78                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.77&r2=1.78

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- kde4-guide.xml	27 Jul 2011 13:47:17 -0000	1.77
+++ kde4-guide.xml	27 Aug 2011 16:29:48 -0000	1.78
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.77 2011/07/27 13:47:17 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.78 2011/08/27 16:29:48 dilfridge Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -537,8 +537,8 @@
 counterpart is provided via package <c>x11-themes/oxygen-gtk</c>.
 KDE themes can be configured via KDE's System Settings under "Appearance" in
 tab "Style". In order to configure the theme of GTK applications from within
-KDE's System Settings, install <c>kde-misc/kcm_gtk</c> to get a new tab "GTK
-Styles and Fonts" under "Appearance".
+KDE's System Settings, install <c>kde-misc/kcm-gtk-config</c> to get a new tab 
+"Gtk Config" under "Appearance".
 </p>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-11-04 22:31 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 99+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-11-04 22:31 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/11/04 22:31:56

  Modified:             kde4-guide.xml
  Log:
  General update: version numbers etc

Revision  Changes    Path
1.79                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.78&r2=1.79

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- kde4-guide.xml	27 Aug 2011 16:29:48 -0000	1.78
+++ kde4-guide.xml	4 Nov 2011 22:31:56 -0000	1.79
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.78 2011/08/27 16:29:48 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.79 2011/11/04 22:31:56 dilfridge Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -87,14 +87,10 @@
 <p>
 KDE SC 4 is the current KDE version supported by upstream. In Portage there is a
 stable version, and there might be one (or more) non-stable versions. Under
-normal conditions new versions get in stabilized after a month. The KDE SC 4
-version available through Portage is 4.6.3 (stable by both upstream and
-Gentoo).
-In addition, KDE upstream provides weekly <uri
-link="ftp://ftp.kde.org/pub/kde/unstable">snapshots</uri>, and a <uri
-link="http://websvn.kde.org">live SVN tree</uri>. The Gentoo KDE team provides
-the snapshots, trunk and latest branch live ebuilds, through the <c>kde</c>
-overlay.
+normal conditions new versions get in stabilized after a month.
+In addition, KDE upstream provides <uri link="http://quickgit.kde.org">live git
+source repositories</uri>. The Gentoo KDE team provides trunk and latest branch
+live ebuilds through the <c>kde</c> overlay.
 </p>
 
 <p>
@@ -107,17 +103,13 @@
     <th>Repository</th>
   </tr>
   <tr>
-    <ti><uri link="#kde4_6">KDE SC 4.6.3</uri></ti>
+    <ti><uri link="#kde4_6">KDE SC 4.6.5</uri></ti>
 	<ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde4_7">KDE SC 4.7.0</uri></ti>
+    <ti><uri link="#kde4_7">KDE SC 4.7.3</uri></ti>
 	<ti>Portage</ti>
   </tr>
-  <!--tr>
-    <ti><uri link="#snapshots">KDE SC 4.x.xx snapshots</uri></ti>
-	<ti>KDE Overlay</ti>
-  </tr-->
   <tr>
     <ti><uri link="#live">Live Ebuilds (4.7 Branch, Trunk)</uri></ti>
 	<ti>KDE Overlay</ti>
@@ -130,14 +122,14 @@
 <chapter id="kde_portage">
 <title>Installing KDE SC from Portage</title>
 <section id="kde4_6">
-<title>KDE SC 4.6.3</title>
+<title>KDE SC 4.6</title>
 <body>
 
 <p>
-KDE SC 4.6.3 is the currect stable release.
+KDE SC 4.6 is the currect stable release.
 </p>
 
-<pre caption="Installation of KDE SC 4.6.3 using meta packages">
+<pre caption="Installation of KDE SC 4.6 using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
@@ -145,11 +137,11 @@
 </body>
 </section>
 <section id="kde4_7">
-<title>KDE SC 4.7.0</title>
+<title>KDE SC 4.7</title>
 <body>
 
 <p>
-KDE SC 4.7.0 is in portage, currently as ~testing, but stabilization is planned for the near future.
+KDE SC 4.7 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>
@@ -158,7 +150,7 @@
 this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>
 
-<pre caption="Installation of KDE SC 4.7.0 using meta packages">
+<pre caption="Installation of KDE SC 4.7 using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
@@ -170,10 +162,8 @@
 <body>
 
 <p>
-KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">weekly
-snapshots</uri> taken from the <uri link="http://websvn.kde.org/trunk/">SVN
-trunk tree</uri>. KDE now provides 4.5.xx snapshot series, and after the 4.6
-release they are going to start with 4.6.60. Beta and Release Candidate KDE
+During testing phases KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">
+snapshots</uri> taken from the git source repositories. Beta and Release Candidate KDE
 releases are following the snapshot model below:
 </p>
 
@@ -201,7 +191,7 @@
 </table>
 
 <note>
-Currently there are no snapshots available
+Currently there are no snapshots available.
 </note>
 
 <!--p>
@@ -244,11 +234,10 @@
 
 <p>
 KDE SC is Open Source, with its code being available for browsing through <uri
-link="http://websvn.kde.org">KDE Websvn</uri>, and for public checkout
-through an anonymous (anonsvn) account. Gentoo, as a source based distro,
-has the ability to provide live ebuilds that checkout the code either from
-the latest branch or from trunk. Currently, we provide 4.5.9999 ebuilds from
-4.6 branch and 9999 ebuilds from trunk.
+link="http://quickgit.kde.org">KDE QuickGit</uri>, and for public checkout. 
+Gentoo, as a source based distro, has the ability to provide live ebuilds that 
+checkout the code either from the latest branch or from trunk. Currently, we 
+provide 4.7.49.9999 ebuilds from 4.7 branch and 9999 ebuilds from trunk.
 </p>
 
 <table>
@@ -257,7 +246,7 @@
     <th>KDE SC Version</th>
   </tr>
   <tr>
-    <ti>4.7.9999</ti>
+    <ti>4.7.49.9999</ti>
     <ti>KDE 4.7 Branch</ti>
   </tr>
   <tr>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-11-20 18:09 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 99+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-11-20 18:09 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/11/20 18:09:21

  Modified:             kde4-guide.xml
  Log:
  New removal commands

Revision  Changes    Path
1.80                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.79&r2=1.80

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- kde4-guide.xml	4 Nov 2011 22:31:56 -0000	1.79
+++ kde4-guide.xml	20 Nov 2011 18:09:21 -0000	1.80
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.79 2011/11/04 22:31:56 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.80 2011/11/20 18:09:21 dilfridge Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -398,27 +398,35 @@
 </ul>
 
 <p>
-Two possible ways of removing old KDE installations are:
+A possible way of completely removing an old KDE installation in this case is:
 </p>
 
-<pre caption="Unmerging commands">
-# <i>emerge -C @kde-4.X @kdebase-4.X @kde-3.5</i>(using the typical sets)
-# <i>emerge -C $(qfile -C -q -e /usr/kde/%PREFIX%)</i> <comment>(replace %PREFIX% with your KDE version, eg. 3.5, 4)</comment>
+<pre caption="Unmerging command">
+# <i>emerge -ac kde-base/kdelibs $(qlist -IC 'kde-base/*') \
+             $(for name in $(qlist -IC|grep -v '^kde-base/') ; do (  qdepends -C $name | grep -q kdelibs )  &amp;&amp; echo $name  ; done)</i>
 </pre>
 
-<pre caption="Unmerging commands (only applicable if you are moving from an overlay)">
-# <i>cd /path/to/overlay/</i>
-# <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:\.ebuild$::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i>
+<p>
+Note that this will remove not just kde but also all other packages depending on it, 
+as e.g. libreoffice[kde].
+</p>
+
+<p>
+Using portage-2.2 you can also do the following:
+</p>
+
+<pre caption="Unmerging command using sets (i.e. portage-2.2)">
+# <i>emerge -C @kde-4.X @kdebase-4.X @kde-3.5</i>(using the typical sets)
 </pre>
 
 <p>
-As a final step you should remove the old overlay so that there are no conflicts
+As a final step you should remove any old overlay so that there are no conflicts
 with the KDE ebuilds. You should remove the old unmask and/or keyword data, too.
 </p>
 
 <note>
-Don't forget to run <c>emerge --depclean</c> in order to uninstall any dependant
-packages.
+Don't forget to run <c>emerge --depclean</c> in order to uninstall any
+now unneeded dependencies.
 </note>
 
 </body>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-12-18 17:45 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2011-12-18 17:45 UTC (permalink / raw
  To: gentoo-commits

johu        11/12/18 17:45:33

  Modified:             kde4-guide.xml
  Log:
  Update guide, restructured, infos merged from last upgrade guide. Thanks dilfridge for review.

Revision  Changes    Path
1.81                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.80&r2=1.81

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- kde4-guide.xml	20 Nov 2011 18:09:21 -0000	1.80
+++ kde4-guide.xml	18 Dec 2011 17:45:33 -0000	1.81
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.80 2011/11/20 18:09:21 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.81 2011/12/18 17:45:33 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -18,6 +18,9 @@
   <mail link="jmbsvicetto"/>
 </author>
 <author title="Author">
+  <mail link="johu"/>
+</author>
+<author title="Author">
   <mail link="cryos"/>
 </author>
 <author title="Editor">
@@ -36,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.0</version>
-<date>2011-07-27</date>
+<version>3.1</version>
+<date>2011-12-16</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -71,16 +74,6 @@
 <chapter>
 <title>KDE SC 4</title>
 <section>
-<title>Quick info: Stable upgrade from KDE SC 4.4 to 4.6</title>
-<body>
-<p>
-KDE SC 4.6.3 is currently stable. If you encounter problems during the
- upgrade from KDE SC 4.4, please have a look at the separate 
-<uri link="kde44-46-upgrade.xml">Gentoo KDE 4.4 - 4.6 Upgrade Guide</uri> first!
-</p>
-</body>
-</section>
-<section>
 <title>Introduction</title>
 <body>
 
@@ -103,6 +96,10 @@
     <th>Repository</th>
   </tr>
   <tr>
+    <ti><uri link="#kde4_6">KDE SC 4.6.3</uri></ti>
+	<ti>Portage</ti>
+  </tr>
+  <tr>
     <ti><uri link="#kde4_6">KDE SC 4.6.5</uri></ti>
 	<ti>Portage</ti>
   </tr>
@@ -111,6 +108,14 @@
 	<ti>Portage</ti>
   </tr>
   <tr>
+    <ti><uri link="#kde4_7">KDE SC 4.7.4</uri></ti>
+	<ti>Portage</ti>
+  </tr>  
+  <tr>
+    <ti><uri link="#snapshots">KDE SC 4.8 Snapshots</uri></ti>
+	<ti>KDE Overlay</ti>
+  </tr> 
+  <tr>
     <ti><uri link="#live">Live Ebuilds (4.7 Branch, Trunk)</uri></ti>
 	<ti>KDE Overlay</ti>
   </tr>
@@ -119,6 +124,84 @@
 </body>
 </section>
 </chapter>
+<chapter id="prerequisites">
+<title>Prerequisites</title>
+<section>
+<title>Desktop profile and subprofiles</title>
+<body>
+
+<p>
+Desktop profile has been split to KDE and GNOME subprofiles.
+This means that KDE and GNOME specific USE flags have been stripped
+from the basic desktop profile and have been migrated to the subprofiles.
+Choosing a subprofile doesn't restrict you to use only the equivalent
+DE. In order to choose the profile that suits you, run <c>eselect profile list</c>
+to get the profiles' list, and <c>eselect profile set X</c>, where X is the
+appropriate number.
+</p>
+
+</body>
+</section>
+
+<section>
+<title>Use flags</title>
+<body>
+<p>
+Before you install KDE SC it is recommended that you set several useflags. 
+Part of that is done automatically if you use a desktop/kde or desktop profile. 
+In detail you should use:
+</p>
+<table>
+  <tr>
+    <th>flag</th>
+    <th>explanation</th>
+  </tr>
+  <tr>
+    <ti>consolekit</ti>
+    <ti>Enables the consolekit framework for defining and tracking users, login sessions and seats</ti>
+  </tr>
+  <tr>
+    <ti>dbus</ti>
+    <ti>Enables use of the dbus message bus system</ti>
+  </tr>
+  <tr>
+    <ti>policykit</ti>
+    <ti>Enables the <b>polkit</b> framework for controlling privileges for system-wide services</ti>
+  </tr>
+  <tr>
+    <ti>udev</ti>
+    <ti>Enables support for udev Linux dynamic and persistent device naming</ti>
+  </tr>
+</table>
+<p>
+Note that other combinations may technically be possible, but may be unsupported, 
+untested, or lead to unexpected loss of functionality.
+</p>
+<p>
+If you changed any global useflags, you should later include the -N flag when running the actual emerge command 
+which updates your system, e.g. 
+</p>
+<pre caption="Updating world after a useflag change">
+# <i>emerge -uDNav world</i>
+</pre>
+</body>
+</section>
+
+<section>
+<title>Kernel settings</title>
+<body>
+<p>
+If you are rolling your own kernel, you'll want to install a new one with the following options:
+</p>
+<pre caption="Recommended kernel settings">
+CONFIG_USB_SUSPEND=y
+CONFIG_IDE=n
+CONFIG_AUDITSYSCALL=y
+</pre>
+</body>
+</section>
+
+</chapter>
 <chapter id="kde_portage">
 <title>Installing KDE SC from Portage</title>
 <section id="kde4_6">
@@ -126,7 +209,7 @@
 <body>
 
 <p>
-KDE SC 4.6 is the currect stable release.
+KDE SC 4.6 is the current stable release.
 </p>
 
 <pre caption="Installation of KDE SC 4.6 using meta packages">
@@ -134,31 +217,90 @@
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
+<note>
+Stable for amd64, x86 is KDE SC 4.6.5 and for ppc KDE SC 4.6.3.
+</note>
+<impo>
+All KDE SC 4.6 versions will be removed as soon as KDE SC 4.7 is stable for ppc.
+</impo>
+
 </body>
 </section>
+
 <section id="kde4_7">
 <title>KDE SC 4.7</title>
 <body>
 
 <p>
-KDE SC 4.7 is in portage, currently as ~testing, but stabilization is planned for the near future.
+KDE SC 4.7 is the current stable release.
+</p>
+
+<pre caption="Installation of KDE SC 4.7 using meta packages">
+# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
+</pre>
+
+<note>
+Stable for amd64, x86 is KDE SC 4.7.3.
+</note>
+<warn>
+If you running KDEPIM and upgrade from 4.4 to 4.7,
+please have a look at the <uri link="http://wiki.gentoo.org/wiki/KDEPIM-4.7_upgrade">Gentoo Wiki KDEPIM 4.7
+Upgrade Guide</uri> first! If you want to stick with KDEPIM 4.4 you can
+<uri link="kdepim-4.7-mask.txt">mask KDEPIM 4.7</uri>
+</warn>
+
+</body>
+</section>
+<!--section id="kde4_8">
+<title>KDE SC 4.8</title>
+<body>
+
+<p>
+KDE SC 4.8 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>
 Users with stable systems need to put <uri 
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.7.keywords">
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.8.keywords">
 this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
 </p>
 
-<pre caption="Installation of KDE SC 4.7 using meta packages">
+<pre caption="Installation of KDE SC 4.8 using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
 </body>
+</section-->
+</chapter>
+<chapter id="kde_overlay">
+<title>Installing KDE SC from Overlay</title>
+<section id="kde_overlay_prerequisites">
+<title>Prerequisites</title>
+<body>
+<p>
+Installing snapshots and live ebuilds are only available through <c>kde</c> overlay, so first
+thing is to install it:
+</p>
+
+<pre caption="Installing kde overlay">
+# <i>layman -f -a kde</i>
+<comment>For more information regarding overlays, please read the <uri
+link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
+</pre>
+
+<impo>
+The <c>kde overlay</c> uses the thin manifest layout. For this
+<c>sys-apps/portage-2.1.10.18</c> or greater is required. Otherwise you will
+get missing manifest errors.
+</impo> 
+
+</body>
 </section>
+
 <section id="snapshots">
-<title>Installing KDE snapshots (from kde overlay)</title>
+<title>Installing KDE SC snapshots</title>
 <body>
 
 <p>
@@ -190,30 +332,19 @@
   </tr>
 </table>
 
-<note>
+<!--note>
 Currently there are no snapshots available.
-</note>
-
-<!--p>
-Snapshots are only available through <c>kde</c> overlay, so first
-thing is to install it:
-</p>
-
-<pre caption="Installing kde overlay">
-# <i>layman -f -a kde</i>
-<comment>For more information regarding overlays, please read the <uri
-link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
-</pre>
+</note-->
 
 <p>
 Users with stable systems have to keyword the packages to proceed. We provide a
 package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
-4.5.90 should also be masked. We should symlink the files:
+4.7.90 should also be masked. We should symlink the files:
 </p>
 
 <pre caption="Creating symlink of the keywords file">
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.6.keywords /etc/portage/package.keywords/</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.6 /etc/portage/package.unmask/</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.8.keywords /etc/portage/package.keywords/</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.8 /etc/portage/package.unmask/</i>
 </pre>
 
 <p>
@@ -224,12 +355,18 @@
 <pre caption="Installation using meta packages">
 # <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
-</pre-->
+</pre>
+
+<pre caption="Installation using sets">
+<comment>(For KDE SC 4.8 Snapshots)</comment>
+# <i>emerge -av @kde-4.8</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.8 @kdegames-4.8</i> <comment>(installation of chosen modules only)</comment>
+</pre>
 
 </body>
 </section>
 <section id="live">
-<title>Installing KDE SC live ebuilds (from kde overlay)</title>
+<title>Installing KDE SC live ebuilds</title>
 <body>
 
 <p>
@@ -256,17 +393,6 @@
 </table>
 
 <p>
-Live ebuilds are only available through <c>kde</c> overlay, so first
-thing is to install it:
-</p>
-
-<pre caption="Installing kde overlay">
-# <i>layman -f -a kde</i>
-<comment>For more information regarding overlays, please read the <uri
-link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
-</pre>
-
-<p>
 Users with stable systems have to keyword the packages to proceed.  We provide a
 package.keyword file in <c>kde</c> overlay, which we'll have to symlink
 to our package.keywords directory:
@@ -372,9 +498,9 @@
 </note>
 
 <note>
-All >= KDE 4.1 ebuilds require <c>sys-apps/portage-2.1.6</c> or greater,
-which has implemented everything in the new EAPI 2 specification used in
-these ebuilds (<c>>=sys-apps/portage-2.2_rc12</c> is required to use sets).
+All >= KDE 4.6 ebuilds require <c>portage-2.1.9.27</c> or greater,
+which has implemented everything in the new EAPI 4 specification used in
+these ebuilds (<c>>=sys-apps/portage-2.2_alpha11</c> is required to use sets).
 </note>
 
 </body>
@@ -632,7 +758,6 @@
 
 <pre caption="checking and starting services">
 # <i>/etc/init.d/dbus status</i>
-# <i>/etc/init.d/hald status</i>
 # <i>/etc/init.d/consolekit status</i>
 </pre>
 
@@ -660,29 +785,79 @@
 info, you need dbus and hald running.
 </p>
 
-<pre caption="checking and starting dbus and hald">
+<pre caption="checking and starting dbus and consolekit">
 # <i>/etc/init.d/dbus status</i>
-# <i>/etc/init.d/hald status</i>
 # <i>/etc/init.d/dbus start</i>
-# <i>/etc/init.d/hald start</i>
+# <i>/etc/init.d/consolekit status</i>
+# <i>/etc/init.d/consolekit start</i>
 </pre>
 
 </body>
 </section>
+
 <section>
-<title>Desktop profile and subprofiles</title>
+<title>Double-hibernate or crashes after hibernate (bug 363363)</title>
 <body>
 
 <p>
-Desktop profile has been split to KDE and GNOME subprofiles.
-This means that KDE and GNOME specific USE flags have been stripped
-from the basic desktop profile and have been migrated to the subprofiles.
-Choosing a subprofile doesn't restrict you to use only the equivalent
-DE. In order to choose the profile that suits you, run eselect profile list
-to get the profiles' list, and eselect profile set X, where X is the
-appropriate number.
+KDE 4.6 handles "sleep button" events on its own, and the system correctly
+hibernates. If you have manually set up any other programs to handle these events (e.g. 
+acpid), please disable that, as you may otherwise get double hibernation and/or
+system instability.
+</p>
+</body>
+</section>
+
+<section>
+<title>Shutdown, reboot, logout does not work (bug 326393)</title>
+<body>
+
+<p>
+There is some strange interaction between the sound system and the logout mechanism
+going on. Open systemsettings, and disable the "logout sound". Afterwards, 
+logging out will likely work.
 </p>
+</body>
+</section>
 
+<section>
+<title>The desktop background covers all windows (bug 365623)</title>
+<body>
+
+<p>
+In rare cases, after working with several screens the desktop settings are not cleaned
+up properly. The result is that the desktop background seems to cover all windows.
+More details plus some manual workarounds can be found in <uri link="https://bugs.kde.org/show_bug.cgi?id=260360">this
+KDE bug report</uri>.
+</p>
+</body>
+</section>
+
+
+<section>
+<title>No login possible, hangs at splash screen (bug 365637)</title>
+<body>
+
+<p>
+If you have been playing with unstable Gnome stuff (naughty!) you may encounter
+a so-far unexplained incompatibility. Logging in to KDE fails as soon as 
+net-libs/glib-networking is installed. Unmerge that package and you should be fine.
+</p>
+</body>
+</section>
+
+
+</chapter>
+<chapter>
+<title>Archive</title>
+<section>
+<title>Upgrade from KDE SC 4.4 to 4.6</title>
+<body>
+<p>
+KDE SC 4.6.3 is currently stable. If you encounter problems during the
+upgrade from KDE SC 4.4, please have a look at the separate 
+<uri link="kde44-46-upgrade.xml">Gentoo KDE 4.4 - 4.6 Upgrade Guide</uri> first!
+</p>
 </body>
 </section>
 </chapter>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-12-18 19:48 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 99+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-12-18 19:48 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/12/18 19:48:59

  Modified:             kde4-guide.xml
  Log:
  KDE 4.6.5 is gone.

Revision  Changes    Path
1.82                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.81&r2=1.82

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- kde4-guide.xml	18 Dec 2011 17:45:33 -0000	1.81
+++ kde4-guide.xml	18 Dec 2011 19:48:59 -0000	1.82
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.81 2011/12/18 17:45:33 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.82 2011/12/18 19:48:59 dilfridge Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.1</version>
-<date>2011-12-16</date>
+<version>3.2</version>
+<date>2011-12-18</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -100,10 +100,6 @@
 	<ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde4_6">KDE SC 4.6.5</uri></ti>
-	<ti>Portage</ti>
-  </tr>
-  <tr>
     <ti><uri link="#kde4_7">KDE SC 4.7.3</uri></ti>
 	<ti>Portage</ti>
   </tr>
@@ -209,7 +205,7 @@
 <body>
 
 <p>
-KDE SC 4.6 is the current stable release.
+KDE SC 4.6.3 is the current stable release for ppc.
 </p>
 
 <pre caption="Installation of KDE SC 4.6 using meta packages">
@@ -217,9 +213,6 @@
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
-<note>
-Stable for amd64, x86 is KDE SC 4.6.5 and for ppc KDE SC 4.6.3.
-</note>
 <impo>
 All KDE SC 4.6 versions will be removed as soon as KDE SC 4.7 is stable for ppc.
 </impo>
@@ -232,7 +225,7 @@
 <body>
 
 <p>
-KDE SC 4.7 is the current stable release.
+KDE SC 4.7.3 is the current stable release for amd64 and x86.
 </p>
 
 <pre caption="Installation of KDE SC 4.7 using meta packages">
@@ -240,9 +233,6 @@
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
-<note>
-Stable for amd64, x86 is KDE SC 4.7.3.
-</note>
 <warn>
 If you running KDEPIM and upgrade from 4.4 to 4.7,
 please have a look at the <uri link="http://wiki.gentoo.org/wiki/KDEPIM-4.7_upgrade">Gentoo Wiki KDEPIM 4.7






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2011-12-21 13:16 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2011-12-21 13:16 UTC (permalink / raw
  To: gentoo-commits

johu        11/12/21 13:16:43

  Modified:             kde4-guide.xml
  Log:
  Fixed typo thanks to Chema Alonso <nimiux@gentoo.org>.

Revision  Changes    Path
1.83                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.82&r2=1.83

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- kde4-guide.xml	18 Dec 2011 19:48:59 -0000	1.82
+++ kde4-guide.xml	21 Dec 2011 13:16:43 -0000	1.83
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.82 2011/12/18 19:48:59 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.83 2011/12/21 13:16:43 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -772,7 +772,7 @@
 
 <p>
 So that the battery applet or other solid notifications can show the relevant
-info, you need dbus and hald running.
+info, you need dbus and consolekit running.
 </p>
 
 <pre caption="checking and starting dbus and consolekit">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-01-03 14:28 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-01-03 14:28 UTC (permalink / raw
  To: gentoo-commits

johu        12/01/03 14:28:40

  Modified:             kde4-guide.xml
  Log:
  Update stable branch infos.

Revision  Changes    Path
1.84                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.83&r2=1.84

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- kde4-guide.xml	21 Dec 2011 13:16:43 -0000	1.83
+++ kde4-guide.xml	3 Jan 2012 14:28:40 -0000	1.84
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.83 2011/12/21 13:16:43 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.84 2012/01/03 14:28:40 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.2</version>
-<date>2011-12-18</date>
+<version>3.3</version>
+<date>2012-01-03</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -112,7 +112,7 @@
 	<ti>KDE Overlay</ti>
   </tr> 
   <tr>
-    <ti><uri link="#live">Live Ebuilds (4.7 Branch, Trunk)</uri></ti>
+    <ti><uri link="#live">Live Ebuilds (4.8 Branch, Trunk)</uri></ti>
 	<ti>KDE Overlay</ti>
   </tr>
 </table>
@@ -329,7 +329,7 @@
 <p>
 Users with stable systems have to keyword the packages to proceed. We provide a
 package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
-4.7.90 should also be masked. We should symlink the files:
+4.7.95 should also be masked. We should symlink the files:
 </p>
 
 <pre caption="Creating symlink of the keywords file">
@@ -364,7 +364,7 @@
 link="http://quickgit.kde.org">KDE QuickGit</uri>, and for public checkout. 
 Gentoo, as a source based distro, has the ability to provide live ebuilds that 
 checkout the code either from the latest branch or from trunk. Currently, we 
-provide 4.7.49.9999 ebuilds from 4.7 branch and 9999 ebuilds from trunk.
+provide 4.8.49.9999 ebuilds from 4.8 branch and 9999 ebuilds from trunk.
 </p>
 
 <table>
@@ -373,8 +373,8 @@
     <th>KDE SC Version</th>
   </tr>
   <tr>
-    <ti>4.7.49.9999</ti>
-    <ti>KDE 4.7 Branch</ti>
+    <ti>4.8.49.9999</ti>
+    <ti>KDE 4.8 Branch</ti>
   </tr>
   <tr>
     <ti>9999</ti>
@@ -390,7 +390,7 @@
 
 <pre caption="Creating symlink of the keywords file">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.7.9999.keywords .</i><comment>(for 4.7 Branch)</comment>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.8.49.9999.keywords .</i><comment>(for 4.8 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
 </pre>
 
@@ -405,9 +405,9 @@
 </pre>
 
 <pre caption="Installation using sets">
-<comment>(For KDE SC 4.7 Branch)</comment>
-# <i>emerge -av @kde-4.7</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.7 @kdegames-4.7</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE SC 4.8 Branch)</comment>
+# <i>emerge -av @kde-4.8</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.8 @kdegames-4.8</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE SC Trunk)</comment>
 # <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-01-17 13:40 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-01-17 13:40 UTC (permalink / raw
  To: gentoo-commits

johu        12/01/17 13:40:31

  Modified:             kde4-guide.xml
  Log:
  Update stable version to 4.7.4, remove 4.7.3 from version list.

Revision  Changes    Path
1.85                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.84&r2=1.85

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- kde4-guide.xml	3 Jan 2012 14:28:40 -0000	1.84
+++ kde4-guide.xml	17 Jan 2012 13:40:31 -0000	1.85
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.84 2012/01/03 14:28:40 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.85 2012/01/17 13:40:31 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.3</version>
-<date>2012-01-03</date>
+<version>3.4</version>
+<date>2012-01-17</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -100,10 +100,6 @@
 	<ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde4_7">KDE SC 4.7.3</uri></ti>
-	<ti>Portage</ti>
-  </tr>
-  <tr>
     <ti><uri link="#kde4_7">KDE SC 4.7.4</uri></ti>
 	<ti>Portage</ti>
   </tr>  
@@ -225,7 +221,7 @@
 <body>
 
 <p>
-KDE SC 4.7.3 is the current stable release for amd64 and x86.
+KDE SC 4.7.4 is the current stable release for amd64 and x86.
 </p>
 
 <pre caption="Installation of KDE SC 4.7 using meta packages">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-01-25 22:07 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-01-25 22:07 UTC (permalink / raw
  To: gentoo-commits

johu        12/01/25 22:07:05

  Modified:             kde4-guide.xml
  Log:
  Add KDE SC 4.8.0.

Revision  Changes    Path
1.86                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.85&r2=1.86

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- kde4-guide.xml	17 Jan 2012 13:40:31 -0000	1.85
+++ kde4-guide.xml	25 Jan 2012 22:07:05 -0000	1.86
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.85 2012/01/17 13:40:31 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.86 2012/01/25 22:07:05 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.4</version>
-<date>2012-01-17</date>
+<version>3.5</version>
+<date>2012-01-25</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -97,19 +97,23 @@
   </tr>
   <tr>
     <ti><uri link="#kde4_6">KDE SC 4.6.3</uri></ti>
-	<ti>Portage</ti>
+    <ti>Portage</ti>
   </tr>
   <tr>
     <ti><uri link="#kde4_7">KDE SC 4.7.4</uri></ti>
-	<ti>Portage</ti>
-  </tr>  
+    <ti>Portage</ti>
+  </tr>
   <tr>
-    <ti><uri link="#snapshots">KDE SC 4.8 Snapshots</uri></ti>
-	<ti>KDE Overlay</ti>
-  </tr> 
+    <ti><uri link="#kde4_8">KDE SC 4.8.0</uri></ti>
+    <ti>Portage</ti>
+  </tr>  
+  <!--tr>
+    <ti><uri link="#snapshots">KDE SC 4.9 Snapshots</uri></ti>
+    <ti>KDE Overlay</ti>
+  </tr--> 
   <tr>
     <ti><uri link="#live">Live Ebuilds (4.8 Branch, Trunk)</uri></ti>
-	<ti>KDE Overlay</ti>
+    <ti>KDE Overlay</ti>
   </tr>
 </table>
 
@@ -238,12 +242,12 @@
 
 </body>
 </section>
-<!--section id="kde4_8">
+<section id="kde4_8">
 <title>KDE SC 4.8</title>
 <body>
 
 <p>
-KDE SC 4.8 is in portage, currently as ~testing, but stabilization is planned for the near future.
+KDE SC 4.8.0 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>
@@ -257,8 +261,15 @@
 # <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
 </pre>
 
+<warn>
+If you running KDEPIM and upgrade from 4.4 to 4.8, 
+please have a look at the <uri link="http://wiki.gentoo.org/wiki/KDEPIM-4.7_upgrade">Gentoo Wiki KDEPIM 4.7
+Upgrade Guide</uri> first! If you want to stick with KDEPIM 4.4 you can
+<uri link="kdepim-4.7-mask.txt">mask KDEPIM 4.8</uri> (Guide is still valid for 4.8).
+</warn>
+
 </body>
-</section-->
+</section>
 </chapter>
 <chapter id="kde_overlay">
 <title>Installing KDE SC from Overlay</title>
@@ -318,19 +329,20 @@
   </tr>
 </table>
 
-<!--note>
+<note>
 Currently there are no snapshots available.
-</note-->
+</note>
 
-<p>
+<!-- Enable this if first KDE SC 4.9 Snapshot is in overlay available -->
+<!--p>
 Users with stable systems have to keyword the packages to proceed. We provide a
 package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
-4.7.95 should also be masked. We should symlink the files:
+4.8.80 should also be masked. We should symlink the files:
 </p>
 
 <pre caption="Creating symlink of the keywords file">
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.8.keywords /etc/portage/package.keywords/</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.8 /etc/portage/package.unmask/</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.9.keywords /etc/portage/package.keywords/</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.9 /etc/portage/package.unmask/</i>
 </pre>
 
 <p>
@@ -344,10 +356,10 @@
 </pre>
 
 <pre caption="Installation using sets">
-<comment>(For KDE SC 4.8 Snapshots)</comment>
-# <i>emerge -av @kde-4.8</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.8 @kdegames-4.8</i> <comment>(installation of chosen modules only)</comment>
-</pre>
+<comment>(For KDE SC 4.9 Snapshots)</comment>
+# <i>emerge -av @kde-4.9</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.9 @kdegames-4.9</i> <comment>(installation of chosen modules only)</comment>
+</pre-->
 
 </body>
 </section>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-02-21 13:23 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-02-21 13:23 UTC (permalink / raw
  To: gentoo-commits

johu        12/02/21 13:23:07

  Modified:             kde4-guide.xml
  Log:
  Remove KDE SC 4.6.3.

Revision  Changes    Path
1.87                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.86&r2=1.87

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- kde4-guide.xml	25 Jan 2012 22:07:05 -0000	1.86
+++ kde4-guide.xml	21 Feb 2012 13:23:07 -0000	1.87
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.86 2012/01/25 22:07:05 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.87 2012/02/21 13:23:07 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.5</version>
-<date>2012-01-25</date>
+<version>3.6</version>
+<date>2012-02-21</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -96,10 +96,6 @@
     <th>Repository</th>
   </tr>
   <tr>
-    <ti><uri link="#kde4_6">KDE SC 4.6.3</uri></ti>
-    <ti>Portage</ti>
-  </tr>
-  <tr>
     <ti><uri link="#kde4_7">KDE SC 4.7.4</uri></ti>
     <ti>Portage</ti>
   </tr>
@@ -200,32 +196,12 @@
 </chapter>
 <chapter id="kde_portage">
 <title>Installing KDE SC from Portage</title>
-<section id="kde4_6">
-<title>KDE SC 4.6</title>
-<body>
-
-<p>
-KDE SC 4.6.3 is the current stable release for ppc.
-</p>
-
-<pre caption="Installation of KDE SC 4.6 using meta packages">
-# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
-<impo>
-All KDE SC 4.6 versions will be removed as soon as KDE SC 4.7 is stable for ppc.
-</impo>
-
-</body>
-</section>
-
 <section id="kde4_7">
 <title>KDE SC 4.7</title>
 <body>
 
 <p>
-KDE SC 4.7.4 is the current stable release for amd64 and x86.
+KDE SC 4.7.4 is the current stable release for amd64, ppc and x86.
 </p>
 
 <pre caption="Installation of KDE SC 4.7 using meta packages">






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-03-19  9:41 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-03-19  9:41 UTC (permalink / raw
  To: gentoo-commits

johu        12/03/19 09:41:51

  Modified:             kde4-guide.xml
  Log:
  Add KDE SC 4.8.1.

Revision  Changes    Path
1.88                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.87&r2=1.88

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- kde4-guide.xml	21 Feb 2012 13:23:07 -0000	1.87
+++ kde4-guide.xml	19 Mar 2012 09:41:51 -0000	1.88
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.87 2012/02/21 13:23:07 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.88 2012/03/19 09:41:51 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.6</version>
-<date>2012-02-21</date>
+<version>3.7</version>
+<date>2012-03-19</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -103,6 +103,10 @@
     <ti><uri link="#kde4_8">KDE SC 4.8.0</uri></ti>
     <ti>Portage</ti>
   </tr>  
+  <tr>
+    <ti><uri link="#kde4_8">KDE SC 4.8.1</uri></ti>
+    <ti>Portage</ti>
+  </tr> 
   <!--tr>
     <ti><uri link="#snapshots">KDE SC 4.9 Snapshots</uri></ti>
     <ti>KDE Overlay</ti>
@@ -223,7 +227,7 @@
 <body>
 
 <p>
-KDE SC 4.8.0 is in portage, currently as ~testing, but stabilization is planned for the near future.
+KDE SC 4.8.1 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-03-23  9:18 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-03-23  9:18 UTC (permalink / raw
  To: gentoo-commits

johu        12/03/23 09:18:49

  Modified:             kde4-guide.xml
  Log:
  Remove KDE SC 4.8.0.

Revision  Changes    Path
1.89                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.88&r2=1.89

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- kde4-guide.xml	19 Mar 2012 09:41:51 -0000	1.88
+++ kde4-guide.xml	23 Mar 2012 09:18:49 -0000	1.89
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.88 2012/03/19 09:41:51 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.89 2012/03/23 09:18:49 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.7</version>
-<date>2012-03-19</date>
+<version>3.8</version>
+<date>2012-03-23</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -100,10 +100,6 @@
     <ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde4_8">KDE SC 4.8.0</uri></ti>
-    <ti>Portage</ti>
-  </tr>  
-  <tr>
     <ti><uri link="#kde4_8">KDE SC 4.8.1</uri></ti>
     <ti>Portage</ti>
   </tr> 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-04-12  7:11 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-04-12  7:11 UTC (permalink / raw
  To: gentoo-commits

johu        12/04/12 07:11:53

  Modified:             kde4-guide.xml
  Log:
  Add KDE SC 4.8.2.

Revision  Changes    Path
1.90                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.89&r2=1.90

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- kde4-guide.xml	23 Mar 2012 09:18:49 -0000	1.89
+++ kde4-guide.xml	12 Apr 2012 07:11:53 -0000	1.90
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.89 2012/03/23 09:18:49 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.90 2012/04/12 07:11:53 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.8</version>
-<date>2012-03-23</date>
+<version>3.9</version>
+<date>2012-04-12</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -102,7 +102,11 @@
   <tr>
     <ti><uri link="#kde4_8">KDE SC 4.8.1</uri></ti>
     <ti>Portage</ti>
-  </tr> 
+  </tr>
+  <tr>
+    <ti><uri link="#kde4_8">KDE SC 4.8.2</uri></ti>
+    <ti>Portage</ti>
+  </tr>
   <!--tr>
     <ti><uri link="#snapshots">KDE SC 4.9 Snapshots</uri></ti>
     <ti>KDE Overlay</ti>
@@ -223,7 +227,7 @@
 <body>
 
 <p>
-KDE SC 4.8.1 is in portage, currently as ~testing, but stabilization is planned for the near future.
+KDE SC 4.8.1 is under stabilization and already stable for amd64. KDE SC 4.8.2 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-05-08 15:52 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-05-08 15:52 UTC (permalink / raw
  To: gentoo-commits

johu        12/05/08 15:52:20

  Modified:             kde4-guide.xml
  Log:
  Remove KDE SC 4.8.2, add KDE SC 4.8.3. Update stable infos.

Revision  Changes    Path
1.91                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.90&r2=1.91

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- kde4-guide.xml	12 Apr 2012 07:11:53 -0000	1.90
+++ kde4-guide.xml	8 May 2012 15:52:20 -0000	1.91
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.90 2012/04/12 07:11:53 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.91 2012/05/08 15:52:20 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.9</version>
-<date>2012-04-12</date>
+<version>3.10</version>
+<date>2012-05-08</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -104,7 +104,7 @@
     <ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde4_8">KDE SC 4.8.2</uri></ti>
+    <ti><uri link="#kde4_8">KDE SC 4.8.3</uri></ti>
     <ti>Portage</ti>
   </tr>
   <!--tr>
@@ -227,7 +227,7 @@
 <body>
 
 <p>
-KDE SC 4.8.1 is under stabilization and already stable for amd64. KDE SC 4.8.2 is in portage, currently as ~testing, but stabilization is planned for the near future.
+KDE SC 4.8.1 is under stabilization and already stable for amd64 and x86. KDE SC 4.8.3 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-05-11 22:48 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-05-11 22:48 UTC (permalink / raw
  To: gentoo-commits

johu        12/05/11 22:48:48

  Modified:             kde4-guide.xml
  Log:
  Move kde-misc/kcm-gtk-config to kde-misc/kde-gtk-config.

Revision  Changes    Path
1.92                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.91&r2=1.92

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- kde4-guide.xml	8 May 2012 15:52:20 -0000	1.91
+++ kde4-guide.xml	11 May 2012 22:48:48 -0000	1.92
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.91 2012/05/08 15:52:20 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.92 2012/05/11 22:48:48 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.10</version>
-<date>2012-05-08</date>
+<version>3.11</version>
+<date>2012-05-12</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -638,7 +638,7 @@
 counterpart is provided via package <c>x11-themes/oxygen-gtk</c>.
 KDE themes can be configured via KDE's System Settings under "Appearance" in
 tab "Style". In order to configure the theme of GTK applications from within
-KDE's System Settings, install <c>kde-misc/kcm-gtk-config</c> to get a new tab 
+KDE's System Settings, install <c>kde-misc/kde-gtk-config</c> to get a new tab 
 "Gtk Config" under "Appearance".
 </p>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-05-25 19:56 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-05-25 19:56 UTC (permalink / raw
  To: gentoo-commits

johu        12/05/25 19:56:34

  Modified:             kde4-guide.xml
  Log:
  Add snapshot infos.

Revision  Changes    Path
1.94                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.93&r2=1.94

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- kde4-guide.xml	24 May 2012 11:39:12 -0000	1.93
+++ kde4-guide.xml	25 May 2012 19:56:34 -0000	1.94
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.93 2012/05/24 11:39:12 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.94 2012/05/25 19:56:34 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.12</version>
-<date>2012-05-24</date>
+<version>3.13</version>
+<date>2012-05-25</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -103,10 +103,10 @@
     <ti><uri link="#kde4_8">KDE SC 4.8.3</uri></ti>
     <ti>Portage</ti>
   </tr>
-  <!--tr>
+  <tr>
     <ti><uri link="#snapshots">KDE SC 4.9 Snapshots</uri></ti>
     <ti>KDE Overlay</ti>
-  </tr--> 
+  </tr> 
   <tr>
     <ti><uri link="#live">Live Ebuilds (4.8 Branch, Trunk)</uri></ti>
     <ti>KDE Overlay</ti>
@@ -305,12 +305,12 @@
   </tr>
 </table>
 
-<note>
+<!--note>
 Currently there are no snapshots available.
-</note>
+</note-->
 
 <!-- Enable this if first KDE SC 4.9 Snapshot is in overlay available -->
-<!--p>
+<p>
 Users with stable systems have to keyword the packages to proceed. We provide a
 package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
 4.8.80 should also be masked. We should symlink the files:
@@ -335,7 +335,7 @@
 <comment>(For KDE SC 4.9 Snapshots)</comment>
 # <i>emerge -av @kde-4.9</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-4.9 @kdegames-4.9</i> <comment>(installation of chosen modules only)</comment>
-</pre-->
+</pre>
 
 </body>
 </section>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-06-22 10:07 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-06-22 10:07 UTC (permalink / raw
  To: gentoo-commits

johu        12/06/22 10:07:56

  Modified:             kde4-guide.xml
  Log:
  Add KDE SC 4.8.4.

Revision  Changes    Path
1.95                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.94&r2=1.95

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- kde4-guide.xml	25 May 2012 19:56:34 -0000	1.94
+++ kde4-guide.xml	22 Jun 2012 10:07:56 -0000	1.95
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.94 2012/05/25 19:56:34 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.95 2012/06/22 10:07:56 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.13</version>
-<date>2012-05-25</date>
+<version>3.14</version>
+<date>2012-06-22</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -104,6 +104,10 @@
     <ti>Portage</ti>
   </tr>
   <tr>
+    <ti><uri link="#kde4_8">KDE SC 4.8.4</uri></ti>
+    <ti>Portage</ti>
+  </tr>
+  <tr>
     <ti><uri link="#snapshots">KDE SC 4.9 Snapshots</uri></ti>
     <ti>KDE Overlay</ti>
   </tr> 
@@ -223,7 +227,7 @@
 <body>
 
 <p>
-KDE SC 4.8.3 is under stabilization and already stable for amd64 and x86. <!-- KDE SC 4.8.4 is in portage, currently as ~testing, but stabilization is planned for the near future.-->
+KDE SC 4.8.3 is under stabilization and already stable for amd64 and x86. KDE SC 4.8.4 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-07-11 20:02 Michael Palimaka (kensington)
  0 siblings, 0 replies; 99+ messages in thread
From: Michael Palimaka (kensington) @ 2012-07-11 20:02 UTC (permalink / raw
  To: gentoo-commits

kensington    12/07/11 20:02:05

  Modified:             kde4-guide.xml
  Log:
  Update information about branches/snapshots.

Revision  Changes    Path
1.96                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.95&r2=1.96

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- kde4-guide.xml	22 Jun 2012 10:07:56 -0000	1.95
+++ kde4-guide.xml	11 Jul 2012 20:02:05 -0000	1.96
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.95 2012/06/22 10:07:56 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.96 2012/07/11 20:02:05 kensington Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.14</version>
-<date>2012-06-22</date>
+<version>3.15</version>
+<date>2012-07-11</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -112,7 +112,7 @@
     <ti>KDE Overlay</ti>
   </tr> 
   <tr>
-    <ti><uri link="#live">Live Ebuilds (4.8 Branch, Trunk)</uri></ti>
+    <ti><uri link="#live">Live Ebuilds (4.8/4.9 Branch, Trunk)</uri></ti>
     <ti>KDE Overlay</ti>
   </tr>
 </table>
@@ -296,15 +296,15 @@
 	<ti>Beta 1</ti>
   </tr>
   <tr>
-    <ti>4.x.85</ti>
+    <ti>4.x.90</ti>
 	<ti>Beta 2</ti>
   </tr>
   <tr>
-    <ti>4.x.90</ti>
+    <ti>4.x.95</ti>
 	<ti>Release Candidate 1</ti>
   </tr>
   <tr>
-    <ti>4.x.95</ti>
+    <ti>4.x.97</ti>
 	<ti>Release Candidate 2</ti>
   </tr>
 </table>
@@ -365,6 +365,10 @@
     <ti>KDE 4.8 Branch</ti>
   </tr>
   <tr>
+    <ti>4.9.49.9999</ti>
+    <ti>KDE 4.9 Branch</ti>
+  </tr>
+  <tr>
     <ti>9999</ti>
     <ti>KDE 4 Trunk</ti>
   </tr>






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-07-11 20:04 Michael Palimaka (kensington)
  0 siblings, 0 replies; 99+ messages in thread
From: Michael Palimaka (kensington) @ 2012-07-11 20:04 UTC (permalink / raw
  To: gentoo-commits

kensington    12/07/11 20:04:34

  Modified:             kde4-guide.xml
  Log:
  Whitespace.

Revision  Changes    Path
1.97                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.96&r2=1.97

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- kde4-guide.xml	11 Jul 2012 20:02:05 -0000	1.96
+++ kde4-guide.xml	11 Jul 2012 20:04:34 -0000	1.97
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.96 2012/07/11 20:02:05 kensington Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.97 2012/07/11 20:04:34 kensington Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -293,19 +293,19 @@
   </tr>
   <tr>
     <ti>4.x.80</ti>
-	<ti>Beta 1</ti>
+    <ti>Beta 1</ti>
   </tr>
   <tr>
     <ti>4.x.90</ti>
-	<ti>Beta 2</ti>
+    <ti>Beta 2</ti>
   </tr>
   <tr>
     <ti>4.x.95</ti>
-	<ti>Release Candidate 1</ti>
+    <ti>Release Candidate 1</ti>
   </tr>
   <tr>
     <ti>4.x.97</ti>
-	<ti>Release Candidate 2</ti>
+    <ti>Release Candidate 2</ti>
   </tr>
 </table>
 






^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-08-02  0:04 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-08-02  0:04 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/02 00:04:18

  Modified:             kde4-guide.xml
  Log:
  Add KDE SC 4.9.0. Update overlay infos.

Revision  Changes    Path
1.98                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.97&r2=1.98

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- kde4-guide.xml	11 Jul 2012 20:04:34 -0000	1.97
+++ kde4-guide.xml	2 Aug 2012 00:04:18 -0000	1.98
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.97 2012/07/11 20:04:34 kensington Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.98 2012/08/02 00:04:18 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.15</version>
-<date>2012-07-11</date>
+<version>3.16</version>
+<date>2012-08-02</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -108,6 +108,10 @@
     <ti>Portage</ti>
   </tr>
   <tr>
+    <ti><uri link="#kde4_9">KDE SC 4.9.0</uri></ti>
+    <ti>Portage</ti>
+  </tr>
+  <tr>
     <ti><uri link="#snapshots">KDE SC 4.9 Snapshots</uri></ti>
     <ti>KDE Overlay</ti>
   </tr> 
@@ -250,6 +254,34 @@
 
 </body>
 </section>
+<section id="kde4_9">
+<title>KDE SC 4.9</title>
+<body>
+
+<p>
+KDE SC 4.9.0 is in portage, currently as ~testing, stabilization isn't planned yet.
+</p>
+
+<p>
+Users with stable systems need to put <uri 
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.9.keywords">
+this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
+</p>
+
+<pre caption="Installation of KDE SC 4.9 using meta packages">
+# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
+</pre>
+
+<warn>
+If you running KDEPIM and upgrade from 4.4 to 4.9, 
+please have a look at the <uri link="http://wiki.gentoo.org/wiki/KDEPIM-4.7_upgrade">Gentoo Wiki KDEPIM 4.7
+Upgrade Guide</uri> first! If you want to stick with KDEPIM 4.4 you can
+<uri link="kdepim-4.7-mask.txt">mask KDEPIM 4.9</uri> (Guide is still valid for 4.9).
+</warn>
+
+</body>
+</section>
 </chapter>
 <chapter id="kde_overlay">
 <title>Installing KDE SC from Overlay</title>
@@ -309,20 +341,21 @@
   </tr>
 </table>
 
-<!--note>
+<note>
 Currently there are no snapshots available.
-</note-->
+</note>
 
-<!-- Enable this if first KDE SC 4.9 Snapshot is in overlay available -->
+<!-- Enable this if first KDE SC 4.10 Snapshot is in overlay available -->
+<!--
 <p>
 Users with stable systems have to keyword the packages to proceed. We provide a
 package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
-4.8.80 should also be masked. We should symlink the files:
+4.9.80 should also be masked. We should symlink the files:
 </p>
 
 <pre caption="Creating symlink of the keywords file">
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.9.keywords /etc/portage/package.keywords/</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.9 /etc/portage/package.unmask/</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.10.keywords /etc/portage/package.keywords/</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.10 /etc/portage/package.unmask/</i>
 </pre>
 
 <p>
@@ -336,10 +369,11 @@
 </pre>
 
 <pre caption="Installation using sets">
-<comment>(For KDE SC 4.9 Snapshots)</comment>
-# <i>emerge -av @kde-4.9</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.9 @kdegames-4.9</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE SC 4.10 Snapshots)</comment>
+# <i>emerge -av @kde-4.10</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.10 @kdegames-4.10</i> <comment>(installation of chosen modules only)</comment>
 </pre>
+-->
 
 </body>
 </section>
@@ -352,7 +386,8 @@
 link="http://quickgit.kde.org">KDE QuickGit</uri>, and for public checkout. 
 Gentoo, as a source based distro, has the ability to provide live ebuilds that 
 checkout the code either from the latest branch or from trunk. Currently, we 
-provide 4.8.49.9999 ebuilds from 4.8 branch and 9999 ebuilds from trunk.
+provide 4.8.49.9999 ebuilds from 4.8 branch, 4.9.49.9999 ebuilds from 4.9 
+branch and 9999 ebuilds from trunk.
 </p>
 
 <table>
@@ -382,7 +417,7 @@
 
 <pre caption="Creating symlink of the keywords file">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.8.49.9999.keywords .</i><comment>(for 4.8 Branch)</comment>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.9.49.9999.keywords .</i><comment>(for 4.9 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
 </pre>
 
@@ -397,9 +432,9 @@
 </pre>
 
 <pre caption="Installation using sets">
-<comment>(For KDE SC 4.8 Branch)</comment>
-# <i>emerge -av @kde-4.8</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.8 @kdegames-4.8</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE SC 4.9 Branch)</comment>
+# <i>emerge -av @kde-4.9</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.9 @kdegames-4.9</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE SC Trunk)</comment>
 # <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-08-02 10:50 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-08-02 10:50 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/02 10:50:04

  Modified:             kde4-guide.xml
  Log:
  Replace obsolete koffice with calligra.

Revision  Changes    Path
1.99                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.98&r2=1.99

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- kde4-guide.xml	2 Aug 2012 00:04:18 -0000	1.98
+++ kde4-guide.xml	2 Aug 2012 10:50:04 -0000	1.99
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.98 2012/08/02 00:04:18 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.99 2012/08/02 10:50:04 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,7 +39,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.16</version>
+<version>3.17</version>
 <date>2012-08-02</date>
 
 <chapter>
@@ -586,9 +586,9 @@
 </p>
 
 <pre caption="Getting the translations">
-<comment>For KDE 4 and KOffice 2:</comment>
+<comment>For KDE 4 and Calligra:</comment>
 # <i>emerge kde-l10n</i>
-# <i>emerge koffice-l10n</i>
+# <i>emerge calligra-l10n</i>
 </pre>
 
 </body>





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-08-07 11:23 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-08-07 11:23 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/07 11:23:03

  Modified:             kde4-guide.xml
  Log:
  Add KDE SC 4.8.5

Revision  Changes    Path
1.100                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.99&r2=1.100

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- kde4-guide.xml	2 Aug 2012 10:50:04 -0000	1.99
+++ kde4-guide.xml	7 Aug 2012 11:23:02 -0000	1.100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.99 2012/08/02 10:50:04 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.100 2012/08/07 11:23:02 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.17</version>
-<date>2012-08-02</date>
+<version>3.18</version>
+<date>2012-08-07</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -108,6 +108,10 @@
     <ti>Portage</ti>
   </tr>
   <tr>
+    <ti><uri link="#kde4_8">KDE SC 4.8.5</uri></ti>
+    <ti>Portage</ti>
+  </tr>
+  <tr>
     <ti><uri link="#kde4_9">KDE SC 4.9.0</uri></ti>
     <ti>Portage</ti>
   </tr>
@@ -231,7 +235,7 @@
 <body>
 
 <p>
-KDE SC 4.8.3 is under stabilization and already stable for amd64 and x86. KDE SC 4.8.4 is in portage, currently as ~testing, but stabilization is planned for the near future.
+KDE SC 4.8.3 is under stabilization and already stable for amd64 and x86. KDE SC 4.8.4 and 4.8.5 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-08-07 13:25 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-08-07 13:25 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/07 13:25:26

  Modified:             kde4-guide.xml
  Log:
  Remove KDE 4.8 stable branch (4.8.49.9999).

Revision  Changes    Path
1.101                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.100&r2=1.101

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- kde4-guide.xml	7 Aug 2012 11:23:02 -0000	1.100
+++ kde4-guide.xml	7 Aug 2012 13:25:26 -0000	1.101
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.100 2012/08/07 11:23:02 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.101 2012/08/07 13:25:26 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,7 +39,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.18</version>
+<version>3.19</version>
 <date>2012-08-07</date>
 
 <chapter>
@@ -390,8 +390,7 @@
 link="http://quickgit.kde.org">KDE QuickGit</uri>, and for public checkout. 
 Gentoo, as a source based distro, has the ability to provide live ebuilds that 
 checkout the code either from the latest branch or from trunk. Currently, we 
-provide 4.8.49.9999 ebuilds from 4.8 branch, 4.9.49.9999 ebuilds from 4.9 
-branch and 9999 ebuilds from trunk.
+provide 4.9.49.9999 ebuilds from 4.9 branch and 9999 ebuilds from trunk.
 </p>
 
 <table>
@@ -400,10 +399,6 @@
     <th>KDE SC Version</th>
   </tr>
   <tr>
-    <ti>4.8.49.9999</ti>
-    <ti>KDE 4.8 Branch</ti>
-  </tr>
-  <tr>
     <ti>4.9.49.9999</ti>
     <ti>KDE 4.9 Branch</ti>
   </tr>





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-08-17 11:16 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-08-17 11:16 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/17 11:16:02

  Modified:             kde4-guide.xml
  Log:
  Remove KDE SC 4.8.4

Revision  Changes    Path
1.102                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.101&r2=1.102

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- kde4-guide.xml	7 Aug 2012 13:25:26 -0000	1.101
+++ kde4-guide.xml	17 Aug 2012 11:16:02 -0000	1.102
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.101 2012/08/07 13:25:26 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.102 2012/08/17 11:16:02 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.19</version>
-<date>2012-08-07</date>
+<version>3.20</version>
+<date>2012-08-17</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -104,10 +104,6 @@
     <ti>Portage</ti>
   </tr>
   <tr>
-    <ti><uri link="#kde4_8">KDE SC 4.8.4</uri></ti>
-    <ti>Portage</ti>
-  </tr>
-  <tr>
     <ti><uri link="#kde4_8">KDE SC 4.8.5</uri></ti>
     <ti>Portage</ti>
   </tr>
@@ -120,7 +116,7 @@
     <ti>KDE Overlay</ti>
   </tr> 
   <tr>
-    <ti><uri link="#live">Live Ebuilds (4.8/4.9 Branch, Trunk)</uri></ti>
+    <ti><uri link="#live">Live Ebuilds (4.9 Branch, Trunk)</uri></ti>
     <ti>KDE Overlay</ti>
   </tr>
 </table>
@@ -235,7 +231,7 @@
 <body>
 
 <p>
-KDE SC 4.8.3 is under stabilization and already stable for amd64 and x86. KDE SC 4.8.4 and 4.8.5 is in portage, currently as ~testing, but stabilization is planned for the near future.
+KDE SC 4.8.3 is under stabilization and already stable for amd64 and x86. KDE SC 4.8.5 is in portage, currently as ~testing, but stabilization is planned for the near future.
 </p>
 
 <p>





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-08-22 22:23 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-08-22 22:23 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/22 22:23:53

  Modified:             kde4-guide.xml
  Log:
  Remove KDE 3, as its pretty rotten.

Revision  Changes    Path
1.103                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.102&r2=1.103

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- kde4-guide.xml	17 Aug 2012 11:16:02 -0000	1.102
+++ kde4-guide.xml	22 Aug 2012 22:23:53 -0000	1.103
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.102 2012/08/17 11:16:02 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.103 2012/08/22 22:23:53 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,39 +39,10 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.20</version>
-<date>2012-08-17</date>
+<version>3.21</version>
+<date>2012-08-22</date>
 
 <chapter>
-<title>KDE 3</title>
-<section>
-<title>Quick Information</title>
-<body>
-
-<p>
-KDE 3 is no longer maintained by upstream, with 3.5.10 being their last release.
-Also, most KDE 3 applications aren't maintained any more, as they already have
-been or are currently being ported to KDE 4.
-</p>
-
-<p>
-In Gentoo, KDE 3 ebuilds have been removed from the Portage tree, and they have
-been moved to the user-maintained overlay called <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=summary">kde-sunset</uri>
-(available in layman). Keep in mind that this overlay is user-maintained only,
-and current KDE team members have no responsibility for its content. If you are
-interested in co-maintaining it, you can send an email to <mail link="overlays"
-/> asking for commit access. If you want to report a bug about this overlay,
-please don't file a bug in Gentoo's Bugzilla. Instead, use the <uri
-link="http://archives.gentoo.org/gentoo-desktop/">gentoo-desktop</uri> mailing
-list. Instructions on how to subscribe can be found <uri
-link="/main/en/lists.xml">here</uri>.
-</p>
-
-</body>
-</section>
-</chapter>
-<chapter>
 <title>KDE SC 4</title>
 <section>
 <title>Introduction</title>





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-08-26 17:36 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-08-26 17:36 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/26 17:36:22

  Modified:             kde4-guide.xml
  Log:
  Remove hints and troubleshooting section from the guide. Was moved to the wiki, thanks to astaecker.

Revision  Changes    Path
1.104                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.103&r2=1.104

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- kde4-guide.xml	22 Aug 2012 22:23:53 -0000	1.103
+++ kde4-guide.xml	26 Aug 2012 17:36:22 -0000	1.104
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.103 2012/08/22 22:23:53 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.104 2012/08/26 17:36:22 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.21</version>
-<date>2012-08-22</date>
+<version>3.22</version>
+<date>2012-08-26</date>
 
 <chapter>
 <title>KDE SC 4</title>
@@ -48,6 +48,11 @@
 <title>Introduction</title>
 <body>
 
+<note>
+Visit the <uri link="http://wiki.gentoo.org/wiki/KDE">wiki</uri> for more
+information.  
+</note>
+
 <p>
 KDE SC 4 is the current KDE version supported by upstream. In Portage there is a
 stable version, and there might be one (or more) non-stable versions. Under
@@ -602,236 +607,6 @@
 </chapter>
 
 <chapter>
-<title>Hints and Troubleshooting</title>
-<section>
-<title>Get rid of the KResource Migration Tool popup</title>
-<body>
-
-<p>
-There have been reports that the KResource Migration Tool
-pops up on every login. There is no proper solution yet for
-this, but you can see a workaround in <uri
-link="https://bugs.gentoo.org/353200">bug 353200</uri>.
-</p>
-
-</body>
-</section>
-<section>
-<title>Rebuilding the application database</title>
-<body>
-
-<p>
-If your KMenu lacks any application or the whole application list,
-you probably need to rebuild the KDE application database. It is also
-a possible fix for any KMenu related issues, like missing icons.
-</p>
-
-<pre caption="kbuildsycoca command">
-# <i>kbuildsycoca4 --noincremental</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Make GTK applications look like Qt 4 ones</title>
-<body>
-
-<p>
-There are two themes available which look the same under both toolkits (GTK/Gnome
-and Qt/KDE): "QtCurve" is provided via packages <c>gtk-engines-qtcurve</c>
-and <c>x11-themes/qtcurve-qt4</c>, "Oxygen" is part of KDE 4.x, its GTK
-counterpart is provided via package <c>x11-themes/oxygen-gtk</c>.
-KDE themes can be configured via KDE's System Settings under "Appearance" in
-tab "Style". In order to configure the theme of GTK applications from within
-KDE's System Settings, install <c>kde-misc/kde-gtk-config</c> to get a new tab 
-"Gtk Config" under "Appearance".
-</p>
-
-</body>
-</section>
-<section>
-<title>Akonadi complains about the MySQL config</title>
-<body>
-
-<p>
-Start by checking the permissions in <path>/usr/share/config</path> and
-<path>/usr/share/kde4</path>. If they're 700, you need to update them to 755
-recursively.
-</p>
-
-<pre caption="Updating /usr/share/config permissions">
-# <i>chmod -R 755 /usr/share/{config,kde4}</i>
-</pre>
-
-<p>
-If that doesn't solve the error, you need to open the akonadi configuration and
-change the default mysql config. If you don't have the tray running, start
-<c>akonaditray</c>, select "Akonadi Server Configuration", activate  "Use
-internal MySQL server" and then press the test button.  If you want to use the
-mysql server and not the embedded executable, you'll need to ensure that mysql
-is running.
-</p>
-
-</body>
-</section>
-<section>
-<title>Make KDE start on boot</title>
-<body>
-
-<p>
-There are two ways to make KDE start on boot. The easiest way is by using the KDM,
-which is available at <c>kde-base/kdm</c>. First we edit the Xorg Configuration file,
-so that DISPLAYMANAGER is set to "kdm":
-</p>
-
-<pre caption="Editing /etc/conf.d/xdm">
-# What display manager do you use ?  [ xdm | gdm | kdm | kdm-4.3 | gpe | entran$
-# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
-#
-# KDE-specific note:
-# - If you are using kdeprefix go with "kdm-4.Y", e.g. "kdm-4.3".
-#     You can find possible versions by looking at the directories in /usr/kde/.
-# - Else, if you are using KDE 3 enter "kdm-3.5"
-# - Else, if you are using KDE 4 enter "kdm" without a version
-DISPLAYMANAGER="kdm"
-</pre>
-
-<p>
-Next step is to add xdm to default runlevel:
-</p>
-
-<pre caption="Adding xdm to the default runlevel">
-# <i>rc-update add xdm default</i>
-</pre>
-
-</body>
-</section>
-<section>
-<title>Fonts suggestions</title>
-<body>
-
-<p>
-If you click to view the menu and notice that there is nothing legible, you need
-to install some fonts. Some common choices are <c>media-fonts/corefonts</c>,
-<c>media-fonts/ttf-bitstream-vera</c> and <c>media-fonts/dejavu</c>.
-</p>
-
-</body>
-</section>
-<section>
-<title>KDM fails to start</title>
-<body>
-
-<p>
-Start by checking the permissions in /usr/share/config. If they're 700, you need
-to update them to 755.  Check previous section.  If that doesn't solve the
-error, check the following notice in the kdm ebuild:
-</p>
-
-<pre caption="kdm notice">
-If when you restart xdm, kdm fails to start with a message like "gentoo kdm[2116]: X
-server startup timeout, terminating" in /var/log/messages, uncomment the ServerTimeout
-line in "grep kdmrc /var/db/pkg/kde-base/kdm-4.3.1/CONTENTS | cut -f2 -d " ""
-and be sure to increase the timeout - 60 should work
-</pre>
-
-<p>
-Also be sure that the following services are started:
-</p>
-
-<pre caption="checking and starting services">
-# <i>/etc/init.d/dbus status</i>
-# <i>/etc/init.d/consolekit status</i>
-</pre>
-
-<p>
-If not, enable them by replacing <c>status</c> with <c>start</c>, and use the
-command <c>rc-update add dbus default</c> for every one of them to add them to
-default runlevel.
-</p>
-
-<p>
-Finally, KDM could fail due to errors in <path>/etc/X11/xorg.conf</path>. Take a
-look in your logs: <path>/var/log/Xorg.0.log</path> and
-<path>/var/log/kdm.log</path> and fix <path>xorg.conf</path> accordingly.  For
-additional help you can find us in IRC (#gentoo-kde at Freenode).
-</p>
-
-</body>
-</section>
-<section>
-<title>The battery applet or solid notifications don't show the relevant info</title>
-<body>
-
-<p>
-So that the battery applet or other solid notifications can show the relevant
-info, you need dbus and consolekit running.
-</p>
-
-<pre caption="checking and starting dbus and consolekit">
-# <i>/etc/init.d/dbus status</i>
-# <i>/etc/init.d/dbus start</i>
-# <i>/etc/init.d/consolekit status</i>
-# <i>/etc/init.d/consolekit start</i>
-</pre>
-
-</body>
-</section>
-
-<section>
-<title>Double-hibernate or crashes after hibernate (bug 363363)</title>
-<body>
-
-<p>
-KDE 4.6 handles "sleep button" events on its own, and the system correctly
-hibernates. If you have manually set up any other programs to handle these events (e.g. 
-acpid), please disable that, as you may otherwise get double hibernation and/or
-system instability.
-</p>
-</body>
-</section>
-
-<section>
-<title>Shutdown, reboot, logout does not work (bug 326393)</title>
-<body>
-
-<p>
-There is some strange interaction between the sound system and the logout mechanism
-going on. Open systemsettings, and disable the "logout sound". Afterwards, 
-logging out will likely work.
-</p>
-</body>
-</section>
-
-<section>
-<title>The desktop background covers all windows (bug 365623)</title>
-<body>
-
-<p>
-In rare cases, after working with several screens the desktop settings are not cleaned
-up properly. The result is that the desktop background seems to cover all windows.
-More details plus some manual workarounds can be found in <uri link="https://bugs.kde.org/show_bug.cgi?id=260360">this
-KDE bug report</uri>.
-</p>
-</body>
-</section>
-
-
-<section>
-<title>No login possible, hangs at splash screen (bug 365637)</title>
-<body>
-
-<p>
-If you have been playing with unstable Gnome stuff (naughty!) you may encounter
-a so-far unexplained incompatibility. Logging in to KDE fails as soon as 
-net-libs/glib-networking is installed. Unmerge that package and you should be fine.
-</p>
-</body>
-</section>
-
-
-</chapter>
-<chapter>
 <title>Archive</title>
 <section>
 <title>Upgrade from KDE SC 4.4 to 4.6</title>





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-08-30 12:23 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 99+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-08-30 12:23 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/08/30 12:23:29

  Modified:             kde4-guide.xml
  Log:
  more emphatic wiki link

Revision  Changes    Path
1.105                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.104&r2=1.105

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- kde4-guide.xml	26 Aug 2012 17:36:22 -0000	1.104
+++ kde4-guide.xml	30 Aug 2012 12:23:29 -0000	1.105
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.104 2012/08/26 17:36:22 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.105 2012/08/30 12:23:29 dilfridge Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -49,7 +49,8 @@
 <body>
 
 <note>
-Visit the <uri link="http://wiki.gentoo.org/wiki/KDE">wiki</uri> for more
+This guide is being migrated step by step to the Gentoo wiki. Visit the 
+<uri link="http://wiki.gentoo.org/wiki/KDE">wiki page</uri> for more
 information.  
 </note>
 





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-08-30 17:16 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 99+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-08-30 17:16 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/08/30 17:16:58

  Modified:             kde4-guide.xml
  Log:
  General cleanup now that much info has moved to the wiki

Revision  Changes    Path
1.106                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.105&r2=1.106

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- kde4-guide.xml	30 Aug 2012 12:23:29 -0000	1.105
+++ kde4-guide.xml	30 Aug 2012 17:16:58 -0000	1.106
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.105 2012/08/30 12:23:29 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.106 2012/08/30 17:16:58 dilfridge Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -49,219 +49,18 @@
 <body>
 
 <note>
-This guide is being migrated step by step to the Gentoo wiki. Visit the 
-<uri link="http://wiki.gentoo.org/wiki/KDE">wiki page</uri> for more
-information.  
+This guide is being migrated step by step to the Gentoo wiki. All information
+about installing the KDE versions available in the main Portage tree has already
+been moved.
+<uri link="http://wiki.gentoo.org/wiki/KDE">Visit the wiki page</uri> for more
+information.
 </note>
-
-<p>
-KDE SC 4 is the current KDE version supported by upstream. In Portage there is a
-stable version, and there might be one (or more) non-stable versions. Under
-normal conditions new versions get in stabilized after a month.
-In addition, KDE upstream provides <uri link="http://quickgit.kde.org">live git
-source repositories</uri>. The Gentoo KDE team provides trunk and latest branch
-live ebuilds through the <c>kde</c> overlay.
-</p>
-
-<p>
-Choose what KDE SC version is most appropriate for you:
-</p>
-
-<table>
-  <tr>
-    <th>KDE SC Version</th>
-    <th>Repository</th>
-  </tr>
-  <tr>
-    <ti><uri link="#kde4_7">KDE SC 4.7.4</uri></ti>
-    <ti>Portage</ti>
-  </tr>
-  <tr>
-    <ti><uri link="#kde4_8">KDE SC 4.8.3</uri></ti>
-    <ti>Portage</ti>
-  </tr>
-  <tr>
-    <ti><uri link="#kde4_8">KDE SC 4.8.5</uri></ti>
-    <ti>Portage</ti>
-  </tr>
-  <tr>
-    <ti><uri link="#kde4_9">KDE SC 4.9.0</uri></ti>
-    <ti>Portage</ti>
-  </tr>
-  <tr>
-    <ti><uri link="#snapshots">KDE SC 4.9 Snapshots</uri></ti>
-    <ti>KDE Overlay</ti>
-  </tr> 
-  <tr>
-    <ti><uri link="#live">Live Ebuilds (4.9 Branch, Trunk)</uri></ti>
-    <ti>KDE Overlay</ti>
-  </tr>
-</table>
-
-</body>
-</section>
-</chapter>
-<chapter id="prerequisites">
-<title>Prerequisites</title>
-<section>
-<title>Desktop profile and subprofiles</title>
-<body>
-
-<p>
-Desktop profile has been split to KDE and GNOME subprofiles.
-This means that KDE and GNOME specific USE flags have been stripped
-from the basic desktop profile and have been migrated to the subprofiles.
-Choosing a subprofile doesn't restrict you to use only the equivalent
-DE. In order to choose the profile that suits you, run <c>eselect profile list</c>
-to get the profiles' list, and <c>eselect profile set X</c>, where X is the
-appropriate number.
-</p>
-
-</body>
-</section>
-
-<section>
-<title>Use flags</title>
-<body>
-<p>
-Before you install KDE SC it is recommended that you set several useflags. 
-Part of that is done automatically if you use a desktop/kde or desktop profile. 
-In detail you should use:
-</p>
-<table>
-  <tr>
-    <th>flag</th>
-    <th>explanation</th>
-  </tr>
-  <tr>
-    <ti>consolekit</ti>
-    <ti>Enables the consolekit framework for defining and tracking users, login sessions and seats</ti>
-  </tr>
-  <tr>
-    <ti>dbus</ti>
-    <ti>Enables use of the dbus message bus system</ti>
-  </tr>
-  <tr>
-    <ti>policykit</ti>
-    <ti>Enables the <b>polkit</b> framework for controlling privileges for system-wide services</ti>
-  </tr>
-  <tr>
-    <ti>udev</ti>
-    <ti>Enables support for udev Linux dynamic and persistent device naming</ti>
-  </tr>
-</table>
-<p>
-Note that other combinations may technically be possible, but may be unsupported, 
-untested, or lead to unexpected loss of functionality.
-</p>
-<p>
-If you changed any global useflags, you should later include the -N flag when running the actual emerge command 
-which updates your system, e.g. 
-</p>
-<pre caption="Updating world after a useflag change">
-# <i>emerge -uDNav world</i>
-</pre>
-</body>
-</section>
-
-<section>
-<title>Kernel settings</title>
-<body>
-<p>
-If you are rolling your own kernel, you'll want to install a new one with the following options:
-</p>
-<pre caption="Recommended kernel settings">
-CONFIG_USB_SUSPEND=y
-CONFIG_IDE=n
-CONFIG_AUDITSYSCALL=y
-</pre>
 </body>
 </section>
-
 </chapter>
-<chapter id="kde_portage">
-<title>Installing KDE SC from Portage</title>
-<section id="kde4_7">
-<title>KDE SC 4.7</title>
-<body>
-
-<p>
-KDE SC 4.7.4 is the current stable release for amd64, ppc and x86.
-</p>
-
-<pre caption="Installation of KDE SC 4.7 using meta packages">
-# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
-<warn>
-If you running KDEPIM and upgrade from 4.4 to 4.7,
-please have a look at the <uri link="http://wiki.gentoo.org/wiki/KDEPIM-4.7_upgrade">Gentoo Wiki KDEPIM 4.7
-Upgrade Guide</uri> first! If you want to stick with KDEPIM 4.4 you can
-<uri link="kdepim-4.7-mask.txt">mask KDEPIM 4.7</uri>
-</warn>
 
-</body>
-</section>
-<section id="kde4_8">
-<title>KDE SC 4.8</title>
-<body>
-
-<p>
-KDE SC 4.8.3 is under stabilization and already stable for amd64 and x86. KDE SC 4.8.5 is in portage, currently as ~testing, but stabilization is planned for the near future.
-</p>
-
-<p>
-Users with stable systems need to put <uri 
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.8.keywords">
-this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
-</p>
-
-<pre caption="Installation of KDE SC 4.8 using meta packages">
-# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
-<warn>
-If you running KDEPIM and upgrade from 4.4 to 4.8, 
-please have a look at the <uri link="http://wiki.gentoo.org/wiki/KDEPIM-4.7_upgrade">Gentoo Wiki KDEPIM 4.7
-Upgrade Guide</uri> first! If you want to stick with KDEPIM 4.4 you can
-<uri link="kdepim-4.7-mask.txt">mask KDEPIM 4.8</uri> (Guide is still valid for 4.8).
-</warn>
-
-</body>
-</section>
-<section id="kde4_9">
-<title>KDE SC 4.9</title>
-<body>
-
-<p>
-KDE SC 4.9.0 is in portage, currently as ~testing, stabilization isn't planned yet.
-</p>
-
-<p>
-Users with stable systems need to put <uri 
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.9.keywords">
-this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
-</p>
-
-<pre caption="Installation of KDE SC 4.9 using meta packages">
-# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
-<warn>
-If you running KDEPIM and upgrade from 4.4 to 4.9, 
-please have a look at the <uri link="http://wiki.gentoo.org/wiki/KDEPIM-4.7_upgrade">Gentoo Wiki KDEPIM 4.7
-Upgrade Guide</uri> first! If you want to stick with KDEPIM 4.4 you can
-<uri link="kdepim-4.7-mask.txt">mask KDEPIM 4.9</uri> (Guide is still valid for 4.9).
-</warn>
-
-</body>
-</section>
-</chapter>
 <chapter id="kde_overlay">
-<title>Installing KDE SC from Overlay</title>
+<title>Installing KDE SC snapshots and live ebuilds from Overlay</title>
 <section id="kde_overlay_prerequisites">
 <title>Prerequisites</title>
 <body>
@@ -424,14 +223,10 @@
 <body>
 
 <p>
-One of the new features provided by Portage 2.2 is sets.
-</p>
-
-<p>
-Sets allow the KDE team to provide a complete replacement for the monolithic
-packages, with the added bonus that users may choose to remove from the default
-sets any packages they do not want. There is still some discussion going on
-before we can put sets in the Portage tree. Thus, grab the sets from the
+One of the new features provided by Portage 2.2 is sets, which can be used
+as replacement for the metapackages. In general this is not recommended, 
+however it may provide advantages if you are using live ebuilds. Sets for the kde
+packages can be obtained from the
 <c>kde</c> overlay <uri
 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets">sets
 directory</uri> or grab them as a <uri
@@ -460,38 +255,9 @@
 One can install the complete KDE by running <c>emerge -av @kde</c>. The specific
 version equivalents are very useful to uninstall an old version, e.g. <c>emerge
 -C @kde-3.5</c>, or to reinstall all packages from a specific version, e.g.
-<c>emerge -av1 @kde-4x</c>. Advanced features, like removing any unwanted
-packages from a set, will be supported in a future release of Portage -- you can
-read more about it in <uri
-link="http://blogs.gentoo.org/genone/2008/09/29/more_extensions_to_package_set_support">Marius
-Mauch's (genone) blog</uri>. Part of this code has now been released in
-portage-2.2_rc12, so you can reinstall all installed packages of a set
-with <c>emerge -av @&lt;set&gt;/@installed</c> or to have a
-<path>/etc/portage/sets/kdebase-unwanted</path> set and then run <c>emerge -av
-@kdebase-@kdebase-unwanted</c>.
-</p>
-
-<p>
-We strongly recommend that you install the <c>kdebase</c> set in order to get a
-full KDE 4 session. The example below would install the <c>kdebase</c> set and
-the <c>kdegames</c> set.
+<c>emerge -av1 @kde-4x</c>. 
 </p>
 
-<pre caption="Installing KDE SC">
-# <i>emerge @kdebase @kdegames</i>
-</pre>
-
-<note>
-If you want to check the list of sets known to Portage run the following:
-<c>emerge --list-sets</c>
-</note>
-
-<note>
-All >= KDE 4.6 ebuilds require <c>portage-2.1.9.27</c> or greater,
-which has implemented everything in the new EAPI 4 specification used in
-these ebuilds (<c>>=sys-apps/portage-2.2_alpha11</c> is required to use sets).
-</note>
-
 </body>
 </section>
 <section id="cleanup">
@@ -565,59 +331,6 @@
 
 </body>
 </section>
-<section>
-<title>Migrating configs from 3.5 to 4.X</title>
-<body>
-
-<p>
-KDE stores its configuration files in the <path>~/.kde</path> directory by
-default. In the Gentoo ebuilds this has been changed in KDE 4.X to
-allow for better integration of KDE 3.5 and 4.X when using the same user
-account. If you export $KDEHOME this behaviour will be overridden. It is
-strongly recommended that you do not do this. $KDEHOME will make KDE 3.5 and 4.X
-use the same configuration directory which is usually not desired.
-</p>
-
-<p>
-KDE 3.5 uses <path>~/.kde</path> and the default FHS (<c>-kdeprefix</c>) KDE 4.X
-uses <e>~/.kde4</e>.
-</p>
-
-<p>
-Settings are not migrated by default. If you want to attempt to migrate your
-settings you should copy your old configuration directory to the new location
-before logging in. For example:
-</p>
-
-<pre caption="Copying the configuration directory">
-$ <i>cp -r ~/.kde ~/.kde4</i>
-</pre>
-
-<p>
-If this is successful, then your settings should all be migrated. If not, it is
-possible to log out and remove the new configuration directory to start with a
-clean configuration directory.
-</p>
-
-<impo>
-Moving backwards in version, from 4.X to 3.5, is not supported.
-</impo>
-
-</body>
-</section>
 </chapter>
 
-<chapter>
-<title>Archive</title>
-<section>
-<title>Upgrade from KDE SC 4.4 to 4.6</title>
-<body>
-<p>
-KDE SC 4.6.3 is currently stable. If you encounter problems during the
-upgrade from KDE SC 4.4, please have a look at the separate 
-<uri link="kde44-46-upgrade.xml">Gentoo KDE 4.4 - 4.6 Upgrade Guide</uri> first!
-</p>
-</body>
-</section>
-</chapter>
 </guide>





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2012-09-06 11:41 Johannes Huber (johu)
  0 siblings, 0 replies; 99+ messages in thread
From: Johannes Huber (johu) @ 2012-09-06 11:41 UTC (permalink / raw
  To: gentoo-commits

johu        12/09/06 11:41:50

  Modified:             kde4-guide.xml
  Log:
  Removal infos moved to the wiki by astaecker.

Revision  Changes    Path
1.107                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.106&r2=1.107

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- kde4-guide.xml	30 Aug 2012 17:16:58 -0000	1.106
+++ kde4-guide.xml	6 Sep 2012 11:41:50 -0000	1.107
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.106 2012/08/30 17:16:58 dilfridge Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.107 2012/09/06 11:41:50 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.22</version>
-<date>2012-08-26</date>
+<version>3.23</version>
+<date>2012-09-06</date>
 
 <chapter>
 <title>KDE SC 4</title>
@@ -217,7 +217,7 @@
 </section>
 </chapter>
 <chapter>
-<title>Additional Installation/Removal Information</title>
+<title>Additional Installation</title>
 <section id="sets">
 <title>Using Sets</title>
 <body>
@@ -260,58 +260,6 @@
 
 </body>
 </section>
-<section id="cleanup">
-<title>Cleaning Up KDE</title>
-<body>
-
-<p>
-In order to minimize issues, it is best to begin with a clean environment. This
-is recommended for the following cases:
-</p>
-
-<ul>
- <li>Moving from <c>+kdeprefix</c> to <c>-kdeprefix</c> (and vice versa)</li>
- <li>
-   Downgrading KDE (eg. from snapshots/live ebuilds to the Portage version)
- </li>
- <li>Fully upgrading from KDE 3 to KDE 4 (and vice versa)</li>
- <li>Moving from an old overlay</li>
-</ul>
-
-<p>
-A possible way of completely removing an old KDE installation in this case is:
-</p>
-
-<pre caption="Unmerging command">
-# <i>emerge -ac kde-base/kdelibs $(qlist -IC 'kde-base/*') \
-             $(for name in $(qlist -IC|grep -v '^kde-base/') ; do (  qdepends -C $name | grep -q kdelibs )  &amp;&amp; echo $name  ; done)</i>
-</pre>
-
-<p>
-Note that this will remove not just kde but also all other packages depending on it, 
-as e.g. libreoffice[kde].
-</p>
-
-<p>
-Using portage-2.2 you can also do the following:
-</p>
-
-<pre caption="Unmerging command using sets (i.e. portage-2.2)">
-# <i>emerge -C @kde-4.X @kdebase-4.X @kde-3.5</i>(using the typical sets)
-</pre>
-
-<p>
-As a final step you should remove any old overlay so that there are no conflicts
-with the KDE ebuilds. You should remove the old unmask and/or keyword data, too.
-</p>
-
-<note>
-Don't forget to run <c>emerge --depclean</c> in order to uninstall any
-now unneeded dependencies.
-</note>
-
-</body>
-</section>
 
 <section>
 <title>Localization/Internationalization</title>





^ permalink raw reply	[flat|nested] 99+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
@ 2013-01-02  9:57 Michael Palimaka (kensington)
  0 siblings, 0 replies; 99+ messages in thread
From: Michael Palimaka (kensington) @ 2013-01-02  9:57 UTC (permalink / raw
  To: gentoo-commits

kensington    13/01/02 09:57:57

  Modified:             kde4-guide.xml
  Log:
  The remained of the KDE 4 guide has been migrated to the wiki, wrt bug #432272.

Revision  Changes    Path
1.108                xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.107&r2=1.108

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- kde4-guide.xml	6 Sep 2012 11:41:50 -0000	1.107
+++ kde4-guide.xml	2 Jan 2013 09:57:57 -0000	1.108
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.107 2012/09/06 11:41:50 johu Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.108 2013/01/02 09:57:57 kensington Exp $ -->
 
-<guide>
+<guide disclaimer="obsolete" redirect="http://wiki.gentoo.org/wiki/KDE">
 <title>Gentoo KDE Guide</title>
 
 <author title="Author">
@@ -39,243 +39,19 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.23</version>
-<date>2012-09-06</date>
+<version>4</version>
+<date>2013-01-02</date>
 
 <chapter>
-<title>KDE SC 4</title>
-<section>
-<title>Introduction</title>
-<body>
+<title>Moved</title>
 
-<note>
-This guide is being migrated step by step to the Gentoo wiki. All information
-about installing the KDE versions available in the main Portage tree has already
-been moved.
-<uri link="http://wiki.gentoo.org/wiki/KDE">Visit the wiki page</uri> for more
-information.
-</note>
-</body>
-</section>
-</chapter>
+<section>
 
-<chapter id="kde_overlay">
-<title>Installing KDE SC snapshots and live ebuilds from Overlay</title>
-<section id="kde_overlay_prerequisites">
-<title>Prerequisites</title>
 <body>
-<p>
-Installing snapshots and live ebuilds are only available through <c>kde</c> overlay, so first
-thing is to install it:
-</p>
-
-<pre caption="Installing kde overlay">
-# <i>layman -f -a kde</i>
-<comment>For more information regarding overlays, please read the <uri
-link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
-</pre>
 
 <impo>
-The <c>kde overlay</c> uses the thin manifest layout. For this
-<c>sys-apps/portage-2.1.10.18</c> or greater is required. Otherwise you will
-get missing manifest errors.
-</impo> 
-
-</body>
-</section>
-
-<section id="snapshots">
-<title>Installing KDE SC snapshots</title>
-<body>
-
-<p>
-During testing phases KDE upstream provides <uri link="ftp://ftp.kde.org/pub/kde/unstable">
-snapshots</uri> taken from the git source repositories. Beta and Release Candidate KDE
-releases are following the snapshot model below:
-</p>
-
-<table>
-  <tr>
-    <th>KDE SC Version</th>
-    <th>Release Name</th>
-  </tr>
-  <tr>
-    <ti>4.x.80</ti>
-    <ti>Beta 1</ti>
-  </tr>
-  <tr>
-    <ti>4.x.90</ti>
-    <ti>Beta 2</ti>
-  </tr>
-  <tr>
-    <ti>4.x.95</ti>
-    <ti>Release Candidate 1</ti>
-  </tr>
-  <tr>
-    <ti>4.x.97</ti>
-    <ti>Release Candidate 2</ti>
-  </tr>
-</table>
-
-<note>
-Currently there are no snapshots available.
-</note>
-
-<!-- Enable this if first KDE SC 4.10 Snapshot is in overlay available -->
-<!--
-<p>
-Users with stable systems have to keyword the packages to proceed. We provide a
-package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
-4.9.80 should also be masked. We should symlink the files:
-</p>
-
-<pre caption="Creating symlink of the keywords file">
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.10.keywords /etc/portage/package.keywords/</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.10 /etc/portage/package.unmask/</i>
-</pre>
-
-<p>
-The installation can be done either by using the meta packages or by using
-sets.
-</p>
-
-<pre caption="Installation using meta packages">
-# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
-<pre caption="Installation using sets">
-<comment>(For KDE SC 4.10 Snapshots)</comment>
-# <i>emerge -av @kde-4.10</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.10 @kdegames-4.10</i> <comment>(installation of chosen modules only)</comment>
-</pre>
--->
-
-</body>
-</section>
-<section id="live">
-<title>Installing KDE SC live ebuilds</title>
-<body>
-
-<p>
-KDE SC is Open Source, with its code being available for browsing through <uri
-link="http://quickgit.kde.org">KDE QuickGit</uri>, and for public checkout. 
-Gentoo, as a source based distro, has the ability to provide live ebuilds that 
-checkout the code either from the latest branch or from trunk. Currently, we 
-provide 4.9.49.9999 ebuilds from 4.9 branch and 9999 ebuilds from trunk.
-</p>
-
-<table>
-  <tr>
-    <th>Ebuilds Version</th>
-    <th>KDE SC Version</th>
-  </tr>
-  <tr>
-    <ti>4.9.49.9999</ti>
-    <ti>KDE 4.9 Branch</ti>
-  </tr>
-  <tr>
-    <ti>9999</ti>
-    <ti>KDE 4 Trunk</ti>
-  </tr>
-</table>
-
-<p>
-Users with stable systems have to keyword the packages to proceed.  We provide a
-package.keyword file in <c>kde</c> overlay, which we'll have to symlink
-to our package.keywords directory:
-</p>
-
-<pre caption="Creating symlink of the keywords file">
-# <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.9.49.9999.keywords .</i><comment>(for 4.9 Branch)</comment>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
-</pre>
-
-<p>
-The installation can be done either by using the meta packages or by using
-sets.
-</p>
-
-<pre caption="Installation using meta packages">
-# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
-</pre>
-
-<pre caption="Installation using sets">
-<comment>(For KDE SC 4.9 Branch)</comment>
-# <i>emerge -av @kde-4.9</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.9 @kdegames-4.9</i> <comment>(installation of chosen modules only)</comment>
-<comment>(For KDE SC Trunk)</comment>
-# <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>
-
-<comment>See the <uri link="#sets">Using Sets</uri> section for more information.</comment>
-</pre>
-
-</body>
-</section>
-</chapter>
-<chapter>
-<title>Additional Installation</title>
-<section id="sets">
-<title>Using Sets</title>
-<body>
-
-<p>
-One of the new features provided by Portage 2.2 is sets, which can be used
-as replacement for the metapackages. In general this is not recommended, 
-however it may provide advantages if you are using live ebuilds. Sets for the kde
-packages can be obtained from the
-<c>kde</c> overlay <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets">sets
-directory</uri> or grab them as a <uri
-link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=snapshot;h=5b2fc54fa5d1c8aeddaeb05f044bf28754bb18be;sf=tbz2">
-tar.bz2 archive</uri> and put the ones you like in <path>/etc/portage/sets</path> --
-you can browse the list of sets provided by the KDE team in the overlay
-by using the first link.
-</p>
-
-<note>
-If you are using the kde overlay you can use sets directly
-instead of copying them to <path>/etc/portage/sets</path>.
-</note>
-
-<p>
-Amongst others, there are sets for each KDE tarball - @kdeaccessibility,
-@kdeadmin, @kdeartwork, @kdebase, @kdeedu, @kdegames, @kdegraphics,
-@kdemultimedia, @kdenetwork, @kdepim, @kdesdk, @kdetoys, and @kdeutils. There is
-also a set of sets (the equivalent to the old kde-meta package) @kde, and the
-same for specific versions @kde-3.5 and @kde-4x, a set for KDE deps @kdedeps, a
-set for optional packages @kdeoptional and a set for the split qt packages
-@qt-split.
-</p>
-
-<p>
-One can install the complete KDE by running <c>emerge -av @kde</c>. The specific
-version equivalents are very useful to uninstall an old version, e.g. <c>emerge
--C @kde-3.5</c>, or to reinstall all packages from a specific version, e.g.
-<c>emerge -av1 @kde-4x</c>. 
-</p>
-
-</body>
-</section>
-
-<section>
-<title>Localization/Internationalization</title>
-<body>
-
-<p>
-With new KDE there is new translators effort in Localization instead of
-Internationalization. This cause some confusion, but don't worry; just the name
-has been changed.
-</p>
-
-<pre caption="Getting the translations">
-<comment>For KDE 4 and Calligra:</comment>
-# <i>emerge kde-l10n</i>
-# <i>emerge calligra-l10n</i>
-</pre>
+This guide has moved to the <uri link="http://wiki.gentoo.org/wiki/KDE">Gentoo Wiki</uri>.
+</impo>
 
 </body>
 </section>





^ permalink raw reply	[flat|nested] 99+ messages in thread

end of thread, other threads:[~2013-01-02  9:58 UTC | newest]

Thread overview: 99+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27 19:04 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml Theo Chatzimichos (tampakrap)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-02  9:57 Michael Palimaka (kensington)
2012-09-06 11:41 Johannes Huber (johu)
2012-08-30 17:16 Andreas HAttel (dilfridge)
2012-08-30 12:23 Andreas HAttel (dilfridge)
2012-08-26 17:36 Johannes Huber (johu)
2012-08-22 22:23 Johannes Huber (johu)
2012-08-17 11:16 Johannes Huber (johu)
2012-08-07 13:25 Johannes Huber (johu)
2012-08-07 11:23 Johannes Huber (johu)
2012-08-02 10:50 Johannes Huber (johu)
2012-08-02  0:04 Johannes Huber (johu)
2012-07-11 20:04 Michael Palimaka (kensington)
2012-07-11 20:02 Michael Palimaka (kensington)
2012-06-22 10:07 Johannes Huber (johu)
2012-05-25 19:56 Johannes Huber (johu)
2012-05-11 22:48 Johannes Huber (johu)
2012-05-08 15:52 Johannes Huber (johu)
2012-04-12  7:11 Johannes Huber (johu)
2012-03-23  9:18 Johannes Huber (johu)
2012-03-19  9:41 Johannes Huber (johu)
2012-02-21 13:23 Johannes Huber (johu)
2012-01-25 22:07 Johannes Huber (johu)
2012-01-17 13:40 Johannes Huber (johu)
2012-01-03 14:28 Johannes Huber (johu)
2011-12-21 13:16 Johannes Huber (johu)
2011-12-18 19:48 Andreas HAttel (dilfridge)
2011-12-18 17:45 Johannes Huber (johu)
2011-11-20 18:09 Andreas HAttel (dilfridge)
2011-11-04 22:31 Andreas HAttel (dilfridge)
2011-08-27 16:29 Andreas HAttel (dilfridge)
2011-07-27 13:47 Theo Chatzimichos (tampakrap)
2011-04-22 21:04 Andreas HAttel (dilfridge)
2011-04-10 17:53 Andreas HAttel (dilfridge)
2011-03-07 23:31 Theo Chatzimichos (tampakrap)
2011-02-06  0:05 JosA MarAa Alonso (nimiux)
2011-02-04 16:17 Theo Chatzimichos (tampakrap)
2011-02-01  8:35 Theo Chatzimichos (tampakrap)
2011-02-01  6:24 Theo Chatzimichos (tampakrap)
2011-01-29 15:19 Theo Chatzimichos (tampakrap)
2011-01-29 12:48 Theo Chatzimichos (tampakrap)
2010-12-28  2:03 Theo Chatzimichos (tampakrap)
2010-12-08 16:11 Theo Chatzimichos (tampakrap)
2010-11-27 15:16 Theo Chatzimichos (tampakrap)
2010-11-03 19:15 Theo Chatzimichos (tampakrap)
2010-08-16 12:05 Maciej Mrozowski (reavertm)
2010-08-14 14:42 Theo Chatzimichos (tampakrap)
2010-08-14 13:54 Theo Chatzimichos (tampakrap)
2010-06-18 13:43 Alex Alexander (wired)
2010-04-13  9:09 Tomas Chvatal (scarabeus)
2010-04-05 16:28 Dror Levin (spatz)
2010-03-23 13:01 Theo Chatzimichos (tampakrap)
2010-03-03 14:55 Theo Chatzimichos (tampakrap)
2010-03-03 14:53 Theo Chatzimichos (tampakrap)
2010-03-03 14:36 Theo Chatzimichos (tampakrap)
2010-03-03  1:55 Theo Chatzimichos (tampakrap)
2010-03-02 21:50 Theo Chatzimichos (tampakrap)
2010-01-27  3:34 Joshua Saddler (nightmorph)
2010-01-27  0:31 Jonathan Callen (abcd)
2010-01-11  5:02 Joshua Saddler (nightmorph)
2010-01-11  5:01 Joshua Saddler (nightmorph)
2009-11-16 13:29 Tomas Chvatal (scarabeus)
2009-11-13  0:40 Joshua Saddler (nightmorph)
2009-08-07 20:05 Theo Chatzimichos (tampakrap)
2009-08-07 13:36 Theo Chatzimichos (tampakrap)
2009-08-07 13:28 Theo Chatzimichos (tampakrap)
2009-08-07  7:30 Theo Chatzimichos (tampakrap)
2009-08-05 15:07 Theo Chatzimichos (tampakrap)
2009-08-05 14:58 Theo Chatzimichos (tampakrap)
2009-08-05 14:18 Theo Chatzimichos (tampakrap)
2009-07-20  8:02 Alex Alexander (wired)
2009-07-16  8:32 Tomas Chvatal (scarabeus)
2009-07-10  8:22 Theo Chatzimichos (tampakrap)
2009-07-03  0:51 Theo Chatzimichos (tampakrap)
2009-07-01 13:00 Theo Chatzimichos (tampakrap)
2009-07-01 12:01 Theo Chatzimichos (tampakrap)
2009-06-29 23:05 Tomas Chvatal (scarabeus)
2009-06-26 20:40 Theo Chatzimichos (tampakrap)
2009-06-22 17:22 Theo Chatzimichos (tampakrap)
2009-06-22 17:20 Theo Chatzimichos (tampakrap)
2009-06-22 16:58 Tobias Heinlein (keytoaster)
2009-06-20 11:50 Alexey Shvetsov (alexxy)
2009-02-18  2:10 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-02-14 23:13 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-02-14 20:25 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30 13:19 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30 10:52 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30  4:55 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30  4:42 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-11-16 19:25 Tomas Chvatal (scarabeus)
2008-10-27 12:10 Tomas Chvatal (scarabeus)
2008-10-26 14:56 Tomas Chvatal (scarabeus)
2008-10-11 10:11 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-10 17:16 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-07 19:42 Tobias Heinlein (keytoaster)
2008-10-07 17:47 Tobias Heinlein (keytoaster)
2008-10-07 16:39 Tobias Heinlein (keytoaster)
2008-10-06 11:27 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-06  3:25 Jorge Manuel B. S. Vicetto (jmbsvicetto)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox