wok diff awesome/receipt @ rev 9154

magicpoint: needs make -j1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 07 09:07:43 2011 +0100 (2011-03-07)
parents d1e3d41cea3f
children b055fad40b76
line diff
     1.1 --- a/awesome/receipt	Wed Oct 06 05:38:12 2010 +0000
     1.2 +++ b/awesome/receipt	Mon Mar 07 09:07:43 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="awesome"
     1.7 -VERSION="3.4.8"
     1.8 +VERSION="3.4.9"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="awesome is a highly configurable, next generation framework window manager for X."
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12 @@ -16,10 +16,10 @@
    1.13  compile_rules()
    1.14  {
    1.15      cd $src
    1.16 -    #cmake -DCMAKE_INSTALL_PREFIX=/usr -DXDG_CONFIG_DIR=/etc/xdg .
    1.17 +    patch -Np1 -i $stuff/0001-Normalize-icon-path-names-fixes-869.patch
    1.18      make CMAKE_ARGS=" -DPREFIX=/usr -DXDG_CONFIG_DIR=/etc/xdg \
    1.19  	-DCMAKE_BUILD_TYPE=RELEASE" &&
    1.20 -    make DESTDIR=$PWD/_pkg install
    1.21 +    make install
    1.22      
    1.23  }
    1.24