summaryrefslogtreecommitdiffstats
path: root/kde/kdebase-workspace/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/kdebase-workspace/Pkgfile')
-rwxr-xr-xkde/kdebase-workspace/Pkgfile11
1 files changed, 8 insertions, 3 deletions
diff --git a/kde/kdebase-workspace/Pkgfile b/kde/kdebase-workspace/Pkgfile
index 2f295b171..88eceaa78 100755
--- a/kde/kdebase-workspace/Pkgfile
+++ b/kde/kdebase-workspace/Pkgfile
@@ -2,9 +2,9 @@
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: cmake, automoc4, boost, polkit-kde, qimageblitz, lm_sensors, xorg-libxkbfile, xorg-libxdamage, xorg-libxtst, kdepimlibs, gpsd, consolekit
-# Run on: lm_sensors,libraw1394,qimageblitz,polkit-kde,consolekit,xorg-xprop,xorg-libxdamage,xorg-libxkbfile
+# Depends on: cmake, automoc4, kdelibs, kdepimlibs, kdebase-runtime, kdebase, libdbusmenu-qt, polkit-qt, lm_sensors, libraw1394, gpsd, qimageblitz, pciutils, usbutils, consolekit, xorg-libxtst, xorg-libxkbfile, xorg-libxdamage
+# Run on: lm_sensors,libraw1394,qimageblitz,polkit-kde,consolekit,xorg-xprop,xorg-libxdamage,xorg-libxkbfile
name=kdebase-workspace
version=4.6.2
@@ -19,13 +19,18 @@ build() {
cd $name-*
+ sed -e "s#@REPLACE_LDFLAGS@##" \
+ -i startkde.cmake
+ sed -e "s#@REPLACE_LIBDIR@#$(get_libdir)#" \
+ -i startkde.cmake
+
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DWITH_Xmms=OFF \
- -DWITH_Googlegadgets=ON \
+ -DWITH_Googlegadgets=OFF \
-DWITH_PolkitQt=OFF
make
make DESTDIR=$PKG install