Basic applications for the KDE system Maintained by:kde@FreeBSD.org Port Added: 16 Oct 2011 23:20:17 Also Listed In:kde License: not specified in port
This package provides the basic applications for the KDE system. Installing
this package (and its dependencies) will provide you with everything required
for a minimal, functional KDE desktop.
WWW: http://www.kde.org
To install the port:cd /usr/ports/x11/kde4-workspace/ && make install clean To add the package:pkg_add -r kde-workspace
Configuration Options
===> The following configuration options are available for kde-workspace-4.8.3:
GPS=on (default) "Support for GPS geolocation dataengine"
PHONON_GSTREAMER=on (default) "GStreamer backend for Phonon (recommended)"
PHONON_VLC=off (default) "VLC backend for Phonon"
PLASMA_PYTHON=off (default) "Support for plasmoids written in Python"
PLASMA_RUBY=off (default) "Support for plasmoids written in Ruby"
UPOWER=on (default) "Support for power management"
WALLPAPERS=on (default) "Official KDE wallpapers"
===> Use 'make config' to modify these settings
Reason:
If your KDM fails with the message
'X server "/usr/bin/X" cannot be executed'
you need to delete its configuration file and restart it:
# rm /usr/local/kde4/share/config/kdm/kdmrc
# service kdm4 restart
KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.
Follow UPDATING instruction!
New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
(Only the first 15 lines of the commit message are shown above )
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.
This is an incremental update and should be much easier to handle than
the transition from 4.6.5 to 4.7.2 in the ports tree.
The official release notes can be found at
http://www.kde.org/announcements/announce-4.7.3.php.
Approved by: avilla (mentor), makc (mentor), portmgr (miwi)
Feature safe: yes
- Fix detection of X11 prefix adding xrdb also to BUILD_DEPENDS. [1]
- Depend on gstreamer-plugins-core when WITH_PHONON_GSTREAMER is set. [1]
- Add note to pkg-message, when WITH_PHONON_GSTREAMER is not set, to
alert people they *need* at least gstreamer-plugins-ogg to avoid a
deadlock at logout when using GStreamer Phonon backend.. [1]
- Add optional dependency on kde4-wallpapers (defaults to on).
- Fix the script for setting FreeBSD wallpaper on new configurations.
- Bump PORTREVISION.
Discussed with: ale via e-mail [1]