wok-stable diff lxlauncher/receipt @ rev 1214
squirrelmail-vkeyboard: declare config file
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 09 18:13:40 2008 +0000 (2008-08-09) |
parents | 8c93080d5e71 |
children | f0e0e1fd3f1b |
line diff
1.1 --- a/lxlauncher/receipt Thu May 15 20:54:54 2008 +0200 1.2 +++ b/lxlauncher/receipt Sat Aug 09 18:13:40 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxlauncher" 1.7 -VERSION="0.1.6" 1.8 +VERSION="0.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="LXDE desktop launcher." 1.11 DEPENDS="xorg-libX11 gtk+" 1.12 @@ -33,6 +33,6 @@ 1.13 cp -a $_pkg/usr/bin $fs/usr 1.14 # SliTaz home make config files 1.15 cp stuff/gtkrc $fs/usr/share/lxlauncher 1.16 - cp -a stuff/background $fs/usr/share/lxlauncher 1.17 + #cp -a stuff/background $fs/usr/share/lxlauncher 1.18 chown -R root.root $fs 1.19 }