wok-next diff xpad/receipt @ rev 13944

xorg-xauth: add common path (thanks mojo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 29 09:43:35 2013 +0100 (2013-01-29)
parents d8b4a8ab0632
children 1ceb477b8f7e
line diff
     1.1 --- a/xpad/receipt	Thu Jan 03 00:29:09 2013 +0000
     1.2 +++ b/xpad/receipt	Tue Jan 29 09:43:35 2013 +0100
     1.3 @@ -12,6 +12,7 @@
     1.4  
     1.5  DEPENDS="gtk+ util-linux-uuid xorg-libICE xorg-libSM"
     1.6  BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget"
     1.7 +GENERIC_PIXMAPS="no"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -24,6 +25,7 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr
    1.16 +	mkdir -p $fs/usr/share/icons/SliTaz/apps/48/
    1.17  	cp -a $_pkg/usr/bin $fs/usr
    1.18 +	cp $stuff/xpad.png $fs/usr/share/icons/SliTaz/apps/48/
    1.19  }