Categories: Ports
Authors: Alan Mizrahi
prtdir /usr/ports/kde4 in /etc/prt-get.conf
PKGMK_IGNORE_FOOTPRINT=yes in /etc/pkgmk.conf
Pkgfile there is a DO_NOT_COMPILE variable that you may set with whatever you want to prevent from being built.Pkgfile in order to make it easy.
Just fire up prt-get with the modules you want to install:
$ prt-get depinst kdebase kdepim kdegraphics kdenetwork kdemultimedia kdeutils
There are several external programs that are not part of the official KDE4 distribution, but they are included in the repository and you may install them too. For example: amarok, basket.
To use kdm as your login manager I advise you to follow these steps:
cp -r /usr/share/config/kdm /etc/X11/
x:3:respawn:/usr/bin/kdm -nodaemon -config /etc/X11/kdm/kdmrc id:3:initdefault: rc::sysinit:/etc/rc rs:S1:wait:/etc/rc.single rm:23:wait:/etc/rc.multi rd:06:wait:/etc/rc.shutdown su:S:wait:/sbin/sulogin -p c1:123:respawn:/sbin/agetty 38400 tty1 linux c2:23:respawn:/sbin/agetty 38400 tty2 linux c3:23:respawn:/sbin/agetty 38400 tty3 linux c4:23:respawn:/sbin/agetty 38400 tty4 linux ca::ctrlaltdel:/sbin/shutdown -t3 -r now x:3:respawn:/usr/bin/kdm -nodaemon -config /etc/X11/kdm/kdmrc
~/.kde to store the configuration files, the KDE4 ports use ~/.kde4 . ~/.kde to ~/.kde4 , but I strongly suggest you make a backup first.
mv ~/.kde4/share/apps/kopete/logs/MSNProtocol ~/.kde4/share/apps/kopete/logs/WlmProtocol
This document is work in progress. Please send suggestions or improvements to alan at mizrahi dot com dot ve