diff options
author | sibel <lesibel@free.fr> | 2011-03-30 21:52:42 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-30 21:52:42 +0200 |
commit | 5a21bc3ef78af0204a113a730c7bb4bfe175589f (patch) | |
tree | 581a6cb2c3d964fc02194e673e238bec80d324ef /kde/kdebase-workspace/Pkgfile | |
parent | 23c14a1ea77af08123933e4abacea02f770fcf81 (diff) | |
download | nutyx-pakxe-5a21bc3ef78af0204a113a730c7bb4bfe175589f.tar.gz nutyx-pakxe-5a21bc3ef78af0204a113a730c7bb4bfe175589f.tar.bz2 nutyx-pakxe-5a21bc3ef78af0204a113a730c7bb4bfe175589f.tar.xz nutyx-pakxe-5a21bc3ef78af0204a113a730c7bb4bfe175589f.zip |
kdebase-workspace, maj 4.6.1-1
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 \ |