summaryrefslogtreecommitdiffstats
path: root/kde/kdebase-workspace/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-04-09 17:56:37 +0200
committertnut <thierryn1 at hispeed dot ch>2011-04-09 17:56:37 +0200
commit3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650 (patch)
tree78e38cc5659badeb2e7b2dbc575a679136cd32b1 /kde/kdebase-workspace/Pkgfile
parentd6316edbad7e1d128fcc697ea6bb6da964b7ec48 (diff)
parentc03f43cad02a794da6b42cec52a924d6706210ce (diff)
downloadnutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.gz
nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.bz2
nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.xz
nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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