* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-01-19 20:32 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-01-19 20:32 UTC (permalink / raw
To: gentoo-commits
ingmar 08/01/19 20:32:14
Added: kde4.xml
Log:
Added a guide to install KDE 4.0, by me. Thanks to Mark Kowarsky, Łukasz Damentko and Bernd Steinhauser for their help.
Revision Changes Path
1.1 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.1&content-type=text/plain
Index: kde4.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.xml,v 1.1 2008/01/19 20:32:14 ingmar Exp $ -->
<guide>
<!-- guide link="/doc/en/kde4.xml" -->
<title>Gentoo KDE 4.0 Guide</title>
<author title="Author">
<mail link="ingmar"/>
</author>
<author title="Author">
<mail link="mark_alec"/>
</author>
<abstract>
This guide provides the information needed to upgrade to and use KDE 4.0.
</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>1</version>
<date>2008-01-19</date>
<chapter>
<title>Installation</title>
<section>
<title>Removing any pre-release ebuilds</title>
<body>
<p>
If you used <uri link="http://genkdesvn.mailstation.de">the genkdesvn overlay</uri>,
it's advisable that you remove the KDE pre-releases from your system before upgrading.
For most users this should be as easy as running <c>layman -d kde</c>.
Also, if you modified any of the KDE related files in <path>/etc/env.d/</path>
you'll have to manually remove those.
</p>
</body>
</section>
<section>
<title>Enabling the necessary USE flags</title>
<body>
<p>
KDE 4.0 requires <c>x11-libs/qt:4</c> built with a set of minimal USE flags.
Add the following line to your <path>/etc/portage/package.use</path>.
</p>
<pre caption="Setting the necessary USE flags for x11-libs/qt:4">
x11-libs/qt:4 accessibility dbus gif jpeg png qt3support ssl zlib
</pre>
</body>
</section>
<section>
<title>Unmasking and keywording</title>
<body>
<p>
KDE 4.0.0 is currently hard-masked, so you will have to unmask it first
before you can emerge it. Users with <c>ACCEPT_KEYWORDS="~x86"</c> or
<c>ACCEPT_KEYWORDS="~amd64"</c> do not need to perform any other steps.
Any other users will need to place the packages in package.keywords.<br/>
<path>/etc/portage/package.unmask/</path> and <path>/etc/portage/package.keywords/</path>
can be directories, so you can save the following examples in those directories,
to unmask and keyword KDE 4.0.0.
</p>
<p>
<uri link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0;hb=HEAD">Example package.unmask</uri>
</p>
<p>
<uri link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0;hb=HEAD">Example package.keywords</uri>
</p>
</body>
</section>
</chapter>
<chapter>
<title>Changes from KDE 3.5</title>
<section>
<body>
<p>
KDE 4 represents a dramatic change in the desktop architecture to KDE 3.
One such change is the migration from autotools to cmake.
This means that you will now have a percentage progress during the compilation of KDE.
</p>
</body>
</section>
<section>
<title>The startkde script</title>
<body>
<p>
It is not recommended to let KDE 3.5 and KDE 4.0 share the same
configuration files. To prevent that the startkde scripts rewrite the <path>~/.kde</path>
symlink while KDE starts. This means that when you're in a KDE 4.0 session
your configuration from KDE 3.5 will be unavailable and vice versa.
</p>
</body>
</section>
<section>
<body>
<p>
Because of this, you should not run two different KDE versions as the same user,
at the same time. (Logging in to KDE 4.0, while KDE 3.5 is still running in the
background, under the same user.)
</p>
</body>
</section>
<section>
<title>Selecting the login manager</title>
<body>
<p>
By default the highest version of kde-base/kdm you have installed will start on login.
To configure this, open <path>/etc/conf.d/xdm</path> in your favorite text
editor and change the <c>DESKTOPMANAGER</c> variable to <c>kdm-3.5</c> or
<c>kdm-4.0</c>.
You can find possible versions for kdm by running <c>ls <path>/usr/kde/</path></c> in a shell.
</p>
<pre caption="Add the following to /etc/conf.d/xdm">
DESKTOPMANAGER=kdm-3.5
</pre>
</body>
</section>
</chapter>
<chapter>
<title>FAQ</title>
<section>
<title>Q: Can I install KDE 4.0 and KDE 3.5 at the same time?</title>
<body>
<p>
A: Yes, both versions are slotted, and can be installed at the same time.
Both versions of KDE use a different KDEHOME, so you can try KDE 4.0 as the same user,
without overwriting your KDE 3.5 settings.
</p>
</body>
</section>
<section>
<title>Q: You said I could install KDE 3.5 and KDE 4.0, but they block each other!</title>
<body>
<p>
A: You will need to install the latest revision (not version) of kde-base/kdebase
(if you use monolithic ebuilds) or kde-base/kdebase-startkde (if you use split ebuilds).
These versions have patches to allow multiple versions of KDE to coexist.
</p>
<p>
Note that these revisions haven't been stabilized yet, so if you use stable,
you'll have to keyword those revisions.
</p>
</body>
</section>
<section>
<title>Q: Why is KDE 4.0.0 hard-masked?</title>
<body>
<p>
A: KDE 4.0.0 is very much a technology release. It was not intended to be a complete
replacement for the KDE 3 series, yet. Many features are missing and many bugs will be found.
When KDE 4.x is at the stage that it offers a true upgrade path for users,
it will leave the hard-masked status.
</p>
</body>
</section>
<section>
<title>Q: Why is KDE 4.0.0 masked by EAPI?</title>
<body>
<p>
The KDE 4.0.0 ebuilds use slot dependencies, such as <c>kde-base/kdebase-startkde:kde-4</c>,
in the dependency syntax. You need a version of portage that understands these.
If you get this mask message, you should simply update portage to a sufficiently
new version.
</p>
<pre caption="Updating to a version of portage that supports EAPI=1">
emerge >=sys-apps/portage-2.1.3.12
</pre>
</body>
</section>
<section>
<title>Q: Where is KDE-PIM in KDE 4?</title>
<body>
<p>
KDE-PIM wasn't released with KDE 4.0.0, so unfortunately you won't find it in the
tree for a while. You can of course use the 3.5 versions of kmail,
akregator and their friends, together with KDE 4.0.0.
</p>
</body>
</section>
<section>
<title>Q: I tried KDE4 and realized I don't want it anymore,
what should I do to get rid of it?</title>
<body>
<p>
A: Remove KDE 4 from your package.keywords and package.unmask, then uninstall the
packages you installed.
Remember to update your DISPLAYMANAGER if you changed it to <c>kde-4.0</c> earlier.
</p>
</body>
</section>
<section>
<title>Q: Does this mean KDE 3.5 will be gone soon?</title>
<body>
<p>
A: Not at all! KDE 3.5 is very stable, and still gets minor bugfixes from upstream.
While KDE 3.5 won't see new features anymore, we do plan on maintaining it a long time.
</p>
</body>
</section>
</chapter>
</guide>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-01-19 21:09 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-01-19 21:09 UTC (permalink / raw
To: gentoo-commits
ingmar 08/01/19 21:09:20
Modified: kde4.xml
Log:
A few minor changes.
Revision Changes Path
1.2 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.1&r2=1.2
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kde4.xml 19 Jan 2008 20:32:14 -0000 1.1
+++ kde4.xml 19 Jan 2008 21:09:20 -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.xml,v 1.1 2008/01/19 20:32:14 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.2 2008/01/19 21:09:20 ingmar Exp $ -->
<guide>
<!-- guide link="/doc/en/kde4.xml" -->
@@ -155,13 +155,11 @@
<p>
A: You will need to install the latest revision (not version) of kde-base/kdebase
(if you use monolithic ebuilds) or kde-base/kdebase-startkde (if you use split ebuilds).
-These versions have patches to allow multiple versions of KDE to coexist.
+These versions include patches to allow multiple versions of KDE to coexist.
</p>
-<p>
-Note that these revisions haven't been stabilized yet, so if you use stable,
-you'll have to keyword those revisions.
-</p>
+<note>These revisions haven't been stabilized yet, so if you use stable,
+you'll have to keyword those revisions.</note>
</body>
</section>
@@ -189,7 +187,7 @@
new version.
</p>
<pre caption="Updating to a version of portage that supports EAPI=1">
-emerge >=sys-apps/portage-2.1.3.12
+emerge --oneshot >=sys-apps/portage-2.1.3.12
</pre>
</body>
</section>
@@ -211,8 +209,8 @@
what should I do to get rid of it?</title>
<body>
<p>
-A: Remove KDE 4 from your package.keywords and package.unmask, then uninstall the
-packages you installed.
+A: Remove KDE 4 from your <path>package.keywords</path> and
+<path>package.unmask</path>, then uninstall the packages you installed.
Remember to update your DISPLAYMANAGER if you changed it to <c>kde-4.0</c> earlier.
</p>
</body>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-01-20 5:56 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-01-20 5:56 UTC (permalink / raw
To: gentoo-commits
ingmar 08/01/20 05:56:16
Modified: kde4.xml
Log:
s/DESKTOPMANAGER/DISPLAYMANAGER/ as noticed by Alistair Bush.
Revision Changes Path
1.3 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.2&r2=1.3
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kde4.xml 19 Jan 2008 21:09:20 -0000 1.2
+++ kde4.xml 20 Jan 2008 05:56:16 -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.xml,v 1.2 2008/01/19 21:09:20 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.3 2008/01/20 05:56:16 ingmar Exp $ -->
<guide>
<!-- guide link="/doc/en/kde4.xml" -->
@@ -122,12 +122,12 @@
<p>
By default the highest version of kde-base/kdm you have installed will start on login.
To configure this, open <path>/etc/conf.d/xdm</path> in your favorite text
-editor and change the <c>DESKTOPMANAGER</c> variable to <c>kdm-3.5</c> or
+editor and change the <c>DISPLAYMANAGER</c> variable to <c>kdm-3.5</c> or
<c>kdm-4.0</c>.
You can find possible versions for kdm by running <c>ls <path>/usr/kde/</path></c> in a shell.
</p>
<pre caption="Add the following to /etc/conf.d/xdm">
-DESKTOPMANAGER=kdm-3.5
+DISPLAYMANAGER=kdm-3.5
</pre>
</body>
</section>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-01-20 11:27 Lukasz Damentko (rane)
0 siblings, 0 replies; 26+ messages in thread
From: Lukasz Damentko (rane) @ 2008-01-20 11:27 UTC (permalink / raw
To: gentoo-commits
rane 08/01/20 11:27:37
Modified: kde4.xml
Log:
fixed coding style and line wrapping
Revision Changes Path
1.4 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.3&r2=1.4
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kde4.xml 20 Jan 2008 05:56:16 -0000 1.3
+++ kde4.xml 20 Jan 2008 11:27:36 -0000 1.4
@@ -1,9 +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.xml,v 1.3 2008/01/20 05:56:16 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.4 2008/01/20 11:27:36 rane Exp $ -->
-<guide>
-<!-- guide link="/doc/en/kde4.xml" -->
+<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
<author title="Author">
@@ -26,21 +25,20 @@
<chapter>
<title>Installation</title>
-
<section>
<title>Removing any pre-release ebuilds</title>
<body>
<p>
-If you used <uri link="http://genkdesvn.mailstation.de">the genkdesvn overlay</uri>,
-it's advisable that you remove the KDE pre-releases from your system before upgrading.
-For most users this should be as easy as running <c>layman -d kde</c>.
-Also, if you modified any of the KDE related files in <path>/etc/env.d/</path>
-you'll have to manually remove those.
+If you used <uri link="http://genkdesvn.mailstation.de">the genkdesvn
+overlay</uri>, it's advisable that you remove the KDE pre-releases from your
+system before upgrading. For most users this should be as easy as running
+<c>layman -d kde</c>. Also, if you modified any of the KDE related files in
+<path>/etc/env.d/</path> you'll have to manually remove those.
</p>
+
</body>
</section>
-
<section>
<title>Enabling the necessary USE flags</title>
<body>
@@ -49,31 +47,39 @@
KDE 4.0 requires <c>x11-libs/qt:4</c> built with a set of minimal USE flags.
Add the following line to your <path>/etc/portage/package.use</path>.
</p>
+
<pre caption="Setting the necessary USE flags for x11-libs/qt:4">
x11-libs/qt:4 accessibility dbus gif jpeg png qt3support ssl zlib
</pre>
+
</body>
</section>
-
<section>
<title>Unmasking and keywording</title>
<body>
<p>
-KDE 4.0.0 is currently hard-masked, so you will have to unmask it first
-before you can emerge it. Users with <c>ACCEPT_KEYWORDS="~x86"</c> or
-<c>ACCEPT_KEYWORDS="~amd64"</c> do not need to perform any other steps.
-Any other users will need to place the packages in package.keywords.<br/>
-<path>/etc/portage/package.unmask/</path> and <path>/etc/portage/package.keywords/</path>
-can be directories, so you can save the following examples in those directories,
-to unmask and keyword KDE 4.0.0.
+KDE 4.0.0 is currently hard-masked, so you will have to unmask it first before
+you can emerge it. Users with <c>ACCEPT_KEYWORDS="~x86"</c> or
+<c>ACCEPT_KEYWORDS="~amd64"</c> do not need to perform any other steps. Any
+other users will need to place the packages in package.keywords.<br/>
+<path>/etc/portage/package.unmask/</path> and
+<path>/etc/portage/package.keywords/</path> can be directories, so you can save
+the following examples in those directories, to unmask and keyword KDE 4.0.0.
</p>
+
<p>
-<uri link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0;hb=HEAD">Example package.unmask</uri>
+<uri
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0;hb=HEAD">Example
+package.unmask</uri>
</p>
+
<p>
-<uri link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0;hb=HEAD">Example package.keywords</uri>
+<uri
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0;hb=HEAD">Example
+package.keywords</uri>
</p>
+
</body>
</section>
</chapter>
@@ -84,26 +90,26 @@
<body>
<p>
-KDE 4 represents a dramatic change in the desktop architecture to KDE 3.
-One such change is the migration from autotools to cmake.
-This means that you will now have a percentage progress during the compilation of KDE.
+KDE 4 represents a dramatic change in the desktop architecture to KDE 3. One
+such change is the migration from autotools to cmake. This means that you will
+now have a percentage progress during the compilation of KDE.
</p>
+
</body>
</section>
-
<section>
<title>The startkde script</title>
<body>
<p>
-It is not recommended to let KDE 3.5 and KDE 4.0 share the same
-configuration files. To prevent that the startkde scripts rewrite the <path>~/.kde</path>
-symlink while KDE starts. This means that when you're in a KDE 4.0 session
-your configuration from KDE 3.5 will be unavailable and vice versa.
+It is not recommended to let KDE 3.5 and KDE 4.0 share the same configuration
+files. To prevent that the startkde scripts rewrite the <path>~/.kde</path>
+symlink while KDE starts. This means that when you're in a KDE 4.0 session your
+configuration from KDE 3.5 will be unavailable and vice versa.
</p>
+
</body>
</section>
-
<section>
<body>
@@ -112,82 +118,89 @@
at the same time. (Logging in to KDE 4.0, while KDE 3.5 is still running in the
background, under the same user.)
</p>
+
</body>
</section>
-
<section>
<title>Selecting the login manager</title>
<body>
<p>
-By default the highest version of kde-base/kdm you have installed will start on login.
-To configure this, open <path>/etc/conf.d/xdm</path> in your favorite text
-editor and change the <c>DISPLAYMANAGER</c> variable to <c>kdm-3.5</c> or
-<c>kdm-4.0</c>.
-You can find possible versions for kdm by running <c>ls <path>/usr/kde/</path></c> in a shell.
+By default the highest version of kde-base/kdm you have installed will start on
+login. To configure this, open <path>/etc/conf.d/xdm</path> in your favorite
+text editor and change the <c>DISPLAYMANAGER</c> variable to <c>kdm-3.5</c> or
+<c>kdm-4.0</c>. You can find possible versions for kdm by running <c>ls
+<path>/usr/kde/</path></c> in a shell.
</p>
+
<pre caption="Add the following to /etc/conf.d/xdm">
DISPLAYMANAGER=kdm-3.5
</pre>
+
</body>
</section>
</chapter>
<chapter>
<title>FAQ</title>
-
<section>
<title>Q: Can I install KDE 4.0 and KDE 3.5 at the same time?</title>
<body>
<p>
-A: Yes, both versions are slotted, and can be installed at the same time.
-Both versions of KDE use a different KDEHOME, so you can try KDE 4.0 as the same user,
-without overwriting your KDE 3.5 settings.
+A: Yes, both versions are slotted, and can be installed at the same time. Both
+versions of KDE use a different KDEHOME, so you can try KDE 4.0 as the same
+user, without overwriting your KDE 3.5 settings.
</p>
+
</body>
</section>
-
<section>
-<title>Q: You said I could install KDE 3.5 and KDE 4.0, but they block each other!</title>
+<title>
+Q: You said I could install KDE 3.5 and KDE 4.0, but they block each other!
+</title>
<body>
<p>
-A: You will need to install the latest revision (not version) of kde-base/kdebase
-(if you use monolithic ebuilds) or kde-base/kdebase-startkde (if you use split ebuilds).
-These versions include patches to allow multiple versions of KDE to coexist.
+A: You will need to install the latest revision (not version) of
+kde-base/kdebase (if you use monolithic ebuilds) or kde-base/kdebase-startkde
+(if you use split ebuilds). These versions include patches to allow multiple
+versions of KDE to coexist.
</p>
-<note>These revisions haven't been stabilized yet, so if you use stable,
-you'll have to keyword those revisions.</note>
+<note>
+These revisions haven't been stabilized yet, so if you use stable, you'll have
+to keyword those revisions.
+</note>
+
</body>
</section>
-
<section>
<title>Q: Why is KDE 4.0.0 hard-masked?</title>
<body>
<p>
-A: KDE 4.0.0 is very much a technology release. It was not intended to be a complete
-replacement for the KDE 3 series, yet. Many features are missing and many bugs will be found.
-When KDE 4.x is at the stage that it offers a true upgrade path for users,
-it will leave the hard-masked status.
+A: KDE 4.0.0 is very much a technology release. It was not intended to be a
+complete replacement for the KDE 3 series, yet. Many features are missing and
+many bugs will be found. When KDE 4.x is at the stage that it offers a true
+upgrade path for users, it will leave the hard-masked status.
</p>
+
</body>
</section>
-
<section>
<title>Q: Why is KDE 4.0.0 masked by EAPI?</title>
<body>
<p>
-The KDE 4.0.0 ebuilds use slot dependencies, such as <c>kde-base/kdebase-startkde:kde-4</c>,
-in the dependency syntax. You need a version of portage that understands these.
-If you get this mask message, you should simply update portage to a sufficiently
-new version.
+The KDE 4.0.0 ebuilds use slot dependencies, such as
+<c>kde-base/kdebase-startkde:kde-4</c>, in the dependency syntax. You need a
+version of portage that understands these. If you get this mask message, you
+should simply update portage to a sufficiently new version.
</p>
+
<pre caption="Updating to a version of portage that supports EAPI=1">
-emerge --oneshot >=sys-apps/portage-2.1.3.12
+# <i>emerge --oneshot >=sys-apps/portage-2.1.3.12</i>
</pre>
</body>
</section>
@@ -197,35 +210,40 @@
<body>
<p>
-KDE-PIM wasn't released with KDE 4.0.0, so unfortunately you won't find it in the
-tree for a while. You can of course use the 3.5 versions of kmail,
-akregator and their friends, together with KDE 4.0.0.
+KDE-PIM wasn't released with KDE 4.0.0, so unfortunately you won't find it in
+the tree for a while. You can of course use the 3.5 versions of kmail, akregator
+and their friends, together with KDE 4.0.0.
</p>
+
</body>
</section>
-
<section>
-<title>Q: I tried KDE4 and realized I don't want it anymore,
-what should I do to get rid of it?</title>
+<title>
+Q: I tried KDE4 and realized I don't want it anymore, what should I do to get
+rid of it?
+</title>
<body>
+
<p>
A: Remove KDE 4 from your <path>package.keywords</path> and
<path>package.unmask</path>, then uninstall the packages you installed.
-Remember to update your DISPLAYMANAGER if you changed it to <c>kde-4.0</c> earlier.
+Remember to update your DISPLAYMANAGER if you changed it to <c>kde-4.0</c>
+earlier.
</p>
+
</body>
</section>
-
<section>
<title>Q: Does this mean KDE 3.5 will be gone soon?</title>
<body>
<p>
-A: Not at all! KDE 3.5 is very stable, and still gets minor bugfixes from upstream.
-While KDE 3.5 won't see new features anymore, we do plan on maintaining it a long time.
+A: Not at all! KDE 3.5 is very stable, and still gets minor bugfixes from
+upstream. While KDE 3.5 won't see new features anymore, we do plan on
+maintaining it a long time.
</p>
+
</body>
</section>
-
</chapter>
</guide>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-01-20 14:26 Jan Kundrat (jkt)
0 siblings, 0 replies; 26+ messages in thread
From: Jan Kundrat (jkt) @ 2008-01-20 14:26 UTC (permalink / raw
To: gentoo-commits
jkt 08/01/20 14:26:08
Modified: kde4.xml
Log:
typo fix, no content change
14:47 <@welp> "A: Not at all! KDE 3.5 is very stable, and still gets minor
bugfixes from upstream. While KDE 3.5 won't see new features anymore, we do plan
on maintaining it a long time." should be "we do plan on maintaining it for a long time"
Revision Changes Path
1.5 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.4&r2=1.5
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kde4.xml 20 Jan 2008 11:27:36 -0000 1.4
+++ kde4.xml 20 Jan 2008 14:26:07 -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.xml,v 1.4 2008/01/20 11:27:36 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.5 2008/01/20 14:26:07 jkt Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -240,7 +240,7 @@
<p>
A: Not at all! KDE 3.5 is very stable, and still gets minor bugfixes from
upstream. While KDE 3.5 won't see new features anymore, we do plan on
-maintaining it a long time.
+maintaining it for a long time.
</p>
</body>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-01-23 1:08 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-01-23 1:08 UTC (permalink / raw
To: gentoo-commits
ingmar 08/01/23 01:08:38
Modified: kde4.xml
Log:
Added emerge commands, and explain the possibilities to emerge KDE 4.0.0. Mention the opengl USE flag for qt:4. Note that qt-4.4.0 does not work yet.
Revision Changes Path
1.6 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.5&r2=1.6
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kde4.xml 20 Jan 2008 14:26:07 -0000 1.5
+++ kde4.xml 23 Jan 2008 01:08:37 -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.xml,v 1.5 2008/01/20 14:26:07 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.6 2008/01/23 01:08:37 ingmar Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -20,8 +20,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1</version>
-<date>2008-01-19</date>
+<version>2</version>
+<date>2008-01-23</date>
<chapter>
<title>Installation</title>
@@ -52,6 +52,17 @@
x11-libs/qt:4 accessibility dbus gif jpeg png qt3support ssl zlib
</pre>
+<p>
+If you have the <c>opengl</c> USE flag set for KDE ebuilds, you'll have to set
+the <c>opengl</c> USE flag for x11-libs/qt:4 too.
+</p>
+
+<note>
+KDE 4.0.0 hasn't been tested with the Qt-4.4.0 technical preview, and at the
+moment of writing the KDE 4.0.0 ebuilds do <c>NOT</c> work with this version
+of Qt.
+</note>
+
</body>
</section>
<section>
@@ -82,6 +93,39 @@
</body>
</section>
+
+<section>
+<title>Installing</title>
+<body>
+
+<p>
+You can now run either of the following emerge commands, to install KDE.
+The first will give you all of KDE 4.0.0, built from split ebuilds.
+</p>
+
+<p>
+The second will give you a minimal KDE 4.0.0 desktop, as a basis to add
+only the programs you like.
+</p>
+
+<p>
+The third command will build all of KDE, built from monolithic packages.
+</p>
+
+<pre caption="Installing KDE 4.0.0">
+emerge -avD kde-base/kde-meta:kde-4
+emerge -avD kde-base/kdebase-startkde:kde-4
+emerge -avD kde-base/kde:kde-4
+</pre>
+
+<p>
+To read more about the difference between split and monolithic ebuilds, see
+<uri link="http://www.gentoo.org/doc/en/kde-split-ebuilds.xml">The KDE
+Split Ebuilds HOWTO</uri>.
+</p>
+
+</body>
+</section>
</chapter>
<chapter>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-01-24 5:09 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-01-24 5:09 UTC (permalink / raw
To: gentoo-commits
ingmar 08/01/24 05:09:48
Modified: kde4.xml
Log:
Split package.{keywords,unmask}-4.0.0 into seperate files for monolithic & split ebuilds, because unmasking both gives blockers for users with monos in :3.5 and split ebuilds in :kde-4, or vice versa.
Revision Changes Path
1.7 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.6&r2=1.7
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kde4.xml 23 Jan 2008 01:08:37 -0000 1.6
+++ kde4.xml 24 Jan 2008 05:09:47 -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.xml,v 1.6 2008/01/23 01:08:37 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.7 2008/01/24 05:09:47 ingmar Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -20,8 +20,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
-<date>2008-01-23</date>
+<version>3</version>
+<date>2008-01-24</date>
<chapter>
<title>Installation</title>
@@ -80,14 +80,22 @@
</p>
<p>
+Example for <c>Split</c> ebuilds (recommended):
<uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0;hb=HEAD">Example
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0-split;hb=HEAD">
package.unmask</uri>
+ <uri
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0-split;hb=HEAD">
+package.keywords</uri>
</p>
<p>
+Example for <c>Monolithic</c> ebuilds:
+<uri
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0-mono;hb=HEAD">
+package.unmask</uri>
<uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0;hb=HEAD">Example
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0-mono;hb=HEAD">
package.keywords</uri>
</p>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-01-26 13:03 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-01-26 13:03 UTC (permalink / raw
To: gentoo-commits
ingmar 08/01/26 13:03:22
Modified: kde4.xml
Log:
These revisions were marked stable.
Revision Changes Path
1.8 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.7&r2=1.8
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kde4.xml 24 Jan 2008 05:09:47 -0000 1.7
+++ kde4.xml 26 Jan 2008 13:03:21 -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.xml,v 1.7 2008/01/24 05:09:47 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.8 2008/01/26 13:03:21 ingmar Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -20,8 +20,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>3</version>
-<date>2008-01-24</date>
+<version>4</version>
+<date>2008-01-26</date>
<chapter>
<title>Installation</title>
@@ -220,11 +220,6 @@
versions of KDE to coexist.
</p>
-<note>
-These revisions haven't been stabilized yet, so if you use stable, you'll have
-to keyword those revisions.
-</note>
-
</body>
</section>
<section>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-01-26 14:53 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-01-26 14:53 UTC (permalink / raw
To: gentoo-commits
ingmar 08/01/26 14:53:32
Modified: kde4.xml
Log:
Typo. Thanks to Eric Weber.
Revision Changes Path
1.9 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.8&r2=1.9
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kde4.xml 26 Jan 2008 13:03:21 -0000 1.8
+++ kde4.xml 26 Jan 2008 14:53:32 -0000 1.9
@@ -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.xml,v 1.8 2008/01/26 13:03:21 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.9 2008/01/26 14:53:32 ingmar Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -20,7 +20,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>4</version>
+<version>5</version>
<date>2008-01-26</date>
<chapter>
@@ -274,7 +274,7 @@
<p>
A: Remove KDE 4 from your <path>package.keywords</path> and
<path>package.unmask</path>, then uninstall the packages you installed.
-Remember to update your DISPLAYMANAGER if you changed it to <c>kde-4.0</c>
+Remember to update your DISPLAYMANAGER if you changed it to <c>kdm-4.0</c>
earlier.
</p>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-11 23:37 Mark Kowarsky (mark_alec)
0 siblings, 0 replies; 26+ messages in thread
From: Mark Kowarsky (mark_alec) @ 2008-02-11 23:37 UTC (permalink / raw
To: gentoo-commits
mark_alec 08/02/11 23:37:45
Modified: kde4.xml
Log:
added note about beryl and /etc/env.d as well as added a section telling people to contact kde@g.o for suggestions to be made to the guide
Revision Changes Path
1.10 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.9&r2=1.10
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- kde4.xml 26 Jan 2008 14:53:32 -0000 1.9
+++ kde4.xml 11 Feb 2008 23:37:44 -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.xml,v 1.9 2008/01/26 14:53:32 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.10 2008/02/11 23:37:44 mark_alec Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -20,8 +20,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>5</version>
-<date>2008-01-26</date>
+<version>6</version>
+<date>2008-02-12</date>
<chapter>
<title>Installation</title>
@@ -34,7 +34,7 @@
overlay</uri>, it's advisable that you remove the KDE pre-releases from your
system before upgrading. For most users this should be as easy as running
<c>layman -d kde</c>. Also, if you modified any of the KDE related files in
-<path>/etc/env.d/</path> you'll have to manually remove those.
+<path>/etc/env.d/</path> you'll have to manually remove those. This can include previous modifications for beryl or compiz.
</p>
</body>
@@ -293,4 +293,17 @@
</body>
</section>
</chapter>
+
+<chapter>
+<title>Suggestions for this guide</title>
+<section>
+<body>
+
+<p>
+If you have any ideas for ways to improve on this guide, please mail <mail>kde@gentoo.org"</mail> with your suggestions.
+</p>
+
+</body>
+</section>
+</chapter>
</guide>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-12 0:45 Mark Kowarsky (mark_alec)
0 siblings, 0 replies; 26+ messages in thread
From: Mark Kowarsky (mark_alec) @ 2008-02-12 0:45 UTC (permalink / raw
To: gentoo-commits
mark_alec 08/02/12 00:45:10
Modified: kde4.xml
Log:
fixed typo
Revision Changes Path
1.11 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.10&r2=1.11
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kde4.xml 11 Feb 2008 23:37:44 -0000 1.10
+++ kde4.xml 12 Feb 2008 00:45:10 -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.xml,v 1.10 2008/02/11 23:37:44 mark_alec Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.11 2008/02/12 00:45:10 mark_alec Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -300,7 +300,7 @@
<body>
<p>
-If you have any ideas for ways to improve on this guide, please mail <mail>kde@gentoo.org"</mail> with your suggestions.
+If you have any ideas for ways to improve on this guide, please mail <mail>kde@gentoo.org</mail> with your suggestions.
</p>
</body>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-18 15:20 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 26+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-02-18 15:20 UTC (permalink / raw
To: gentoo-commits
keytoaster 08/02/18 15:20:51
Modified: kde4.xml
Log:
Remove occurrences of monolithic ebuilds.
Revision Changes Path
1.12 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.11&r2=1.12
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kde4.xml 12 Feb 2008 00:45:10 -0000 1.11
+++ kde4.xml 18 Feb 2008 15:20:50 -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.xml,v 1.11 2008/02/12 00:45:10 mark_alec Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.12 2008/02/18 15:20:50 keytoaster Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -21,7 +21,7 @@
<license/>
<version>6</version>
-<date>2008-02-12</date>
+<date>2008-02-18</date>
<chapter>
<title>Installation</title>
@@ -89,16 +89,6 @@
package.keywords</uri>
</p>
-<p>
-Example for <c>Monolithic</c> ebuilds:
-<uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0-mono;hb=HEAD">
-package.unmask</uri>
-<uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0-mono;hb=HEAD">
-package.keywords</uri>
-</p>
-
</body>
</section>
@@ -116,21 +106,18 @@
only the programs you like.
</p>
-<p>
-The third command will build all of KDE, built from monolithic packages.
-</p>
-
<pre caption="Installing KDE 4.0.0">
emerge -avD kde-base/kde-meta:kde-4
emerge -avD kde-base/kdebase-startkde:kde-4
-emerge -avD kde-base/kde:kde-4
</pre>
+<!--
<p>
To read more about the difference between split and monolithic ebuilds, see
<uri link="http://www.gentoo.org/doc/en/kde-split-ebuilds.xml">The KDE
Split Ebuilds HOWTO</uri>.
</p>
+-->
</body>
</section>
@@ -215,9 +202,8 @@
<p>
A: You will need to install the latest revision (not version) of
-kde-base/kdebase (if you use monolithic ebuilds) or kde-base/kdebase-startkde
-(if you use split ebuilds). These versions include patches to allow multiple
-versions of KDE to coexist.
+kde-base/kdebase-startkde (if you use split ebuilds). These versions include
+patches to allow multiple versions of KDE to coexist.
</p>
</body>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-18 15:51 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 26+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-02-18 15:51 UTC (permalink / raw
To: gentoo-commits
keytoaster 08/02/18 15:51:23
Modified: kde4.xml
Log:
Various fixes.
Revision Changes Path
1.13 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.12&r2=1.13
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- kde4.xml 18 Feb 2008 15:20:50 -0000 1.12
+++ kde4.xml 18 Feb 2008 15:51:23 -0000 1.13
@@ -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.xml,v 1.12 2008/02/18 15:20:50 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.13 2008/02/18 15:51:23 keytoaster Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -11,6 +11,9 @@
<author title="Author">
<mail link="mark_alec"/>
</author>
+<author title="Editor">
+ <mail link="keytoaster"/>
+</author>
<abstract>
This guide provides the information needed to upgrade to and use KDE 4.0.
@@ -20,7 +23,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>6</version>
+<version>1.7</version>
<date>2008-02-18</date>
<chapter>
@@ -34,7 +37,8 @@
overlay</uri>, it's advisable that you remove the KDE pre-releases from your
system before upgrading. For most users this should be as easy as running
<c>layman -d kde</c>. Also, if you modified any of the KDE related files in
-<path>/etc/env.d/</path> you'll have to manually remove those. This can include previous modifications for beryl or compiz.
+<path>/etc/env.d/</path> you'll have to manually remove those. This can include
+previous modifications for beryl or compiz.
</p>
</body>
@@ -54,12 +58,12 @@
<p>
If you have the <c>opengl</c> USE flag set for KDE ebuilds, you'll have to set
-the <c>opengl</c> USE flag for x11-libs/qt:4 too.
+the <c>opengl</c> USE flag for <c>x11-libs/qt:4</c> too.
</p>
<note>
KDE 4.0.0 hasn't been tested with the Qt-4.4.0 technical preview, and at the
-moment of writing the KDE 4.0.0 ebuilds do <c>NOT</c> work with this version
+moment of writing the KDE 4.0.0 ebuilds do <e>not</e> work with this version
of Qt.
</note>
@@ -72,22 +76,26 @@
<p>
KDE 4.0.0 is currently hard-masked, so you will have to unmask it first before
you can emerge it. Users with <c>ACCEPT_KEYWORDS="~x86"</c> or
-<c>ACCEPT_KEYWORDS="~amd64"</c> do not need to perform any other steps. Any
+<c>ACCEPT_KEYWORDS="~amd64"</c> do not need to perform any further steps. Any
other users will need to place the packages in package.keywords.<br/>
<path>/etc/portage/package.unmask/</path> and
<path>/etc/portage/package.keywords/</path> can be directories, so you can save
-the following examples in those directories, to unmask and keyword KDE 4.0.0.
+the following example files in those directories, to unmask and keyword KDE
+4.0.0.
</p>
-<p>
-Example for <c>Split</c> ebuilds (recommended):
-<uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0-split;hb=HEAD">
-package.unmask</uri>
- <uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0-split;hb=HEAD">
-package.keywords</uri>
-</p>
+<ul>
+ <li>
+ <uri
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0-split;hb=HEAD">Example
+ package.unmask</uri>
+ </li>
+ <li>
+ <uri
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0-split;hb=HEAD">Example
+ package.keywords</uri>
+ </li>
+</ul>
</body>
</section>
@@ -98,17 +106,14 @@
<p>
You can now run either of the following emerge commands, to install KDE.
-The first will give you all of KDE 4.0.0, built from split ebuilds.
-</p>
-
-<p>
-The second will give you a minimal KDE 4.0.0 desktop, as a basis to add
-only the programs you like.
+The first will give you all of KDE 4.0.0, built from split ebuilds. The second
+will give you a minimal KDE 4.0.0 desktop, as a basis to add only the programs
+you like.
</p>
<pre caption="Installing KDE 4.0.0">
-emerge -avD kde-base/kde-meta:kde-4
-emerge -avD kde-base/kdebase-startkde:kde-4
+# <i>emerge -avD kde-base/kde-meta:kde-4</i>
+# <i>emerge -avD kde-base/kdebase-startkde:kde-4</i>
</pre>
<!--
@@ -129,7 +134,7 @@
<body>
<p>
-KDE 4 represents a dramatic change in the desktop architecture to KDE 3. One
+KDE 4 represents a dramatic change in the desktop architecture to KDE 3. One
such change is the migration from autotools to cmake. This means that you will
now have a percentage progress during the compilation of KDE.
</p>
@@ -142,9 +147,10 @@
<p>
It is not recommended to let KDE 3.5 and KDE 4.0 share the same configuration
-files. To prevent that the startkde scripts rewrite the <path>~/.kde</path>
-symlink while KDE starts. This means that when you're in a KDE 4.0 session your
-configuration from KDE 3.5 will be unavailable and vice versa.
+files. In order to prevent this, the startkde scripts rewrite the
+<path>~/.kde</path> symlink while KDE starts. This means that when you're in a
+KDE 4.0 session your configuration from KDE 3.5 will be unavailable and vice
+versa.
</p>
</body>
@@ -153,7 +159,7 @@
<body>
<p>
-Because of this, you should not run two different KDE versions as the same user,
+This is why you should not run two different KDE versions as the same user,
at the same time. (Logging in to KDE 4.0, while KDE 3.5 is still running in the
background, under the same user.)
</p>
@@ -166,10 +172,10 @@
<p>
By default the highest version of kde-base/kdm you have installed will start on
-login. To configure this, open <path>/etc/conf.d/xdm</path> in your favorite
+login. To configure this, open <path>/etc/conf.d/xdm</path> in your favorite
text editor and change the <c>DISPLAYMANAGER</c> variable to <c>kdm-3.5</c> or
-<c>kdm-4.0</c>. You can find possible versions for kdm by running <c>ls
-<path>/usr/kde/</path></c> in a shell.
+<c>kdm-4.0</c>. You can find possible versions for kdm by running <c>ls
+/usr/kde/</c> in a shell.
</p>
<pre caption="Add the following to /etc/conf.d/xdm">
@@ -202,8 +208,8 @@
<p>
A: You will need to install the latest revision (not version) of
-kde-base/kdebase-startkde (if you use split ebuilds). These versions include
-patches to allow multiple versions of KDE to coexist.
+<c>kde-base/kdebase-startkde</c>, which includes patches to allow multiple
+versions of KDE to coexist.
</p>
</body>
@@ -228,8 +234,8 @@
<p>
The KDE 4.0.0 ebuilds use slot dependencies, such as
<c>kde-base/kdebase-startkde:kde-4</c>, in the dependency syntax. You need a
-version of portage that understands these. If you get this mask message, you
-should simply update portage to a sufficiently new version.
+version of <c>sys-apps/portage</c> that understands this. If you get this error
+message, you should simply update it to a sufficiently new version.
</p>
<pre caption="Updating to a version of portage that supports EAPI=1">
@@ -252,7 +258,7 @@
</section>
<section>
<title>
-Q: I tried KDE4 and realized I don't want it anymore, what should I do to get
+Q: I tried KDE4 and realized I don't want it anymore. What should I do to get
rid of it?
</title>
<body>
@@ -286,7 +292,8 @@
<body>
<p>
-If you have any ideas for ways to improve on this guide, please mail <mail>kde@gentoo.org</mail> with your suggestions.
+If you have any ideas on how to improve this guide, please mail your suggestions
+to <mail>kde@gentoo.org</mail>.
</p>
</body>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-18 18:04 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-02-18 18:04 UTC (permalink / raw
To: gentoo-commits
ingmar 08/02/18 18:04:24
Modified: kde4.xml
Log:
Added a FAQ entry about the removal of monolithic KDE 4.0 ebuilds.
Revision Changes Path
1.14 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.13&r2=1.14
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- kde4.xml 18 Feb 2008 15:51:23 -0000 1.13
+++ kde4.xml 18 Feb 2008 18:04:23 -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.xml,v 1.13 2008/02/18 15:51:23 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.14 2008/02/18 18:04:23 ingmar Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -245,6 +245,32 @@
</section>
<section>
+<title>Q: Where are the monolithic KDE 4ebuilds?</title>
+<body>
+
+<p>
+We find that having both split and monolithic ebuilds often causes needless
+confusion for users, needless complexity in the eclasses, and a lot of pointless
+duplication of effort, both for arch teams and ourselves.
+As KDE uses cmake now, the main disadvantage of using split ebuilds (longer
+compile-time because of the duplicate ./configure-runs) is insignificant.
+
+For the reasons stated above, we have decided to maintain split ebuilds only.
+
+To switch from monolithic to split ebuilds unmerge all monolithic KDE 4 ebuilds:
+</p>
+
+<pre caption="Uninstalling monolithic KDE 4">
+# <i>emerge -C >~kde-base/kde{,accessibility,admin,artwork,base,edu,games,graphics,multimedia,network,sdk,toys,utils,webdev}-4.0.0</i>
+</pre>
+
+<p>
+Then continue with installing split KDE ebuilds as explained earlier on this page.
+</p>
+
+</body>
+</section>
+<section>
<title>Q: Where is KDE-PIM in KDE 4?</title>
<body>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-18 21:07 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-02-18 21:07 UTC (permalink / raw
To: gentoo-commits
ingmar 08/02/18 21:07:48
Modified: kde4.xml
Log:
Typo thanks to Thomas Anderson, bump version for previous commit.
Revision Changes Path
1.15 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.14&r2=1.15
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- kde4.xml 18 Feb 2008 18:04:23 -0000 1.14
+++ kde4.xml 18 Feb 2008 21:07:45 -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.xml,v 1.14 2008/02/18 18:04:23 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.15 2008/02/18 21:07:45 ingmar Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -23,7 +23,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.7</version>
+<version>1.8</version>
<date>2008-02-18</date>
<chapter>
@@ -245,7 +245,7 @@
</section>
<section>
-<title>Q: Where are the monolithic KDE 4ebuilds?</title>
+<title>Q: Where are the monolithic KDE 4 ebuilds?</title>
<body>
<p>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-18 21:23 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 26+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-02-18 21:23 UTC (permalink / raw
To: gentoo-commits
keytoaster 08/02/18 21:23:58
Modified: kde4.xml
Log:
Patch by gentoofan23.
Revision Changes Path
1.16 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.15&r2=1.16
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- kde4.xml 18 Feb 2008 21:07:45 -0000 1.15
+++ kde4.xml 18 Feb 2008 21:23:57 -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.xml,v 1.15 2008/02/18 21:07:45 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.16 2008/02/18 21:23:57 keytoaster Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -179,7 +179,7 @@
</p>
<pre caption="Add the following to /etc/conf.d/xdm">
-DISPLAYMANAGER=kdm-3.5
+<ident>DISPLAYMANAGER</ident>=<const>kdm-3.5</const>
</pre>
</body>
@@ -194,8 +194,8 @@
<p>
A: Yes, both versions are slotted, and can be installed at the same time. Both
-versions of KDE use a different KDEHOME, so you can try KDE 4.0 as the same
-user, without overwriting your KDE 3.5 settings.
+versions of KDE use a different <c>KDEHOME</c>, so you can try KDE 4.0 as the
+same user, without overwriting your KDE 3.5 settings.
</p>
</body>
@@ -292,8 +292,8 @@
<p>
A: Remove KDE 4 from your <path>package.keywords</path> and
<path>package.unmask</path>, then uninstall the packages you installed.
-Remember to update your DISPLAYMANAGER if you changed it to <c>kdm-4.0</c>
-earlier.
+Remember to update your <c>DISPLAYMANAGER</c> if you changed it to
+<c>kdm-4.0</c> earlier.
</p>
</body>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-18 21:24 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 26+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-02-18 21:24 UTC (permalink / raw
To: gentoo-commits
ingmar 08/02/18 21:24:21
Modified: kde4.xml
Log:
Another typo.
Revision Changes Path
1.17 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.16&r2=1.17
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kde4.xml 18 Feb 2008 21:23:57 -0000 1.16
+++ kde4.xml 18 Feb 2008 21:24:20 -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.xml,v 1.16 2008/02/18 21:23:57 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.17 2008/02/18 21:24:20 ingmar Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -261,7 +261,7 @@
</p>
<pre caption="Uninstalling monolithic KDE 4">
-# <i>emerge -C >~kde-base/kde{,accessibility,admin,artwork,base,edu,games,graphics,multimedia,network,sdk,toys,utils,webdev}-4.0.0</i>
+# <i>emerge -C ~kde-base/kde{,accessibility,admin,artwork,base,edu,games,graphics,multimedia,network,sdk,toys,utils,webdev}-4.0.0</i>
</pre>
<p>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-28 11:43 Mark Kowarsky (mark_alec)
0 siblings, 0 replies; 26+ messages in thread
From: Mark Kowarsky (mark_alec) @ 2008-02-28 11:43 UTC (permalink / raw
To: gentoo-commits
mark_alec 08/02/28 11:43:45
Modified: kde4.xml
Log:
4.0.0 --> 4.0.x
Revision Changes Path
1.18 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.17&r2=1.18
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- kde4.xml 18 Feb 2008 21:24:20 -0000 1.17
+++ kde4.xml 28 Feb 2008 11:43:44 -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.xml,v 1.17 2008/02/18 21:24:20 ingmar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.18 2008/02/28 11:43:44 mark_alec Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -62,8 +62,8 @@
</p>
<note>
-KDE 4.0.0 hasn't been tested with the Qt-4.4.0 technical preview, and at the
-moment of writing the KDE 4.0.0 ebuilds do <e>not</e> work with this version
+KDE 4.0.x hasn't been tested with the Qt-4.4.0 technical preview, and at the
+moment of writing the KDE 4.0.x ebuilds do <e>not</e> work with this version
of Qt.
</note>
@@ -74,14 +74,14 @@
<body>
<p>
-KDE 4.0.0 is currently hard-masked, so you will have to unmask it first before
+KDE 4.0.x is currently hard-masked, so you will have to unmask it first before
you can emerge it. Users with <c>ACCEPT_KEYWORDS="~x86"</c> or
<c>ACCEPT_KEYWORDS="~amd64"</c> do not need to perform any further steps. Any
other users will need to place the packages in package.keywords.<br/>
<path>/etc/portage/package.unmask/</path> and
<path>/etc/portage/package.keywords/</path> can be directories, so you can save
the following example files in those directories, to unmask and keyword KDE
-4.0.0.
+4.0.x.
</p>
<ul>
@@ -106,12 +106,12 @@
<p>
You can now run either of the following emerge commands, to install KDE.
-The first will give you all of KDE 4.0.0, built from split ebuilds. The second
-will give you a minimal KDE 4.0.0 desktop, as a basis to add only the programs
+The first will give you all of KDE 4.0.x, built from split ebuilds. The second
+will give you a minimal KDE 4.0.x desktop, as a basis to add only the programs
you like.
</p>
-<pre caption="Installing KDE 4.0.0">
+<pre caption="Installing KDE 4.0.x">
# <i>emerge -avD kde-base/kde-meta:kde-4</i>
# <i>emerge -avD kde-base/kdebase-startkde:kde-4</i>
</pre>
@@ -215,11 +215,11 @@
</body>
</section>
<section>
-<title>Q: Why is KDE 4.0.0 hard-masked?</title>
+<title>Q: Why is KDE 4.0.x hard-masked?</title>
<body>
<p>
-A: KDE 4.0.0 is very much a technology release. It was not intended to be a
+A: KDE 4.0.x is very much a technology release. It was not intended to be a
complete replacement for the KDE 3 series, yet. Many features are missing and
many bugs will be found. When KDE 4.x is at the stage that it offers a true
upgrade path for users, it will leave the hard-masked status.
@@ -228,11 +228,11 @@
</body>
</section>
<section>
-<title>Q: Why is KDE 4.0.0 masked by EAPI?</title>
+<title>Q: Why is KDE 4.0.x masked by EAPI?</title>
<body>
<p>
-The KDE 4.0.0 ebuilds use slot dependencies, such as
+The KDE 4.0.x ebuilds use slot dependencies, such as
<c>kde-base/kdebase-startkde:kde-4</c>, in the dependency syntax. You need a
version of <c>sys-apps/portage</c> that understands this. If you get this error
message, you should simply update it to a sufficiently new version.
@@ -261,7 +261,7 @@
</p>
<pre caption="Uninstalling monolithic KDE 4">
-# <i>emerge -C ~kde-base/kde{,accessibility,admin,artwork,base,edu,games,graphics,multimedia,network,sdk,toys,utils,webdev}-4.0.0</i>
+# <i>emerge -C ~kde-base/kde{,accessibility,admin,artwork,base,edu,games,graphics,multimedia,network,sdk,toys,utils,webdev}-4.0.x</i>
</pre>
<p>
@@ -275,9 +275,9 @@
<body>
<p>
-KDE-PIM wasn't released with KDE 4.0.0, so unfortunately you won't find it in
+KDE-PIM wasn't released with KDE 4.0, so unfortunately you won't find it in
the tree for a while. You can of course use the 3.5 versions of kmail, akregator
-and their friends, together with KDE 4.0.0.
+and their friends, together with KDE 4.0.x.
</p>
</body>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-02-28 23:05 Mark Kowarsky (mark_alec)
0 siblings, 0 replies; 26+ messages in thread
From: Mark Kowarsky (mark_alec) @ 2008-02-28 23:05 UTC (permalink / raw
To: gentoo-commits
mark_alec 08/02/28 23:05:41
Modified: kde4.xml
Log:
fix from last update of the kde4 guide: change date and version
Revision Changes Path
1.19 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.18&r2=1.19
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- kde4.xml 28 Feb 2008 11:43:44 -0000 1.18
+++ kde4.xml 28 Feb 2008 23:05:40 -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.xml,v 1.18 2008/02/28 11:43:44 mark_alec Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.19 2008/02/28 23:05:40 mark_alec Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.8</version>
-<date>2008-02-18</date>
+<version>1.9</version>
+<date>2008-02-28</date>
<chapter>
<title>Installation</title>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-04-19 14:50 Mark Kowarsky (mark_alec)
0 siblings, 0 replies; 26+ messages in thread
From: Mark Kowarsky (mark_alec) @ 2008-04-19 14:50 UTC (permalink / raw
To: gentoo-commits
mark_alec 08/04/19 14:50:45
Modified: kde4.xml
Log:
fixed links to example package.unmask and .keywords
Revision Changes Path
1.20 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.19&r2=1.20
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- kde4.xml 28 Feb 2008 23:05:40 -0000 1.19
+++ kde4.xml 19 Apr 2008 14:50:45 -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.xml,v 1.19 2008/02/28 23:05:40 mark_alec Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.20 2008/04/19 14:50:45 mark_alec Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.9</version>
-<date>2008-02-28</date>
+<version>1.10</version>
+<date>2008-04-20</date>
<chapter>
<title>Installation</title>
@@ -87,12 +87,12 @@
<ul>
<li>
<uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.unmask-4.0.0-split;hb=HEAD">Example
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn.git;a=blob_plain;f=Documentation/package.split.unmask;hb=HEAD">Example
package.unmask</uri>
</li>
<li>
<uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn-pub.git;a=blob_plain;f=Documentation/package.keywords.4.0.0-split;hb=HEAD">Example
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn.git;a=blob_plain;f=Documentation/package.keywords.example;hb=HEAD">Example
package.keywords</uri>
</li>
</ul>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-04-22 5:56 Bo Oersted Andresen (zlin)
0 siblings, 0 replies; 26+ messages in thread
From: Bo Oersted Andresen (zlin) @ 2008-04-22 5:56 UTC (permalink / raw
To: gentoo-commits
zlin 08/04/22 05:56:17
Modified: kde4.xml
Log:
Link to the right package.{keywords,unmask} examples.
Revision Changes Path
1.21 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.20&r2=1.21
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- kde4.xml 19 Apr 2008 14:50:45 -0000 1.20
+++ kde4.xml 22 Apr 2008 05:56:16 -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.xml,v 1.20 2008/04/19 14:50:45 mark_alec Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.21 2008/04/22 05:56:16 zlin Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.10</version>
-<date>2008-04-20</date>
+<version>1.11</version>
+<date>2008-04-22</date>
<chapter>
<title>Installation</title>
@@ -87,12 +87,12 @@
<ul>
<li>
<uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn.git;a=blob_plain;f=Documentation/package.split.unmask;hb=HEAD">Example
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn.git;a=blob_plain;f=Documentation/package.unmask-4.0.0-split;hb=HEAD">Example
package.unmask</uri>
</li>
<li>
<uri
-link="https://www2.mailstation.de/gitweb/?p=genkde4svn.git;a=blob_plain;f=Documentation/package.keywords.example;hb=HEAD">Example
+link="https://www2.mailstation.de/gitweb/?p=genkde4svn.git;a=blob_plain;f=Documentation/package.keywords.4.0.0-split;hb=HEAD">Example
package.keywords</uri>
</li>
</ul>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-04-30 23:35 Bo Oersted Andresen (zlin)
0 siblings, 0 replies; 26+ messages in thread
From: Bo Oersted Andresen (zlin) @ 2008-04-30 23:35 UTC (permalink / raw
To: gentoo-commits
zlin 08/04/30 23:35:41
Modified: kde4.xml
Log:
Tweak.
Revision Changes Path
1.22 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.21&r2=1.22
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- kde4.xml 22 Apr 2008 05:56:16 -0000 1.21
+++ kde4.xml 30 Apr 2008 23:35:41 -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.xml,v 1.21 2008/04/22 05:56:16 zlin Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.22 2008/04/30 23:35:41 zlin Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml">
<title>Gentoo KDE 4.0 Guide</title>
@@ -74,10 +74,11 @@
<body>
<p>
-KDE 4.0.x is currently hard-masked, so you will have to unmask it first before
-you can emerge it. Users with <c>ACCEPT_KEYWORDS="~x86"</c> or
-<c>ACCEPT_KEYWORDS="~amd64"</c> do not need to perform any further steps. Any
-other users will need to place the packages in package.keywords.<br/>
+KDE 4.0.x is currently hard-masked, so you will have to unmask it using the
+example package.unmask before you can emerge it. Users with
+<c>ACCEPT_KEYWORDS="~x86"</c> or <c>ACCEPT_KEYWORDS="~amd64"</c> do not need to
+perform any further steps. Any other users will also need to place the packages
+in package.keywords.<br/>
<path>/etc/portage/package.unmask/</path> and
<path>/etc/portage/package.keywords/</path> can be directories, so you can save
the following example files in those directories, to unmask and keyword KDE
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2008-10-20 22:48 Jorge Manuel B. S. Vicetto (jmbsvicetto)
0 siblings, 0 replies; 26+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2008-10-20 22:48 UTC (permalink / raw
To: gentoo-commits
jmbsvicetto 08/10/20 22:48:54
Modified: kde4.xml
Log:
Marked the KDE-4.0.X guide obsolete.
Revision Changes Path
1.23 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.22&r2=1.23
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- kde4.xml 30 Apr 2008 23:35:41 -0000 1.22
+++ kde4.xml 20 Oct 2008 22:48:54 -0000 1.23
@@ -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.xml,v 1.22 2008/04/30 23:35:41 zlin Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.23 2008/10/20 22:48:54 jmbsvicetto Exp $ -->
-<guide link="/proj/en/desktop/kde/kde4.xml">
+<guide link="/proj/en/desktop/kde/kde4.xml" disclaimer="obsolete">
<title>Gentoo KDE 4.0 Guide</title>
<author title="Author">
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2009-01-31 15:07 Jorge Manuel B. S. Vicetto (jmbsvicetto)
0 siblings, 0 replies; 26+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-01-31 15:07 UTC (permalink / raw
To: gentoo-commits
jmbsvicetto 09/01/31 15:07:01
Modified: kde4.xml
Log:
Updated kde4 to warn that one should use kde4-guide.xml if trying to upgrade to or use >= KDE 4.1.
Revision Changes Path
1.24 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.23&r2=1.24
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- kde4.xml 20 Oct 2008 22:48:54 -0000 1.23
+++ kde4.xml 31 Jan 2009 15:07:01 -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.xml,v 1.23 2008/10/20 22:48:54 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.24 2009/01/31 15:07:01 jmbsvicetto Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml" disclaimer="obsolete">
<title>Gentoo KDE 4.0 Guide</title>
@@ -14,17 +14,21 @@
<author title="Editor">
<mail link="keytoaster"/>
</author>
+<author title="Editor">
+ <mail link="jmbsvicetto"/>
+</author>
<abstract>
This guide provides the information needed to upgrade to and use KDE 4.0.
+If you're trying to upgrade and use KDE >= 4.1, check the kde4-guide.xml isntead.
</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>1.11</version>
-<date>2008-04-22</date>
+<version>1.12</version>
+<date>2009-01-31</date>
<chapter>
<title>Installation</title>
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2009-02-14 21:01 Jorge Manuel B. S. Vicetto (jmbsvicetto)
0 siblings, 0 replies; 26+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-02-14 21:01 UTC (permalink / raw
To: gentoo-commits
jmbsvicetto 09/02/14 21:01:38
Modified: kde4.xml
Log:
Added a link to the KDE-4.X guide in the top to please "demanding" KDE users ;)
Revision Changes Path
1.25 xml/htdocs/proj/en/desktop/kde/kde4.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml?r1=1.24&r2=1.25
Index: kde4.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- kde4.xml 31 Jan 2009 15:07:01 -0000 1.24
+++ kde4.xml 14 Feb 2009 21:01:38 -0000 1.25
@@ -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.xml,v 1.24 2009/01/31 15:07:01 jmbsvicetto Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4.xml,v 1.25 2009/02/14 21:01:38 jmbsvicetto Exp $ -->
<guide link="/proj/en/desktop/kde/kde4.xml" disclaimer="obsolete">
<title>Gentoo KDE 4.0 Guide</title>
@@ -27,12 +27,24 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.12</version>
-<date>2009-01-31</date>
+<version>1.13</version>
+<date>2009-02-14</date>
<chapter>
<title>Installation</title>
<section>
+<title>Installing >=KDE-4.1</title>
+<body>
+
+<p>
+If you're looking for the Guide on how to install >=KDE-4.1, you're in the wrong
+link. Instead you should be reading the <uri
+link="http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml"> KDE-4.X
+Guide</uri>.
+</p>
+</body>
+</section>
+<section>
<title>Removing any pre-release ebuilds</title>
<body>
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml
@ 2009-08-06 7:22 Theo Chatzimichos (tampakrap)
0 siblings, 0 replies; 26+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-08-06 7:22 UTC (permalink / raw
To: gentoo-commits
tampakrap 09/08/06 07:22:21
Removed: kde4.xml
Log:
forgot to remove the file
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2009-08-06 7:22 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-18 21:24 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4.xml Ingmar Vanhassel (ingmar)
-- strict thread matches above, loose matches on Subject: below --
2009-08-06 7:22 Theo Chatzimichos (tampakrap)
2009-02-14 21:01 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-31 15:07 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-20 22:48 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-04-30 23:35 Bo Oersted Andresen (zlin)
2008-04-22 5:56 Bo Oersted Andresen (zlin)
2008-04-19 14:50 Mark Kowarsky (mark_alec)
2008-02-28 23:05 Mark Kowarsky (mark_alec)
2008-02-28 11:43 Mark Kowarsky (mark_alec)
2008-02-18 21:23 Tobias Heinlein (keytoaster)
2008-02-18 21:07 Ingmar Vanhassel (ingmar)
2008-02-18 18:04 Ingmar Vanhassel (ingmar)
2008-02-18 15:51 Tobias Heinlein (keytoaster)
2008-02-18 15:20 Tobias Heinlein (keytoaster)
2008-02-12 0:45 Mark Kowarsky (mark_alec)
2008-02-11 23:37 Mark Kowarsky (mark_alec)
2008-01-26 14:53 Ingmar Vanhassel (ingmar)
2008-01-26 13:03 Ingmar Vanhassel (ingmar)
2008-01-24 5:09 Ingmar Vanhassel (ingmar)
2008-01-23 1:08 Ingmar Vanhassel (ingmar)
2008-01-20 14:26 Jan Kundrat (jkt)
2008-01-20 11:27 Lukasz Damentko (rane)
2008-01-20 5:56 Ingmar Vanhassel (ingmar)
2008-01-19 21:09 Ingmar Vanhassel (ingmar)
2008-01-19 20:32 Ingmar Vanhassel (ingmar)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox