diff options
Diffstat (limited to 'extra/kde-workspace/Pkgfile')
-rwxr-xr-x | extra/kde-workspace/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/kde-workspace/Pkgfile b/extra/kde-workspace/Pkgfile index 6cdc19285..731ab050e 100755 --- a/extra/kde-workspace/Pkgfile +++ b/extra/kde-workspace/Pkgfile @@ -6,8 +6,8 @@ # Run on: kdelibs,kdepimlibs,qimageblitz,xorg-libxtst,xorg-libxkbfile,pciutils,libraw1394,networkmanager,libusb-compat,consolekit,upower,udisks,lm_sensors,boost,akonadi,gpsd,polkit-kde,kde-l10n-fr,phonon-backend-gstreamer name=kde-workspace -version=4.7.2 -release=2 +version=4.7.3 +release=1 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 @@ -30,8 +30,7 @@ build() { -DKDE_DEFAULT_HOME=.kde \ -DSYSCONF_INSTALL_DIR=/etc \ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \ - -DPYTHON_EXECUTABLE=/usr/bin/python2 - + -DPYTHON_EXECUTABLE=/usr/bin/python2 make make DESTDIR=$PKG install cd .. |