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

jmbsvicetto    08/09/29 01:00:53

  Modified:             index.xml
  Added:                kde4-guide.xml
  Log:
  Added the new KDE4 guide and updated the links on the index page.

Revision  Changes    Path
1.41                 xml/htdocs/proj/en/desktop/kde/index.xml

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

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- index.xml	20 Sep 2008 15:16:35 -0000	1.40
+++ index.xml	29 Sep 2008 01:00:53 -0000	1.41
@@ -288,7 +288,8 @@
         <uri link="kde-expat-upgrading.xml">Upgrading to KDE 3.5.7/8: Frequently
         Asked Questions</uri>
       </li>
-      <li><uri link="kde4.xml">KDE 4.0 Guide</uri></li>
+      <li><uri link="kde4-guide.xml">KDE 4.X Guide (new version)</uri></li>
+      <li><uri link="kde4.xml">KDE 4.0 Guide (old and outdated)</uri></li>
     </ul>
   </li>
 </ul>



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.1&content-type=text/plain

Index: kde4-guide.xml
===================================================================
<?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 $ -->

<guide link="proj/en/desktop/kde/kde4.xml" lang="en">
<title>Gentoo KDE 4.1 Guide</title>

<author title="Author">
	<mail link="tomas.chvatal@gmail.com">Tomáš Chvátal</mail>
</author>
<author title="Author">
	<mail link="jmbsvicetto"/>
</author>
<author title="Author">
	<mail link="cryos" />
</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.
</abstract>

<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>

<version>0.2</version>
<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 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>
			<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 $(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)">
# <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>

<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>
		<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>
			<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>
			<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>
			</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>
			</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>

<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. Look in the sets directory for a list of the sets provided by the KDE team.</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 KDE 3.X</title>
	<section>
		<title>Configuration transition</title>
		<body>
			<p>TODO</p>
		</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">
# <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>
</chapter>
</guide>






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: index.xml kde4-guide.xml
@ 2009-01-30  3:51 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 7+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-01-30  3:51 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/01/30 03:51:34

  Modified:             index.xml kde4-guide.xml
  Log:
  Updated index.xml to reflect last changes and rewrote a few sections in the kde4-guide
  to have it apply to both 4.2 and 4.1.

Revision  Changes    Path
1.57                 xml/htdocs/proj/en/desktop/kde/index.xml

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

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- index.xml	29 Jan 2009 03:10:17 -0000	1.56
+++ index.xml	30 Jan 2009 03:51:34 -0000	1.57
@@ -7,7 +7,7 @@
 <name>KDE</name>
 <longname>Gentoo KDE Project</longname>
 
-<date>2008-11-22</date>
+<date>2009-01-30</date>
 
 <author title="Author">
   <mail link="caleb@gentoo.org">Caleb Tennis</mail>



1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.12&r2=1.13

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- kde4-guide.xml	16 Nov 2008 19:25:48 -0000	1.12
+++ kde4-guide.xml	30 Jan 2009 03:51:34 -0000	1.13
@@ -1,9 +1,9 @@
 <?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.12 2008/11/16 19:25:48 scarabeus Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.13 2009/01/30 03:51:34 jmbsvicetto Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
-<title>Gentoo KDE 4.1 Guide</title>
+<title>Gentoo KDE 4.X Guide</title>
 
 <author title="Author">
   <mail link="scarabeus" />
@@ -19,7 +19,7 @@
 </author>
 
 <abstract>
-This guide demonstrates how to setup KDE 4.1 using the ebuilds in the tree. Some
+This guide demonstrates how to setup KDE 4.X using the ebuilds in the tree. Some
 tools from the KDE team's git overlay (kde-testing) will be used.
 </abstract>
 
@@ -27,8 +27,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>0.3</version>
-<date>2008-10-23</date>
+<version>0.4</version>
+<date>2009-01-30</date>
 
 <chapter>
 <title>Cleaning up</title>
@@ -72,10 +72,12 @@
 <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. If you're running ~arch and don't want to update to 4.1,
-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>.
+file to be able to install 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>
@@ -144,7 +146,12 @@
 <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>
+
+<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>.
+</warn>
+
 <p>
 One of the new features provided by Portage 2.2 is sets.
 </p>
@@ -156,12 +163,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> 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.
+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> --
+you can browse the list of sets provided by the KDE team in the overlay
+by using the first link.
 </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,
@@ -203,9 +210,9 @@
 </note>
 
 <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 (<c>sys-apps/portage-2.1.6</c> will backport this feature).
+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).
 </note>
 
 </body>
@@ -215,12 +222,14 @@
 <body>
 
 <note>
-This method is provided to ease the transition to the new sets. There will be no
-meta ebuilds for KDE 4.2.
+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.
 </note>
 
 <pre caption="emerge meta packages">
-# <i>emerge kde-meta:4.1</i>
+# <i>emerge kde-meta:4.X</i>
 </pre>
 
 </body>
@@ -252,19 +261,20 @@
 
 <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
+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.1 use the same configuration
+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 <e>~/.kde</e> and the default FHS (-kdeprefix) KDE 4.1 uses
+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>, <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
+configuration directory will default to <e>~/.kde4.1</e>, for KDE 4.2 it will
+be <e>~/.kde4.2</e> 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.
 </p>
 
@@ -331,10 +341,10 @@
 cookies.
 </note>
 
-<pre caption="Running change_slot to update the slot from 4 to 4.1">
-# <i>change_slot kde 4 4.1</i>
-# <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 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>
@@ -471,7 +481,7 @@
 </section>
 </chapter>
 <chapter>
-<title>Uninstalling KDE 4.x</title>
+<title>Uninstalling KDE 4.X</title>
 <section>
 <title>Removing all KDE packages</title>
 <body>






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: index.xml kde4-guide.xml
@ 2009-11-16 19:33 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 7+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-11-16 19:33 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/11/16 19:33:26

  Modified:             index.xml kde4-guide.xml
  Log:
  revbump kde4-guide from when i touched it (forgot to), plus revbump the index for spatz joining the kde team

Revision  Changes    Path
1.93                 xml/htdocs/proj/en/desktop/kde/index.xml

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

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- index.xml	14 Nov 2009 19:49:11 -0000	1.92
+++ index.xml	16 Nov 2009 19:33:26 -0000	1.93
@@ -7,7 +7,7 @@
 <name>KDE</name>
 <longname>Gentoo KDE Project</longname>
 
-<date>2009-11-12</date>
+<date>2009-11-16</date>
 
 <author title="Author">
   <mail link="caleb"/>



1.42                 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.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.41&r2=1.42

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- kde4-guide.xml	16 Nov 2009 13:29:17 -0000	1.41
+++ kde4-guide.xml	16 Nov 2009 19:33:26 -0000	1.42
@@ -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.41 2009/11/16 13:29:17 scarabeus Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.42 2009/11/16 19:33:26 nightmorph Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -33,8 +33,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>0.6</version>
-<date>2009-06-26</date>
+<version>0.7</version>
+<date>2009-11-16</date>
 
 <chapter>
 <title>KDE 3</title>






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: index.xml kde4-guide.xml
@ 2009-12-02 11:44 Alex Alexander (wired)
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Alexander (wired) @ 2009-12-02 11:44 UTC (permalink / raw
  To: gentoo-commits

wired       09/12/02 11:44:31

  Modified:             index.xml kde4-guide.xml
  Log:
  kde-testing -> kde overlay update

Revision  Changes    Path
1.94                 xml/htdocs/proj/en/desktop/kde/index.xml

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

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- index.xml	16 Nov 2009 19:33:26 -0000	1.93
+++ index.xml	2 Dec 2009 11:44:31 -0000	1.94
@@ -141,7 +141,7 @@
 <body>
 <p>
 Some additional applications, as well as snapshot and live ebuilds for KDE 4,
-are located in the official <e>kde-testing</e> overlay, available via layman.
+are located in the official <e>kde</e> overlay, available via layman.
 Things in there are considered not stable enough for the tree, but are used
 for testing. If you are a bold and daring Gentoo user, you can help us with
 testing these ebuilds.



1.43                 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.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.42&r2=1.43

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- kde4-guide.xml	16 Nov 2009 19:33:26 -0000	1.42
+++ kde4-guide.xml	2 Dec 2009 11:44:31 -0000	1.43
@@ -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.42 2009/11/16 19:33:26 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.43 2009/12/02 11:44:31 wired Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -26,7 +26,7 @@
 
 <abstract>
 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.
+tools from the KDE team's git overlay (kde) will be used.
 </abstract>
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
@@ -107,7 +107,7 @@
 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
+<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>
 
@@ -225,7 +225,7 @@
 </body>
 </section>
 <section id="snapshots">
-<title>Installing KDE 4.3.X snapshots (from kde-testing overlay)</title>
+<title>Installing KDE 4.3.X snapshots (from kde overlay)</title>
 <body>
 
 <warn>
@@ -270,12 +270,12 @@
 </note>
 
 <p>
-Snapshots are only available through <c>kde-testing</c> overlay, so you first
+Snapshots are only available through <c>kde</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>
+<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>
@@ -285,7 +285,7 @@
 work yourself, you can install the repo directly:
 </p>
 
-<pre caption="Installing kde-testing overlay directly">
+<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>
@@ -293,13 +293,13 @@
 
 <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
+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.3.keywords file">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.4.keywords .</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.4.keywords .</i>
 </pre>
 
 <p>
@@ -320,7 +320,7 @@
 </body>
 </section>
 <section id="live">
-<title>Installing KDE live ebuilds (from kde-testing overlay)</title>
+<title>Installing KDE live ebuilds (from kde overlay)</title>
 <body>
 
 <warn>
@@ -362,26 +362,26 @@
 </note>
 
 <p>
-Live ebuilds are only available through <c>kde-testing</c> overlay, so first
+Live ebuilds are only available through <c>kde</c> overlay, so first
 thing is to install it:
 </p>
 
-<pre caption="Installing kde-testing overlay">
-# <i>layman -f -a kde-testing</i>
+<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-testing</c> overlay, which we'll have to symlink
+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.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.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>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.3.9999.keywords .</i><comment>(for 4.3 Branch)</comment>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE 4.4 Trunk)</comment>
 </pre>
 
 <p>
@@ -415,7 +415,7 @@
 <body>
 
 <p>
-In kde-testing you may find live ebuilds of KDE 4 applications. These are
+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.
@@ -423,7 +423,7 @@
 
 <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
+kde and a set with Qt live applications, @qt-extras-live, in qting-edge
 overlay.
 </note>
 
@@ -451,7 +451,7 @@
 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
-<c>kde-testing</c> overlay <uri
+<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">
@@ -461,7 +461,7 @@
 </p>
 
 <note>
-If you are using the kde-testing overlay you can use sets directly
+If you are using the kde overlay you can use sets directly
 instead of copying them to <path>/etc/portage/sets</path>.
 </note>
 
@@ -645,7 +645,7 @@
 </p>
 
 <note>
-Many plasmoids are in the kde-testing overlay.
+Many plasmoids are in the kde overlay.
 </note>
 
 </body>






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: index.xml kde4-guide.xml
@ 2010-01-10 23:39 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 7+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-01-10 23:39 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/01/10 23:39:48

  Modified:             index.xml kde4-guide.xml
  Log:
  some fixes to kde4 guide, and to main page mostly about kde-sunset

Revision  Changes    Path
1.100                xml/htdocs/proj/en/desktop/kde/index.xml

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

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- index.xml	8 Jan 2010 02:30:54 -0000	1.99
+++ index.xml	10 Jan 2010 23:39:47 -0000	1.100
@@ -52,7 +52,7 @@
 
 <longdescription>
 
-<note>For support and installation instructions please refer to  <uri 
+<note>For support and installation instructions please refer to <uri 
 link="#doc_chap4">Support and assistance Section</uri></note>
 
 <p>
@@ -120,7 +120,7 @@
 </body>
 </section>
 <section>
-<title>KDE-3.5</title>
+<title>KDE 3.5</title>
 <body>
 
 <p>
@@ -130,7 +130,11 @@
 been moved there. 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.
+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>.
 </p>
 
 <p>
@@ -254,30 +258,36 @@
 <body>
 
 <p>
-There are several ways to get support with KDE related issues. You can:
+There are several ways to get support with KDE related issues:
 </p>
 
 <ul>
   <li>
-    Join <uri link="irc://irc.freenode.net/gentoo-kde">#gentoo-kde</uri> on the
-    Freenode IRC network. You'll find some of the team members there most of
-    the time.
+    To install KDE on Gentoo, use the <uri link="kde4-guide.xml">Gentoo KDE
+    Guide</uri>. This guide covers the installation of KDE 3.5, KDE 4, and the
+    various KDE 3/4 applications, plus some FAQ, hints, and troubleshooting 
+    sections.
   </li>
   <li>
-    Address your concerns in the Gentoo Forums. Not all of us are avid forums
-    users but many experienced users and some developers are likely to be able
-    to help you.
+    You can join <uri link="irc://irc.freenode.net/gentoo-kde">#gentoo-kde</uri>
+    on the Freenode IRC network. You'll find some of the team members there most
+    of the time.
   </li>
   <li>
-    Of course, you can also file a bug report at Gentoo's Bugzilla (do not
-    forget to add your <c>emerge --info</c> and the output of <c>emerge -pv
-    &lt;package&gt;</c>).
+    You can address your concerns in the Gentoo Forums. Not all of us are avid
+    forums users but many experienced users and some developers are likely to be
+    able to help you.
   </li>
   <li>
-    To install KDE on Gentoo, use the <uri link="kde4-guide.xml">Gentoo KDE
-    Guide</uri>. This guide covers the installation of KDE 3.5, KDE 4, and the
-    various KDE 3/4 applications, and also provides some FAQ, hints, and
-    troubleshooting sections.
+    The KDE team uses the <uri link="http://archives.gentoo.org/gentoo-desktop/">gentoo-desktop</uri>
+    mailing list very often, to discuss about problems, announce various things
+    (like meetings or important changes) or even get in touch with users and solve
+    problems. Instructions on how to subscribe can be found <uri
+    link="http://www.gentoo.org/main/en/lists.xml">here</uri>.
+  </li>
+  <li>
+    Of course, you can also file a bug report. Please read the chapter
+    <uri link="#doc_chap6">How to report bugs</uri> before.
   </li>
 </ul>
 
@@ -343,4 +353,44 @@
 </section>
 </extrachapter>
 
+<extrachapter position="goals">
+<title>How to report bugs</title>
+<section>
+<body>
+
+<p>
+When you encounter a bug, this should always be reported. The best thing you
+could do is to check if it is already reported, and if not, report to the right
+people. When in doubt about the bug being a gentoo's fault or an upstream bug,
+this is the pattern that is usually used:
+</p>
+
+<ul>
+  <li>
+    If the bug is a runtime issue (crash or wrong package behaviour), it should
+    be reported upstream. You can report a bug to us as well if you want, so we can
+    track it and backport the patch. If you don't have kdebase-runtime-meta installed,
+    then please install it first, and if you are able to reproduce, then go ahead
+    and file the upstream bug. If you are not able to reproduce, then please report
+    the bug only to Gentoo, with all that information.
+  </li>
+  <li>
+    If the bug is a build failure, a depedency error or a general ebuild bug, it
+    should reported to us.
+  </li>
+  <li>
+    If you are still in doubt, we'd prefer a bug to us, so we can guide you then.
+  </li>
+</ul>
+
+<note>
+Before reporting the bug, make sure you have searched for similar bugs and
+that you haven't found your solution to the <uri
+link="kde4-guide.xml#doc_chap4">Hints and Troubleshooting</uri> section of the guide
+</note>
+
+</body>
+</section>
+</extrachapter>
+
 </project>



1.44                 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.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.43&r2=1.44

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- kde4-guide.xml	2 Dec 2009 11:44:31 -0000	1.43
+++ kde4-guide.xml	10 Jan 2010 23:39:47 -0000	1.44
@@ -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.43 2009/12/02 11:44:31 wired Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.44 2010/01/10 23:39:47 tampakrap Exp $ -->
 
 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
 <title>Gentoo KDE Guide</title>
@@ -26,7 +26,7 @@
 
 <abstract>
 This guide demonstrates how to setup KDE using the ebuilds in the tree. Some
-tools from the KDE team's git overlay (kde) will be used.
+tools from the KDE team's git overlay (kde) may be used.
 </abstract>
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
@@ -39,57 +39,29 @@
 <chapter>
 <title>KDE 3</title>
 <section>
-<title>Introduction</title>
+<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. 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).
+been or are currently being ported to KDE 4.
 </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.
-</warn>
-
-</body>
-</section>
-<section>
-<title>KDE 3 Removal</title>
-<body>
-
 <p>
-Currently KDE 3.5.10 is masked for all architectures, as it is being removed
-from Portage.
+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>.
 </p>
 
-<p>
-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>
-
-<p>
-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>
-
-<note>
-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>
-
 </body>
 </section>
 </chapter>
@@ -101,9 +73,11 @@
 <body>
 
 <p>
-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
+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
 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
@@ -116,10 +90,10 @@
 </p>
 <table>
   <tr>
-    <ti><uri link="#kde_portage">KDE from Portage (currently 4.3.1)</uri></ti>
+    <ti><uri link="#kde_portage">KDE from Portage (currently 4.3.X)</uri></ti>
   </tr>
   <tr>
-    <ti><uri link="#snapshots">KDE snapshots (currently 4.3.X)</uri></ti>
+    <ti><uri link="#snapshots">KDE snapshots (currently 4.3.XX)</uri></ti>
   </tr>
   <tr>
     <ti><uri link="#live">KDE live ebuilds</uri></ti>
@@ -198,10 +172,9 @@
 </body>
 </section>
 <section id="kde_portage">
-<title>Installing KDE 4.3.1 (from Portage)</title>
+<title>Installing KDE 4.3.X (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.
@@ -222,10 +195,18 @@
 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;h=da0ba2026e09617535da6b50f4ff817de3814412;hb=HEAD">
+this</uri> keyword file and put it in your /etc/portage/package.keywords/ 
+folder.
+</note>
+
 </body>
 </section>
 <section id="snapshots">
-<title>Installing KDE 4.3.X snapshots (from kde overlay)</title>
+<title>Installing KDE 4.3.XX snapshots (from kde overlay)</title>
 <body>
 
 <warn>
@@ -235,7 +216,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.3.X snapshot series, and after the 4.4
+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:
 </p>
@@ -246,16 +227,20 @@
  <th>KDE Version</th>
 </tr>
 <tr>
- <ti>4.X.85</ti>
+ <ti>4.X.80</ti>
  <ti>KDE 4.X Beta 1</ti>
 </tr>
 <tr>
- <ti>4.X.90</ti>
+ <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</ti>
+ <ti>KDE 4.X Release Candidate 2</ti>
 </tr>
 </table>
 
@@ -297,12 +282,21 @@
 have to symlink to our package.keywords directory:
 </p>
 
-<pre caption="Creating symlink of the kde-4.3.keywords file">
+<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>
 
@@ -312,8 +306,8 @@
 </pre>
 
 <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>
+# <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>
 
@@ -328,12 +322,12 @@
 </warn>
 
 <p>
-KDE is Open Source, with its code being available for browsing through<uri
+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.3.9999 ebuilds from
-4.3 branch.
+the latest branch or from trunk. Currently, we provide 4.4.9999 ebuilds from
+4.4 branch.
 </p>
 
 <table>
@@ -342,12 +336,12 @@
  <th>KDE Version</th>
 </tr>
 <tr>
- <ti>4.3.9999</ti>
- <ti>KDE 4.3.Branch</ti>
+ <ti>4.4.9999</ti>
+ <ti>KDE 4.4.Branch</ti>
 </tr>
 <tr>
  <ti>9999</ti>
- <ti>KDE 4 Trunk (currently 4.4)</ti>
+ <ti>KDE 4 Trunk</ti>
 </tr>
 </table>
 
@@ -380,8 +374,8 @@
 
 <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.3.9999.keywords .</i><comment>(for 4.3 Branch)</comment>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE 4.4 Trunk)</comment>
+# <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-live.keywords .</i><comment>(for KDE Trunk)</comment>
 </pre>
 
 <p>
@@ -390,19 +384,19 @@
 </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>
+<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 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>
-# <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>
+<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 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>
@@ -422,9 +416,9 @@
 </p>
 
 <note>
-There is also a set with live KDE 4 applications, @kde-extras-live, in
-kde 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 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>






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: index.xml kde4-guide.xml
@ 2010-03-31 14:24 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 7+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-03-31 14:24 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/03/31 14:24:23

  Modified:             index.xml kde4-guide.xml
  Log:
  add log and summary of feb meeting, slight update to guide due to 4.4.2 release

Revision  Changes    Path
1.110                xml/htdocs/proj/en/desktop/kde/index.xml

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

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- index.xml	18 Mar 2010 20:46:12 -0000	1.109
+++ index.xml	31 Mar 2010 14:24:23 -0000	1.110
@@ -71,12 +71,10 @@
 <dev role="lead">scarabeus</dev>
 <dev role="member">abcd</dev>
 <dev role="member">alexxy</dev>
-<dev role="member">ayoy</dev>
 <dev role="member">carlo</dev>
 <dev role="member">cryos</dev>
 <dev role="member">dagger</dev>
 <dev role="member">deathwing00</dev>
-<dev role="member">hwoarang</dev>
 <dev role="member">jmbsvicetto</dev>
 <dev role="member">keytoaster</dev>
 <dev role="member">mrpouet</dev>
@@ -169,6 +167,12 @@
   <th>Summary</th>
 </tr>
 <tr>
+  <ti>March 18, 2010</ti>
+  <ti>alexxy, jmbsvicetto, patrick, scarabeus, spatz, tampakrap, wired</ti>
+  <ti><uri link="meeting-logs/kde-project-meeting-log-20100318.txt">20100318</uri></ti>
+  <ti><uri link="meeting-logs/kde-project-meeting-summary-20100318.txt">20100318</uri></ti>
+</tr>
+<tr>
   <ti>February 25, 2010</ti>
   <ti>abcd, alexxy, jmbsvicetto, patrick, reavertm, scarabeus, spatz, ssuominen, tampakrap, wired</ti>
   <ti><uri link="meeting-logs/kde-project-meeting-log-20100225.txt">20100225</uri></ti>



1.55                 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.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.54&r2=1.55

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- kde4-guide.xml	23 Mar 2010 13:01:38 -0000	1.54
+++ kde4-guide.xml	31 Mar 2010 14:24:23 -0000	1.55
@@ -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.54 2010/03/23 13:01:38 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.55 2010/03/31 14:24:23 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -77,7 +77,7 @@
 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.1 (stable by upstream, but currently testing in Gentoo).
+Gentoo), and 4.4.2 (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
@@ -90,7 +90,7 @@
 </p>
 <table>
   <tr>
-    <ti><uri link="#kde_portage">KDE from Portage (currently 4.3.5 and 4.4.1)</uri></ti>
+    <ti><uri link="#kde_portage">KDE from Portage (currently 4.3.5 and 4.4.2)</uri></ti>
   </tr>
   <tr>
     <ti><uri link="#snapshots">KDE snapshots (currently 4.4.XX)</uri></ti>
@@ -103,7 +103,7 @@
 </body>
 </section>
 <section id="kde_portage">
-<title>Installing KDE 4.3.5 or 4.4.1 (from Portage)</title>
+<title>Installing KDE 4.3.5 or 4.4.2 (from Portage)</title>
 <body>
 
 <note>
@@ -126,7 +126,14 @@
 </pre>
 
 <p>
-<b>For KDE 4.4.1:</b>
+<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">






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: index.xml kde4-guide.xml
@ 2010-09-08 17:12 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 7+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-09-08 17:12 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/09/08 17:12:25

  Modified:             index.xml kde4-guide.xml
  Log:
  Remove snapshots installation guide as it is confusing with the kdepim snapshots that exist, and pretty useless until we release them again. Also, add 4.5.1 installation notes

Revision  Changes    Path
1.117                xml/htdocs/proj/en/desktop/kde/index.xml

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

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- index.xml	6 Sep 2010 12:55:40 -0000	1.116
+++ index.xml	8 Sep 2010 17:12:25 -0000	1.117
@@ -364,7 +364,7 @@
 
 <note>
 To become an HT, please read the <uri link="at/">document</uri> and contact the
-current KDE HT lead, <mail link="scarabeus"/>.
+current KDE HT lead, <mail link="tampakrap"/>.
 </note>
 
 <p>



1.62                 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.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.61&r2=1.62

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- kde4-guide.xml	16 Aug 2010 12:05:55 -0000	1.61
+++ kde4-guide.xml	8 Sep 2010 17:12:25 -0000	1.62
@@ -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.61 2010/08/16 12:05:55 reavertm Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.62 2010/09/08 17:12:25 tampakrap Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -34,7 +34,7 @@
 <license/>
 
 <version>2</version>
-<date>2010-08-14</date>
+<date>2010-09-08</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -90,11 +90,11 @@
 </p>
 <table>
   <tr>
-    <ti><uri link="#kde_portage">KDE SC from Portage (currently 4.4.5)</uri></ti>
+    <ti><uri link="#kde_portage">KDE SC from Portage (stable: 4.4.5, testing: 4.5.1)</uri></ti>
   </tr>
-  <tr>
+  <!--tr>
     <ti><uri link="#snapshots">KDE SC snapshots (currently 4.4.XX)</uri></ti>
-  </tr>
+  </tr-->
   <tr>
     <ti><uri link="#live">KDE live ebuilds (currently 4.4.9999, 4.5.9999, 9999)</uri></ti>
   </tr>
@@ -103,7 +103,7 @@
 </body>
 </section>
 <section id="kde_portage">
-<title>Installing KDE SC 4.4.5 (from Portage)</title>
+<title>Installing KDE SC 4.4.5 or 4.5.1 (from Portage)</title>
 <body>
 
 <note>
@@ -112,33 +112,44 @@
 </note>
 
 <p>
-The installation can be done either by using the meta packages or by using
-sets.
+KDE SC 4.4.5 is the currect stable release.
 </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 caption="Installation of KDE SC 4.4.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>
 
 <p>
-For installation using sets check the <uri link="#sets">Using Sets</uri>
-section.
+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
+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>
 
-<note>
-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>
+<pre caption="Installation of KDE SC 4.5.1 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>
 
-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>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>.
 </note>
 
+<p>
+For installation using sets instead of the meta packagescheck the <uri
+link="#sets">Using Sets</uri> section.
+</p>
+
 </body>
 </section>
-<section id="snapshots">
+<!--section id="snapshots">
 <title>Installing KDE 4.4.XX snapshots (from kde overlay)</title>
 <body>
 
@@ -151,7 +162,7 @@
 </p>
 
 </body>
-</section>
+</section-->
 <section id="live">
 <title>Installing KDE SC live ebuilds (from kde overlay)</title>
 <body>






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

end of thread, other threads:[~2010-09-08 17:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-29  1:00 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: index.xml kde4-guide.xml Jorge Manuel B. S. Vicetto (jmbsvicetto)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-30  3:51 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-11-16 19:33 Joshua Saddler (nightmorph)
2009-12-02 11:44 Alex Alexander (wired)
2010-01-10 23:39 Theo Chatzimichos (tampakrap)
2010-03-31 14:24 Theo Chatzimichos (tampakrap)
2010-09-08 17:12 Theo Chatzimichos (tampakrap)

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