HowTo:ConfigGraficos:KDE

De Luispa

Introducción

Durante un update rutinario (emerge -DuvNp world) me encontré con un montón de errores. La mitad de ellos están relacionados con qt y la otra mitad con KDE al intentar pasar a la versión 3.5.10. Dado que llevo tiempo queriendo migrar a KDE 4 y el sistema de ebuilds de KDE ha cambiado, he decidido aprovechar esta situación de errores para tirarme a la piscina.

En primer lugar, los errores de bloqueos qt-* son de tipo "soft", es decir se arreglarán sólos durante el emerge.

En segundo lugar, los ebuilds de KDE han cambiado ya para la >3.5.9 a modo splitted (separados), es decir, aplicación que usa KDE tiene su propio ebuild (ahora hay más de 330 ebuilds), mientras que antes había ebuilds que compilaban varias aplicaciones a la vez.

En tercer lugar, la versión KDE 4 lleva ya tiempo circulando. He decidido hacer todo de golpe: ir a la 4.2.4 que ya está en portage y al nuevo método de trabajo "splitted".


Migración a KDE 4.2.4 splitted

He leido y seguido lo indicado en la guía de actualización al modo Split y la guía de actualización a KDE 4. Tengo que reconocer que dichas guías parecen incompletas y/o desactualizadas, así que no las he seguido completamente, sino que a continuación describo qué comandos he ejecutado. Ojo que lo más seguro es que leas todo lo que encuentres y no sigas mis pasos al pie de la letra...


Guardo listado de dependencias de KDE 3.5.9

  • Primero quiero eliminar KDE 3.5.9, por lo que averiguo qué aplicaciones están instaladas y qué dependencias tengo:
bolica ~ # qlist -C -I -v kde | grep 3.5 | sed 's/^/=/g'
=kde-base/kde-3.5.9
=kde-base/kdeaddons-3.5.9
=kde-base/kdeadmin-3.5.9
=kde-base/kdeartwork-3.5.9
=kde-base/kdebase-3.5.9-r4
=kde-base/kdeedu-3.5.9
=kde-base/kdegames-3.5.9
=kde-base/kdegraphics-3.5.9
=kde-base/kdelibs-3.5.9-r4
=kde-base/kdemultimedia-3.5.9
=kde-base/kdenetwork-3.5.9
=kde-base/kdepim-3.5.9-r1
=kde-base/kdetoys-3.5.9
=kde-base/kdeutils-3.5.9-r1
=kde-base/kdewebdev-3.5.9

bolica ~ # equery d kdelibs:3.5 
[ Searching for packages depending on kdelibs:3.5... ]
app-office/koffice-data-1.6.3 (=kde-base/kdelibs-3.5*)
app-office/koffice-libs-1.6.3 (=kde-base/kdelibs-3.5*)
app-office/krita-1.6.3 (=kde-base/kdelibs-3.5*)
app-office/openoffice-3.0.1 (kde? kde-base/kdelibs:3.5)
kde-base/kde-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdeaddons-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdeadmin-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdeartwork-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdebase-3.5.9-r4 (~kde-base/kdelibs-3.5.9)
kde-base/kdeedu-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdegames-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdegraphics-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdemultimedia-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdenetwork-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdepim-3.5.9-r1 (~kde-base/kdelibs-3.5.9)
kde-base/kdetoys-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-base/kdeutils-3.5.9-r1 (~kde-base/kdelibs-3.5.9)
kde-base/kdewebdev-3.5.9 (~kde-base/kdelibs-3.5.9)
kde-misc/kdnssd-avahi-0.1.2 (=kde-base/kdelibs-3.5*)
media-gfx/digikam-0.9.4 (=kde-base/kdelibs-3.5*)
media-libs/libkdcraw-0.1.4-r2 (=kde-base/kdelibs-3.5*)
media-libs/libkexiv2-0.1.8 (=kde-base/kdelibs-3.5*)
media-libs/libkipi-0.1.5 (=kde-base/kdelibs-3.5*)
media-sound/amarok-1.4.10-r2 (=kde-base/kdelibs-3.5*)

bolica ~ # equery d kdebase
[ Searching for packages depending on kdebase... ]
kde-base/kde-3.5.9 (~kde-base/kdebase-3.5.9)
kde-base/kdeadmin-3.5.9 (~kde-base/kdebase-3.5.9)
kde-base/kdeartwork-3.5.9 (~kde-base/kdebase-3.5.9)
kde-base/kdegames-3.5.9 (~kde-base/kdebase-3.5.9)
kde-base/kdegraphics-3.5.9 (~kde-base/kdebase-3.5.9)
kde-base/kdenetwork-3.5.9 (~kde-base/kdebase-3.5.9)
kde-base/kdepim-3.5.9-r1 (~kde-base/kdebase-3.5.9)
kde-base/kdeutils-3.5.9-r1 (~kde-base/kdebase-3.5.9)
media-sound/amarok-1.4.10-r2 (kde? =kde-base/kdebase-3.5*)
sys-block/gparted-0.4.3 (kde? kde-base/kdebase)
x11-wm/compiz-0.8.2 (kde? kde-base/kdebase:3.5)

Desinstalo KDE 3.5.9 y aplicaciones

  • Desinstalo KDE 3.5.9 (instalada con ebuilds monolíticos) y casi todas las aplicaciones que dependen de KDE.
emerge -C =kde-base/kde-3.5.9 \
=kde-base/kdeaddons-3.5.9 \
=kde-base/kdeadmin-3.5.9 \
=kde-base/kdeartwork-3.5.9 \
=kde-base/kdebase-3.5.9-r4 \
=kde-base/kdeedu-3.5.9 \
=kde-base/kdegames-3.5.9 \
=kde-base/kdegraphics-3.5.9 \
=kde-base/kdelibs-3.5.9-r4 \
=kde-base/kdemultimedia-3.5.9 \
=kde-base/kdenetwork-3.5.9 \
=kde-base/kdepim-3.5.9-r1 \
=kde-base/kdetoys-3.5.9 \
=kde-base/kdeutils-3.5.9-r1 \
=kde-base/kdewebdev-3.5.9

emerge -C =app-office/koffice-data-1.6.3 \
=app-office/koffice-libs-1.6.3 \
=app-office/krita-1.6.3 \
=app-office/openoffice-3.0.1 \
=kde-misc/kdnssd-avahi-0.1.2 \
=media-gfx/digikam-0.9.4 \
=media-libs/libkdcraw-0.1.4-r2 \
=media-libs/libkexiv2-0.1.8 \
=media-libs/libkipi-0.1.5 \
=media-sound/amarok-1.4.10-r2 \
sys-block/gparted-0.4.3                    <=== Añado también gparted


  • NOTA: No voy a desinstalar "compiz", ya que estoy usandolo en gnome y así evito problemas, la dejo como la única aplicación que depende de KDE.


Ficheros keywords y use


  • Modifico el fichero package.use para añadir algunos flags
x11-libs/qt-gui               dbus mng
app-text/poppler-bindings     cairo qt3 qt4
dev-python/PyQt4              dbus qt3support svg webkit

# Compiz Fusion
x11-wm/compiz-fusion          gnome kde emerald
x11-wm/compiz                 cairo gnome gtk svg dbus fuse kde4 -kde   (notar el -kde)

# Open Office
app-office/openoffice         nsplugin -kde



Inicio la instalación de KDE 4.2.4, 276 paquetes :-)

  • Verifico qué se va a instalar. Vuelven a aparecer los "b"loqueos soft (b minúscula que normalmente emerge resuelve solo).
 # emerge -pv kde-meta

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] dev-cpp/clucene-0.9.21b  USE="-debug -doc -threads" 1,504 kB
[ebuild  N    ] dev-libs/libical-0.43  1,119 kB
[ebuild  N    ] dev-libs/libzip-0.9  415 kB
[ebuild  N    ] sci-mathematics/gmm-3.0  453 kB
[ebuild  N    ] sci-libs/cln-1.2.2  USE="-doc -examples" 1,702 kB
[ebuild  N    ] net-libs/libvncserver-0.9.1  USE="jpeg zlib -no24bpp -nobackchannel" 1,036 kB
[ebuild  N    ] media-fonts/dejavu-2.28-r1  USE="X -fontforge" 4,215 kB
[ebuild     U ] x11-misc/xdg-utils-1.0.2-r3 [1.0.2-r1] USE="-doc" 0 kB
[ebuild  N    ] media-libs/raptor-1.4.18  USE="unicode xml -curl" 1,619 kB
[ebuild  N    ] app-admin/eselect-cblas-0.1  0 kB
[ebuild  N    ] dev-libs/rasqal-0.9.16  USE="pcre xml -gmp -test" 1,092 kB
[ebuild  N    ] app-arch/libarchive-2.7.0-r1  USE="acl bzip2 lzma zlib -static -xattr" 1,215 kB
[ebuild  N    ] dev-libs/redland-1.0.8  USE="berkdb mysql ssl xml -postgres -sqlite -threads" 3,897 kB
[ebuild  N    ] dev-cpp/eigen-2.0.2  341 kB
[ebuild  N    ] app-pda/pilot-link-0.12.3-r1  USE="java perl png python readline (-bluetooth) -debug -threads -usb" 939 kB
[ebuild  N    ] sci-libs/gsl-1.12  USE="-cblas" 2,857 kB
[ebuild  N    ] sci-visualization/gnuplot-4.2.4-r1  USE="X readline -doc -emacs -gd -ggi -latex -pdf -plotutils (-svga) -wxwindows -xemacs" 2,837 kB
[ebuild  N    ] sci-libs/libqalculate-0.9.6-r1  USE="readline" 1,086 kB
[ebuild     U ] x11-libs/qt-core-4.5.1 [4.4.2-r2] USE="glib iconv qt3support ssl -custom-cxxflags -debug -doc -pch" 111,980 kB
[ebuild     U ] x11-libs/qt-test-4.5.1 [4.4.2] USE="iconv%* -custom-cxxflags% -debug -pch" 0 kB
[blocks b     ] <x11-libs/qt-test-4.5.1 ("<x11-libs/qt-test-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[ebuild     U ] x11-libs/qt-sql-4.5.1 [4.4.2-r1] USE="iconv mysql qt3support sqlite -custom-cxxflags -debug (-firebird) -odbc -pch -postgres" 0 kB
[blocks b     ] <x11-libs/qt-sql-4.5.1 ("<x11-libs/qt-sql-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[ebuild     U ] x11-libs/qt-script-4.5.1 [4.4.2] USE="iconv%* -custom-cxxflags -debug -pch" 0 kB
[blocks b     ] <x11-libs/qt-script-4.5.1 ("<x11-libs/qt-script-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[ebuild     U ] x11-libs/qt-dbus-4.5.1 [4.4.2] USE="-custom-cxxflags -debug -pch" 0 kB
[blocks b     ] <x11-libs/qt-dbus-4.5.1 ("<x11-libs/qt-dbus-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[ebuild  N    ] kde-base/automoc-0.9.88  9 kB
[ebuild     U ] x11-libs/qt-gui-4.5.1 [4.4.2-r3] USE="accessibility cups dbus glib gtkstyle%* mng* qt3support tiff -custom-cxxflags -debug -nas -nis -pch -raster% -xinerama" INPUT_DEVICES="(-wacom%)" 0 kB
[blocks b     ] <x11-libs/qt-gui-4.5.1 ("<x11-libs/qt-gui-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[ebuild     U ] x11-libs/qt-qt3support-4.5.1 [4.4.2] USE="accessibility kde%* -custom-cxxflags -debug -pch -phonon%" 0 kB
[blocks b     ] <x11-libs/qt-qt3support-4.5.1 ("<x11-libs/qt-qt3support-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[blocks b     ] >x11-libs/qt-svg-4.4.2-r9999 (">x11-libs/qt-svg-4.4.2-r9999" is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-dbus-4.4.2, x11-libs/qt-gui-4.4.2-r3, x11-libs/qt-sql-4.4.2-r1, x11-libs/qt-qt3support-4.4.2, x11-libs/qt-core-4.4.2-r2)
[ebuild   R   ] app-text/poppler-bindings-0.10.5-r1  USE="cairo gtk qt3* qt4* -test" 0 kB
[ebuild     U ] x11-libs/qt-svg-4.5.1-r1 [4.4.2] USE="iconv%* -custom-cxxflags -debug -pch" 0 kB
[blocks b     ] >x11-libs/qt-gui-4.4.2-r9999 (">x11-libs/qt-gui-4.4.2-r9999" is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-dbus-4.4.2, x11-libs/qt-sql-4.4.2-r1, x11-libs/qt-qt3support-4.4.2, x11-libs/qt-svg-4.4.2, x11-libs/qt-core-4.4.2-r2)
[blocks b     ] >x11-libs/qt-sql-4.4.2-r9999 (">x11-libs/qt-sql-4.4.2-r9999" is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-dbus-4.4.2, x11-libs/qt-gui-4.4.2-r3, x11-libs/qt-qt3support-4.4.2, x11-libs/qt-svg-4.4.2, x11-libs/qt-core-4.4.2-r2)
[blocks b     ] >x11-libs/qt-webkit-4.4.2-r9999 (">x11-libs/qt-webkit-4.4.2-r9999" is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-dbus-4.4.2, x11-libs/qt-gui-4.4.2-r3, x11-libs/qt-sql-4.4.2-r1, x11-libs/qt-qt3support-4.4.2, x11-libs/qt-svg-4.4.2, x11-libs/qt-core-4.4.2-r2)
[blocks b     ] >x11-libs/qt-core-4.4.2-r9999 (">x11-libs/qt-core-4.4.2-r9999" is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-dbus-4.4.2, x11-libs/qt-gui-4.4.2-r3, x11-libs/qt-sql-4.4.2-r1, x11-libs/qt-qt3support-4.4.2, x11-libs/qt-svg-4.4.2)
[blocks b     ] >x11-libs/qt-qt3support-4.4.2-r9999 (">x11-libs/qt-qt3support-4.4.2-r9999" is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-dbus-4.4.2, x11-libs/qt-gui-4.4.2-r3, x11-libs/qt-sql-4.4.2-r1, x11-libs/qt-svg-4.4.2, x11-libs/qt-core-4.4.2-r2)
[blocks b     ] >x11-libs/qt-opengl-4.4.2-r9999 (">x11-libs/qt-opengl-4.4.2-r9999" is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-dbus-4.4.2, x11-libs/qt-gui-4.4.2-r3, x11-libs/qt-sql-4.4.2-r1, x11-libs/qt-qt3support-4.4.2, x11-libs/qt-svg-4.4.2, x11-libs/qt-core-4.4.2-r2)
[blocks b     ] >x11-libs/qt-dbus-4.4.2-r9999 (">x11-libs/qt-dbus-4.4.2-r9999" is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-gui-4.4.2-r3, x11-libs/qt-sql-4.4.2-r1, x11-libs/qt-qt3support-4.4.2, x11-libs/qt-svg-4.4.2, x11-libs/qt-core-4.4.2-r2)
[blocks b     ] >x11-libs/qt-script-4.4.2-r9999 (">x11-libs/qt-script-4.4.2-r9999" is blocking x11-libs/qt-dbus-4.4.2, x11-libs/qt-gui-4.4.2-r3, x11-libs/qt-sql-4.4.2-r1, x11-libs/qt-qt3support-4.4.2, x11-libs/qt-svg-4.4.2, x11-libs/qt-core-4.4.2-r2)
[blocks b     ] >x11-libs/qt-test-4.4.2-r9999 (">x11-libs/qt-test-4.4.2-r9999" is blocking x11-libs/qt-script-4.4.2, x11-libs/qt-dbus-4.4.2, x11-libs/qt-gui-4.4.2-r3, x11-libs/qt-sql-4.4.2-r1, x11-libs/qt-qt3support-4.4.2, x11-libs/qt-svg-4.4.2, x11-libs/qt-core-4.4.2-r2)
[blocks b     ] <x11-libs/qt-svg-4.5.1 ("<x11-libs/qt-svg-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[ebuild  N    ] kde-base/qimageblitz-0.0.4  USE="mmx sse sse2 -3dnow (-altivec) -debug" 55 kB
[ebuild     U ] x11-libs/qt-opengl-4.5.1 [4.4.2] USE="qt3support -custom-cxxflags% -debug -pch" 0 kB
[blocks b     ] <x11-libs/qt-opengl-4.5.1 ("<x11-libs/qt-opengl-4.5.1" is blocking x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[ebuild  N    ] app-office/akonadi-server-1.1.2  USE="mysql" 133 kB
[ebuild  N    ] dev-libs/soprano-2.2.2  USE="clucene dbus java raptor redland -debug -doc" 1,807 kB
[ebuild  N    ] app-misc/strigi-0.6.5  USE="clucene dbus exif qt4 -debug -fam -hyperestraier -inotify -log -test" 885 kB
[ebuild  N    ] app-crypt/qca-ossl-2.0.0_beta3  USE="-debug" 49 kB
[ebuild  N    ] media-sound/phonon-4.3.1  USE="xcb xine -debug -gstreamer" 563 kB
[ebuild  N    ] virtual/poppler-qt4-0.10.5  0 kB
[ebuild     U ] x11-libs/qt-webkit-4.5.1 [4.4.2] USE="kde%* -custom-cxxflags% -debug -pch" 0 kB
[blocks b     ] <x11-libs/qt-webkit-4.5.1 ("<x11-libs/qt-webkit-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1)
[uninstall    ] x11-libs/qt-xmlpatterns-4.4.2  USE="-debug -pch" 
[blocks b     ] <x11-libs/qt-xmlpatterns-4.5.1 ("<x11-libs/qt-xmlpatterns-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[uninstall    ] x11-libs/qt-assistant-4.4.2-r1  USE="webkit -debug -pch" 
[blocks b     ] <x11-libs/qt-assistant-4.5.1 ("<x11-libs/qt-assistant-4.5.1" is blocking x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)
[ebuild  N    ] dev-python/PyQt4-4.4.4-r2  USE="X dbus opengl qt3support svg webkit -debug -doc -examples" 6,819 kB
[ebuild  N    ] kde-base/kdelibs-4.2.4  USE="acl alsa bzip2 handbook mmx nls opengl semantic-desktop sse sse2 ssl zeroconf -3dnow (-altivec) -bindist -debug -doc -fam -jpeg2k -kdeprefix -kerberos -openexr -spell -test" 9,799 kB
[ebuild  N    ] kde-base/kdebase-data-4.2.4  USE="-kdeprefix" 67,703 kB
[ebuild  N    ] kde-base/kde-env-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdepimlibs-4.2.4  USE="handbook sasl -debug -kdeprefix -ldap -test" 1,558 kB
[ebuild  N    ] kde-base/libkdegames-4.2.4  USE="-debug -kdeprefix" 37,882 kB
[ebuild  N    ] kde-base/libkworkspace-4.2.4  USE="-debug -kdeprefix" 49,613 kB
[ebuild  N    ] kde-base/libkdeedu-4.2.4  USE="-debug -kdeprefix" 58,169 kB
[ebuild  N    ] kde-base/knotify-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/libkonq-4.2.4  USE="-debug -kdeprefix -test" 4,165 kB
[ebuild  N    ] kde-base/solid-4.2.4  USE="-bluetooth -debug -kdeprefix -networkmanager" 7 kB
[ebuild  N    ] kde-base/kephal-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/nepomuk-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdesu-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kfind-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kcheckpass-4.2.4  USE="pam -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ksysguard-4.2.4  USE="handbook lm_sensors -debug -kdeprefix -test" 0 kB
[ebuild  N    ] kde-base/ksplash-4.2.4  USE="mmx sse sse2 -3dnow (-altivec) -debug -kdeprefix -xinerama" 0 kB
[ebuild  N    ] kde-base/libkcompactdisc-4.2.4  USE="alsa -debug -kdeprefix" 1,516 kB
[ebuild  N    ] kde-base/libkcddb-4.2.4  USE="-debug -kdeprefix -musicbrainz" 0 kB
[ebuild  N    ] kde-base/kcmshell-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdebase-desktoptheme-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kde-wallpapers-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdedglobalaccel-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kpasswdserver-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdialog-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/phonon-kde-4.2.4  USE="xine -debug -kdeprefix -pulseaudio" 0 kB
[ebuild  N    ] kde-base/kwalletd-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kioclient-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ktimezoned-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/libplasmaclock-4.2.4  USE="opengl -debug -kdeprefix -xinerama" 0 kB
[ebuild  N    ] kde-base/kurifilter-plugins-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kde-menu-icons-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kstartupconfig-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kstyles-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/pykde4-4.2.4  USE="-akonadi -debug -examples -kdeprefix -semantic-desktop" 4,626 kB
[ebuild  N    ] kde-base/libkexiv2-4.2.4  USE="-debug -kdeprefix" 3,500 kB
[ebuild  N    ] kde-base/libksane-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kde-l10n-4.2.4  USE="-kdeprefix" LINGUAS="es -ar -bg -bn_IN -ca -cs -csb -da -de -el -en_GB -et -eu -fi -fr -ga -gl -gu -he -hi -hu -is -it -ja -kk -km -kn -ko -ku -lt -lv -mai -mk -ml -mr -nb -nds -nl -nn -pa -pl -pt -pt_BR -ro -ru -sk -sl -sr -sv -tg -th -tr -uk -wa -zh_CN -zh_TW" 17,663 kB
[ebuild  N    ] kde-base/kate-4.2.4  USE="handbook plasma -debug -kdeprefix" 5,349 kB
[ebuild  N    ] kde-base/knetworkconf-4.2.4  USE="-debug -kdeprefix" 1,878 kB
[ebuild  N    ] kde-base/kcron-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kquitapp-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kappfinder-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kuiserver-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdebase-cursors-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kiconfinder-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kfile-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdebugdialog-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kwrite-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/renamedlg-plugins-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/knetattach-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kmimetypefinder-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/konsole-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/solid-hardware-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kstart-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ktraderclient-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/khelpcenter-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kde-menu-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kwrited-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/drkonqi-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kinfocenter-4.2.4  USE="handbook opengl -debug -ieee1394 -kdeprefix" 0 kB
[ebuild  N    ] kde-base/knewstuff-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ksystraycmd-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kreadconfig-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kcalc-4.2.4  USE="handbook -debug -kdeprefix -test" 2,323 kB
[ebuild  N    ] kde-base/sweeper-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdf-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdessh-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/okteta-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kcharselect-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ktimer-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/superkaramba-4.2.4  USE="handbook python -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ark-4.2.4  USE="archive handbook zip -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kweather-4.2.4  USE="handbook -debug -kdeprefix" 1,278 kB
[ebuild  N    ] kde-base/amor-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kteatime-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/libkdcraw-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kamera-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kcolorchooser-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ksnapshot-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdegraphics-strigi-analyzer-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/libkipi-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/svgpart-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kruler-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kolourpaint-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/okular-4.2.4  USE="crypt handbook jpeg pdf ps tiff -chm -debug -djvu -ebook -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kgamma-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/juk-4.2.4  USE="handbook -debug -kdeprefix -musicbrainz" 0 kB
[ebuild  N    ] kde-base/kmix-4.2.4  USE="alsa handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/dragonplayer-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kgeography-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/step-4.2.4  USE="gsl handbook qalculate -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kbruch-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kig-4.2.4  USE="handbook -debug -kdeprefix -kig-scripting" 0 kB
[ebuild  N    ] kde-base/kiten-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kalgebra-4.2.4  USE="handbook opengl plasma readline -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeartwork-styles-4.2.4  USE="-debug -kdeprefix" 22,140 kB
[ebuild  N    ] kde-base/kdeartwork-wallpapers-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeartwork-colorschemes-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeartwork-desktopthemes-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeartwork-emoticons-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeartwork-iconthemes-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeartwork-sounds-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kommander-4.2.4  USE="handbook -debug -kdeprefix" 2,467 kB
[ebuild  N    ] kde-base/kxsldbg-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kfilereplace-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kimagemapeditor-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/libkleo-4.2.4  USE="-debug -kdeprefix" 11,848 kB
[ebuild  N    ] kde-base/libkholidays-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/khotkeys-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/libtaskmanager-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdebase-kioslaves-4.2.4  USE="bzip2 handbook samba -debug -kdeprefix -openexr" 0 kB
[ebuild  N    ] kde-base/kcminit-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kscreensaver-4.2.4  USE="opengl pam -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/libkpgp-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/libkmahjongg-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/plasma-apps-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kwin-4.2.4  USE="opengl -captury -debug -kdeprefix -xcomposite -xinerama" 0 kB
[ebuild  N    ] kde-base/keditbookmarks-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/soliduiserver-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdepasswd-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdnssd-4.2.4  USE="zeroconf -debug -kdeprefix" 6,874 kB
[ebuild  N    ] kde-base/kmailcvt-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/mimelib-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdemaildir-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kode-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/libksieve-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ksystemlog-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kuser-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/dolphin-4.2.4-r1  USE="handbook semantic-desktop -debug -kdeprefix -thumbnail" 0 kB
[ebuild  N    ] kde-base/powerdevil-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdepim-strigi-analyzer-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdepim-icons-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kabcclient-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kwallet-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kgpg-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/gwenview-4.2.4  USE="handbook semantic-desktop -debug -kdeprefix -kipi" 0 kB
[ebuild  N    ] kde-base/ksaneplugin-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kfourinline-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ksame-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kollision-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ksirk-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kubrick-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/katomic-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ksudoku-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kblocks-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/killbots-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ktuberling-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/lskat-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kreversi-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kgoldrunner-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/bomber-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kspaceduel-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/konquest-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kiriki-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/bovo-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kolf-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/knetwalk-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kjumpingcube-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/klines-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kbounce-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kpat-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kblackbox-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kbattleship-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdiamond-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kmines-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ksquares-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kbreakout-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kapman-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdemultimedia-kioslaves-4.2.4  USE="handbook vorbis -debug -encode -flac -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kscd-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kwordquiz-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kalzium-4.2.4  USE="handbook plasma -debug -editor -kdeprefix -solver -test" 0 kB
[ebuild  N    ] kde-base/parley-4.2.4  USE="handbook plasma -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/blinken-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/klettres-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/khangman-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kstars-4.2.4  USE="handbook -debug -fits -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kanagram-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/marble-4.2.4  USE="handbook python -debug -designer-plugin -gps -kdeprefix -plasma -test" 0 kB
[ebuild  N    ] kde-base/kmplot-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ktouch-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kturtle-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/krfb-4.2.4  USE="handbook zeroconf -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kget-4.2.4  USE="handbook plasma semantic-desktop -bittorrent -bittorrent-external -debug -kdeprefix -sqlite" 0 kB
[ebuild  N    ] kde-base/krdc-4.2.4  USE="handbook jpeg zeroconf -debug -kdeprefix -vnc" 0 kB
[ebuild  N    ] kde-base/kdenetwork-filesharing-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kppp-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kopete-4.2.4  USE="addbookmarks alias autoreplace contactnotes handbook highlight history jabber nowlistening pipes privacy ssl statistics texteffect translator urlpicpreview -bonjour -debug -gadu -groupwise -jingle -kdeprefix -latex -meanwhile -msn -oscar -otr -qq -testbed -webpresence -winpopup -yahoo" 0 kB
[ebuild  N    ] kde-base/klinkstatus-4.2.4  USE="handbook -debug -kdeprefix -tidy" 0 kB
[ebuild  N    ] kde-base/libkdepim-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ksmserver-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/plasma-workspace-4.2.4  USE="handbook python -debug -google-gadgets -kdeprefix -rss -xcomposite -xinerama" 0 kB
[ebuild  N    ] kde-base/konqueror-4.2.4  USE="auth bookmarks handbook -debug -kdeprefix -thumbnail" 0 kB
[ebuild  N    ] kde-base/kcontrol-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdewebdev-meta-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdenetwork-meta-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeedu-meta-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdemultimedia-meta-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdegraphics-meta-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeutils-meta-4.2.4  USE="-floppy -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeadmin-meta-4.2.4  USE="-kdeprefix -lilo" 0 kB
[ebuild  N    ] kde-base/kmenuedit-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdm-4.2.4  USE="handbook pam -consolekit -debug -kdeprefix -kerberos" 0 kB
[ebuild  N    ] kde-base/klipper-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ktux-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kmahjongg-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kshisen-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeartwork-kscreensaver-4.2.4  USE="eigen opengl -debug -kdeprefix -xscreensaver" 0 kB
[ebuild  N    ] kde-base/kontactinterfaces-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/systemsettings-4.2.4  USE="handbook opengl usb -debug -kdeprefix -xinerama" 0 kB
[ebuild  N    ] kde-base/krunner-4.2.4  USE="opengl -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/akonadi-4.2.4  USE="semantic-desktop -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeartwork-meta-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdegames-meta-4.2.4  USE="opengl -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdetoys-meta-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/nsplugins-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kalarm-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/konsolekalendar-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kleopatra-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kpilot-4.2.4  USE="crypt handbook -avantgo -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kaddressbook-4.2.4  USE="handbook kontact -debug -gnokii -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kontact-4.2.4  USE="handbook -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdeplasma-addons-4.2.4  USE="exif opengl -debug -kdeprefix" 4,177 kB
[ebuild  N    ] kde-base/kdebase-startkde-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/akregator-4.2.4  USE="handbook kontact -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kjots-4.2.4  USE="handbook kontact -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/knotes-4.2.4  USE="handbook kontact -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/knode-4.2.4  USE="handbook kontact -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kmail-4.2.4  USE="handbook kontact semantic-desktop -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdepim-kresources-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/korganizer-4.2.4  USE="handbook kontact -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdebase-meta-4.2.4  USE="-kdeprefix -semantic-desktop" 0 kB
[ebuild  N    ] kde-base/kdepim-wizards-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/ktimetracker-4.2.4  USE="handbook kontact -debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kontact-specialdates-4.2.4  USE="-debug -kdeprefix" 0 kB
[ebuild  N    ] kde-base/kdepim-meta-4.2.4  USE="-kdeprefix" 0 kB
[ebuild  N    ] kde-base/kde-meta-4.2.4  USE="mysql nls -accessibility -kdeprefix" 0 kB

Total: 276 packages (11 upgrades, 264 new, 1 reinstall, 2 uninstalls), Size of downloads: 463,137 kB
Conflict: 21 blocks


  • Ejecuto la instalación tal cual, a pesar de los bloqueos "soft"... (tarda 3 horas y no da ningún problema)
 # emerge -pv kde-meta
 :
 :

Terminar la actualización

El objetivo ahora es que NO se instale la versión 3.5.x de KDE. Antes de ejecutar cada uno de los comandos siguientes siempre uso --pretend para verificar que no se instalará 3.5.x. En algunas ocasiones lo ha intentado y por lo tanto he modificado el USE del paquete en cuestión (típicamente poniendo un -kde). Ver las moficaciones a USE que he realizado (al principio de este documento).

  • Compilo de nuevo compiz, gparted, subversion y openoffice
# emerge -v compiz
# emerge -v gparted
# emerge -v subversion
# emerge -v openoffice


  • Termino el update completo que tenía cuando empezó toda esta historia (leer los primeros párrafos)
# emerge -DuvN world
  • Finalmente, y como siempre que se hace algo tan drástico, realizo un revdep-rebuild
# revdep-rebuild

Me da un error en x11-libs/compizconfig-backend-kconfig-0.8.2:


Temas pendientes

Tengo pendiente de estudio lo siguiente:


  • (1) Paquetes (que los había desinstalado) y todavía tengo que ver porqué siguen pidiendo 3.5.x
- kdnssd-avahi, digikam, libkdcraw, libkexiv2, linkipi
  • (2) revdep-rebuild da error en:
x11-libs/compizconfig-backend-kconfig-0.8.2: relacionado con kde-config... tengo que investigarlo

  • (3) de momento no puedo recompilar x11-libs/compizconfig-backend-kconfig-0.8.2
  • (5) ver cómo se independizan las opciones de autostart de KDE y Gnome




Conclusión

A pesar de los temas pendientes que ya estudiaré con tiempo...

  • He salido de X y vuelto a entrar en Gnome y funciona, he probado varias aplicaciones K* (kde) desde el menú y arrancan correctamente.
  • El administrador de opciones de CompizConfig funciona.
  • He salido de Gnome y entrado con KDE y funciona correctamente.




Aplicaciones



Enlaces y Créditos

[1] http://wiki.luispa.com/ Página principal de LuisPa.
[2] http://www.gentoo.org/proj/en/desktop/kde/kde-split-ebuilds.xml Guía sobre cómo cambiar a modo "Split" en KDE.
[3] http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml Guía de migración a KDE4


Volver a la página de Role como Estación de trabajo

--Luis 17:32 8 jun 2009 (CEST)