wok diff awesome/receipt @ rev 9420

Up: hplip to 3.11.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 30 10:42:27 2011 +0000 (2011-03-30)
parents d1e3d41cea3f
children b055fad40b76
line diff
     1.1 --- a/awesome/receipt	Wed Oct 06 05:38:12 2010 +0000
     1.2 +++ b/awesome/receipt	Wed Mar 30 10:42:27 2011 +0000
     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