wok-4.x diff awesome/receipt @ rev 9431
dropbear: fix xauth path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 31 12:57:23 2011 +0200 (2011-03-31) |
parents | d1e3d41cea3f |
children | b055fad40b76 |
line diff
1.1 --- a/awesome/receipt Wed Oct 06 05:38:12 2010 +0000 1.2 +++ b/awesome/receipt Thu Mar 31 12:57:23 2011 +0200 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