summaryrefslogtreecommitdiffstats
path: root/kde/kdebase-workspace/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-30 09:13:29 +0200
committersibel <lesibel at free dot fr>2010-07-30 09:13:29 +0200
commit8fa19ec992ebdb86cdae3a84d946655ccab80bc7 (patch)
tree095dd49d3ab691e79b7fa180da23d672ab59ed83 /kde/kdebase-workspace/Pkgfile
parent7e43fe07099df34f8d187ca84dcd28d62cbb40eb (diff)
downloadnutyx-extra-8fa19ec992ebdb86cdae3a84d946655ccab80bc7.tar.gz
nutyx-extra-8fa19ec992ebdb86cdae3a84d946655ccab80bc7.tar.bz2
nutyx-extra-8fa19ec992ebdb86cdae3a84d946655ccab80bc7.tar.xz
nutyx-extra-8fa19ec992ebdb86cdae3a84d946655ccab80bc7.zip
maj de kdebase-workspace#4.4.95-2
Diffstat (limited to 'kde/kdebase-workspace/Pkgfile')
-rwxr-xr-xkde/kdebase-workspace/Pkgfile8
1 files changed, 6 insertions, 2 deletions
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 ..