# HG changeset patch # User ernia # Date 1358967025 0 # Node ID d5ed16c0df59a2706bf1e56123ca6f473cb54b86 # Parent ea414f3e2eeb43dbf2252aaf3694b8fd810a8d46 xpad: fix missing icon in lxpanel windows list diff -r ea414f3e2eeb -r d5ed16c0df59 xpad/receipt --- a/xpad/receipt Wed Jan 23 16:28:49 2013 +0100 +++ b/xpad/receipt Wed Jan 23 18:50:25 2013 +0000 @@ -12,6 +12,7 @@ DEPENDS="gtk+ util-linux-uuid xorg-libICE xorg-libSM" BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget" +GENERIC_PIXMAPS="no" # Rules to configure and make the package. compile_rules() @@ -24,6 +25,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr + mkdir -p $fs/usr/share/icons/SliTaz/apps/48/ cp -a $_pkg/usr/bin $fs/usr + cp $stuff/xpad.png $fs/usr/share/icons/SliTaz/apps/48/ }