diff options
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 \ |