summaryrefslogtreecommitdiffstats
path: root/source/kde/KDE.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/KDE.SlackBuild')
-rwxr-xr-xsource/kde/KDE.SlackBuild26
1 files changed, 11 insertions, 15 deletions
diff --git a/source/kde/KDE.SlackBuild b/source/kde/KDE.SlackBuild
index d8914eb54..19f6ba5b8 100755
--- a/source/kde/KDE.SlackBuild
+++ b/source/kde/KDE.SlackBuild
@@ -1,8 +1,9 @@
#!/bin/sh
-# Build (and install) all KDE packages.
+# Build (and install) all KDE core packages.
# Written for Slackware by volkerdi@slackware.com.
# Modified for KDE4 by Robby Workman <rworkman@slackware.com>
+# Modified for KDE4 by Eric Hameleers <alien@slackware.com>
# kdeaccessibility builds plugins for epos, festival, flite, freetts, and
# hadifix, so they should work with kde if any of those are installed later
@@ -17,36 +18,31 @@ QTDIR=/usr/lib${LIBDIRSUFFIX}/qt ; export QTDIR
[ -d kdebase ] && eval $(sed -e "s#/lib#/lib${LIBDIRSUFFIX}#" ./kdebase/profile.d/kde.sh)
KDEMODS=" \
+ polkit-qt-1 \
kdelibs \
kdepimlibs \
- kdebase-workspace \
kdebase \
kdebase-workspace \
kdebase-runtime \
+ kdesdk \
+ kdegraphics \
+ kdebindings \
+ kdebase-workspace \
kdeaccessibility \
kdeutils \
kdemultimedia \
kdenetwork \
+ oxygen-icons \
kdeadmin \
kdeartwork \
kdegames \
kdetoys \
- kdegraphics \
- kdesdk \
kdepim \
+ kdepim-runtime \
kdeedu \
- kdeplasma-addons \
- kdebindings \
kdewebdev \
- kdevplatform \
- kdevelop \
- konq-plugins \
- koffice \
- amarok \
- guidance-power-manager \
- kaudiocreator \
- ktorrent \
- skanlite"
+ kdeplasma-addons \
+ polkit-kde-1 "
# Allow for specification of individual packages to be built:
if [ -z "$1" ]; then