diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 21:53:44 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 21:53:44 +0200 |
commit | 8bea8a89aef8e00b1ea18edec86f0ceef1d9bfbf (patch) | |
tree | 1ebc065a7a2604d7b86744fb622e420f2e464553 /kde/kdebase-workspace/Pkgfile | |
parent | 89b4bb124af4d4bd1fd27741486a3c9dbb48a6c3 (diff) | |
parent | 64b2a40f904c56183258bdf5ac67f8457a93cfc5 (diff) | |
download | nutyx-pakxe-8bea8a89aef8e00b1ea18edec86f0ceef1d9bfbf.tar.gz nutyx-pakxe-8bea8a89aef8e00b1ea18edec86f0ceef1d9bfbf.tar.bz2 nutyx-pakxe-8bea8a89aef8e00b1ea18edec86f0ceef1d9bfbf.tar.xz nutyx-pakxe-8bea8a89aef8e00b1ea18edec86f0ceef1d9bfbf.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'kde/kdebase-workspace/Pkgfile')
-rwxr-xr-x | kde/kdebase-workspace/Pkgfile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/kde/kdebase-workspace/Pkgfile b/kde/kdebase-workspace/Pkgfile index 4e07a173f..f917806a7 100755 --- a/kde/kdebase-workspace/Pkgfile +++ b/kde/kdebase-workspace/Pkgfile @@ -2,21 +2,19 @@ # URL: http://www.kde.org # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: cmake, automoc4, boost, networkmanager, polkit-kde, qimageblitz, libraw1394, lm_sensors, xorg-libxkbfile, xorg-libxdamage, xorg-libxtst, kdepimlibs, gpsd, consolekit +# Depends on: cmake, automoc4, boost, polkit-kde, qimageblitz, lm_sensors, xorg-libxkbfile, xorg-libxdamage, xorg-libxtst, kdepimlibs, gpsd, consolekit # Run on: kdepim-runtime, lm_sensors, libraw1394, qimageblitz, polkit-kde, consolekit, xorg-xprop, xorg-libxdamage, xorg-libxkbfile name=kdebase-workspace -version=4.6.0 -release=5 +version=4.6.1 +release=1 source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 \ lxde.desktop ede.desktop Xsession.kde4 \ http://nutyx.meticul.eu/files/kdm-nutyx-attapu.1.tar.bz2 \ http://nutyx.meticul.eu/files/nutyx-attapu-ksplash.tar.gz \ http://nutyx.meticul.eu/files/Attapu.tar.bz2 \ - kdebase-workspace-4.6.0-fix-plasma-crash-on-exit.patch \ - kdebase-workspace-4.6.0-fix-MALLOC_CHECK.patch \ kde.pam \ kde-np.pam \ kscreensaver.pam) @@ -26,9 +24,6 @@ build() { cd $name-* - patch -Np0 -i $SRC/kdebase-workspace-4.6.0-fix-MALLOC_CHECK.patch - patch -Np1 -i $SRC/kdebase-workspace-4.6.0-fix-plasma-crash-on-exit.patch - mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ |