wok-6.x diff xfdesktop-extras/receipt @ rev 15257
samba: remove some error triggers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 24 09:45:53 2013 +0000 (2013-09-24) |
parents | c3a7734ccd30 |
children | a78610b2eb47 |
line diff
1.1 --- a/xfdesktop-extras/receipt Wed Jul 17 13:54:38 2013 +0200 1.2 +++ b/xfdesktop-extras/receipt Tue Sep 24 09:45:53 2013 +0000 1.3 @@ -5,10 +5,12 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xfce Desktop icons and stuff" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libxfce4util thunar libexo" 1.8 +LICENSE="GPL2" 1.9 WEB_SITE="http://www.xfce.org/" 1.10 WANTED="xfdesktop" 1.11 1.12 +DEPENDS="libxfce4util thunar libexo" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 @@ -16,10 +18,10 @@ 1.18 $fs/usr/share/locale \ 1.19 $fs/usr/share/xfce4 1.20 1.21 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.22 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.23 - cp -a $_pkg/usr/share/backgrounds $fs/usr/share/ 1.24 - #~ cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4 1.25 - #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.26 + cp -a $install/usr/share/icons $fs/usr/share 1.27 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.28 + cp -a $install/usr/share/backgrounds $fs/usr/share/ 1.29 + #~ cp -a $install/usr/share/xfce4/backdrops $fs/usr/share/xfce4 1.30 + #~ cp -a $install/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.31 } 1.32