summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/kdebase-workspace/.footprint6
-rwxr-xr-xkde/kdebase-workspace/Pkgfile8
2 files changed, 12 insertions, 2 deletions
diff --git a/kde/kdebase-workspace/.footprint b/kde/kdebase-workspace/.footprint
index 8196297ce..a63955526 100644
--- a/kde/kdebase-workspace/.footprint
+++ b/kde/kdebase-workspace/.footprint
@@ -2249,6 +2249,12 @@ drwxr-xr-x root/root usr/share/kde4/servicetypes/
-rw-r--r-- root/root usr/share/kde4/servicetypes/systemsettingscategory.desktop
-rw-r--r-- root/root usr/share/kde4/servicetypes/systemsettingsexternalapp.desktop
-rw-r--r-- root/root usr/share/kde4/servicetypes/systemsettingsview.desktop
+drwxr-xr-x root/root usr/share/polkit-1/
+drwxr-xr-x root/root usr/share/polkit-1/actions/
+-rw-r--r-- root/root usr/share/polkit-1/actions/org.kde.fontinst.policy
+-rw-r--r-- root/root usr/share/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
+-rw-r--r-- root/root usr/share/polkit-1/actions/org.kde.kcontrol.kcmkdm.policy
+-rw-r--r-- root/root usr/share/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
drwxr-xr-x root/root usr/share/sounds/
-rw-r--r-- root/root usr/share/sounds/pop.wav
drwxr-xr-x root/root usr/share/wallpapers/
diff --git a/kde/kdebase-workspace/Pkgfile b/kde/kdebase-workspace/Pkgfile
index faadbfdeb..54f0f2ad1 100755
--- a/kde/kdebase-workspace/Pkgfile
+++ b/kde/kdebase-workspace/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: kdebase-runtime, xorg-libxscrnsaver, shared-mime-info, kdelibs, kdepimlibs, hal, libvorbis, libogg, audiofile, alsa-utils, qimageblitz, lm_sensors, libxklavier, libcaptury, consolekit, xmms, networkmanager, libraw1394
+# Depends on: polkit-qt, kdebase-runtime, xorg-libxscrnsaver, shared-mime-info, kdelibs, kdepimlibs, hal, libvorbis, libogg, audiofile, alsa-utils, qimageblitz, lm_sensors, libxklavier, libcaptury, consolekit, networkmanager, libraw1394
name=kdebase-workspace
@@ -21,7 +21,11 @@ build() {
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_doc=OFF
+ -DWITH_PolkitQt=OFF \
+ -DWITH_Xmms=OFF \
+ -DWITH_Googlegadgets=OFF \
+ -DWITH_QEdje=OFF \
+ -DBUILD_doc=OFF
make -j3
make DESTDIR=$PKG install
cd ..