diff options
Diffstat (limited to 'extra/kde-workspace/Pkgfile')
-rwxr-xr-x | extra/kde-workspace/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/kde-workspace/Pkgfile b/extra/kde-workspace/Pkgfile index 13f5d8df3..6cdc19285 100755 --- a/extra/kde-workspace/Pkgfile +++ b/extra/kde-workspace/Pkgfile @@ -7,7 +7,7 @@ name=kde-workspace version=4.7.2 -release=1 +release=2 source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 \ http://nutyx.meticul.eu/files/patchs/$name/Pakxe.tar.bz2 \ http://nutyx.meticul.eu/files/patchs/$name/nutyx-pakxe-01.tar.bz2 @@ -29,7 +29,8 @@ build() { -DWITH_Googlegadgets=OFF \ -DKDE_DEFAULT_HOME=.kde \ -DSYSCONF_INSTALL_DIR=/etc \ - -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' + -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \ + -DPYTHON_EXECUTABLE=/usr/bin/python2 make make DESTDIR=$PKG install |