diff options
| author | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-09-25 14:04:08 +0200 |
|---|---|---|
| committer | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-09-25 14:04:08 +0200 |
| commit | 50a1f5c99e87a814a560ba0b44b8c668073c45e5 (patch) | |
| tree | 3a05c585e15b9c5428b62f8e043bf8fbf7fcc496 | |
| parent | 118db08c9ae6319c0768e45f0d34304f7374f9f4 (diff) | |
| download | kde-50a1f5c99e87a814a560ba0b44b8c668073c45e5.tar.gz kde-50a1f5c99e87a814a560ba0b44b8c668073c45e5.tar.bz2 kde-50a1f5c99e87a814a560ba0b44b8c668073c45e5.zip | |
Propper commit of updated Documentation folder
| -rw-r--r-- | Documentation/kde-guide.xml | 14 | ||||
| -rw-r--r-- | Documentation/package.keywords/kde | 2 |
2 files changed, 10 insertions, 6 deletions
diff --git a/Documentation/kde-guide.xml b/Documentation/kde-guide.xml index f053c50c478..43a29b553bd 100644 --- a/Documentation/kde-guide.xml +++ b/Documentation/kde-guide.xml @@ -39,6 +39,7 @@ It will be updated later when the ebuilds are put in the tree. # <i>emerge -C $(find ./ -name \*.ebuild |sed -e "s:.ebuild::" -e "s:./::" |awk -F'/' '{print "="$1"/"$3}')</i> </pre> <p>And as final step you should remove the old overlay so there is no blockage with our ebuilds. You should remove the old unmask and or keyword data for old kde4</p> + <note>Don't forget to run depclean, because this uninstalls only dependant packages and leaves behind rest of it!</note> </body> </section> </chapter> @@ -72,7 +73,7 @@ It will be updated later when the ebuilds are put in the tree. <body> <note>This is the recomended way of keywording the packages.</note> <p>This overlay provides an appropriate package.keywords file that can be used on your package.keywords file/directory. You can find this file in "Documentation/package.keywords" directory. Just copy it to the correct location "/etc/portage/package.keywords/" (or if you're lazy 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 dir"> + <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> @@ -85,7 +86,7 @@ It will be updated later when the ebuilds are put in the tree. <section> <title>Creating the file from the packages in the overlay</title> <body> - <pre caption="Adding keywords to the package.keywords dir"> + <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> @@ -158,15 +159,18 @@ It will be updated later when the ebuilds are put in the tree. </section> <section> <title>Removing kde-3.5</title> + <body> <pre caption="Unmerging kde-3.5"> # <i>emerge -C @kde-3.5</i> </pre> + <note>Don't forget to run depclean, because this uninstall only dependant packages and leaves behind rest of it!</note> + </body> </section> <section> <title>No Desktop icon</title> <body> - <p>KDE 4 as it moves towards semantic desktop did not bundle any icon for the desktop at all. As you can see there is actualy no desktop.</p> - <p>Solution on howto fix this problem is replace desktop icon by folder one.</p> + <p>KDE 4, as it moves towards a semantic desktop, did not bundle any icon for the desktop at all. As you can see there is actually no desktop.</p> + <p>Solution on howto fix this problem is to replace the desktop icon by folder one.</p> <pre caption="sed command"> $ <i>sed -i -e "s:Icon=desktop:Icon=folder:g" ~/Desktop/.directory</i></pre> </body> @@ -216,7 +220,7 @@ $ <i>sed -i -e "s:Icon=desktop:Icon=folder:g" ~/Desktop/.directory</i></pre> <body> <p>Since we run kde3 we need to rebuild sycoca DB for it.</p> <pre caption="kbuildsycoca command"> -# kbuildsycoca</pre> +# kbuildsycoca --noincremental</pre> </body> </section> </chapter> diff --git a/Documentation/package.keywords/kde b/Documentation/package.keywords/kde index 8f4a6ca0512..06cbd168f16 100644 --- a/Documentation/package.keywords/kde +++ b/Documentation/package.keywords/kde @@ -9,7 +9,7 @@ kde-base/libkcompactdisc:4.1 kde-base/libkdcraw:4.1 kde-base/libkdeedu:4.1 kde-base/libkdepim:4.1 -kde-base/libkexi2:4.1 +kde-base/libkexiv2:4.1 kde-base/libkholidays:4.1 kde-base/libkipi:4.1 kde-base/libkleo:4.1 |
