wok-undigest diff blackbox/receipt @ rev 260

libbonobo has moved to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 28 22:44:58 2011 +0200 (2011-05-28)
parents 7b88e8b8761f
children 488f6433a316
line diff
     1.1 --- a/blackbox/receipt	Sun May 30 04:24:51 2010 +0000
     1.2 +++ b/blackbox/receipt	Sat May 28 22:44:58 2011 +0200
     1.3 @@ -11,6 +11,9 @@
     1.4  BUILD_DEPENDS="xorg-libXt-dev xorg-libXft-dev"
     1.5  DEPENDS="xorg-libXt xorg-libXft sed xorg-xextproto"
     1.6  
     1.7 +# TODO: modify tazx for blackbox so it will creat a correct ~/.xinitrc
     1.8 +# to let user use the wm via slim/F1 or by default with 'tazx blackbox'.
     1.9 +
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 @@ -18,7 +21,7 @@
    1.14  	./configure --prefix=/usr --sysconfdir=/etc \
    1.15  	--libexecdir=/usr/bin --mandir=/usr/share/man \
    1.16  	$CONFIGURE_ARGS &&
    1.17 -	patch -p1 < ../files/blackbox-0.70.1-gcc-4.3.patch
    1.18 +	patch -p1 < ../stuff/blackbox-0.70.1-gcc-4.3.patch
    1.19  	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22 @@ -30,4 +33,3 @@
    1.23  	cp -a $_pkg/usr/bin $fs/usr
    1.24  	cp -a $_pkg/usr/share/blackbox $fs/usr/share
    1.25  }
    1.26 -