wok rev 13908

xpad: fix missing icon in lxpanel windows list
author ernia <monghitri@aruba.it>
date Wed Jan 23 18:50:25 2013 +0000 (2013-01-23)
parents ea414f3e2eeb
children 5fafb0ebc7d5
files xpad/receipt
line diff
     1.1 --- a/xpad/receipt	Wed Jan 23 16:28:49 2013 +0100
     1.2 +++ b/xpad/receipt	Wed Jan 23 18:50:25 2013 +0000
     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  }