wok-6.x diff lxpanel-extra/receipt @ rev 14507
Add get-src2pkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 14 07:26:31 2013 +0200 (2013-05-14) |
parents | 0b73c72d760b |
children | 7896f0694ef6 |
line diff
1.1 --- a/lxpanel-extra/receipt Wed Jul 25 09:15:48 2012 +0000 1.2 +++ b/lxpanel-extra/receipt Tue May 14 07:26:31 2013 +0200 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel-extra" 1.7 -VERSION="0.5.10" 1.8 +VERSION="0.5.12" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="LXpanel keyboard led indicator plugin." 1.11 +SHORT_DESC="Extra files for LXpanel" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 -DEPENDS="expat gtk+ wireless_tools xorg-libXdamage menu-cache" 1.14 +WEB_SITE="http://www.lxde.org/" 1.15 + 1.16 WANTED="lxpanel" 1.17 -WEB_SITE="http://www.lxde.org/" 1.18 +DEPENDS="lxpanel" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 @@ -19,10 +20,8 @@ 1.23 cp $install/usr/lib/lxpanel/plugins/kbled.so \ 1.24 $fs/usr/lib/lxpanel/plugins 1.25 # Images 1.26 - cp -a $install/usr/share/lxpanel/images/ns-*.png \ 1.27 - $fs/usr/share/lxpanel/images 1.28 - cp -a $install/usr/share/lxpanel/images/*lock-*.png \ 1.29 - $fs/usr/share/lxpanel/images 1.30 - cp -a $install/usr/share/lxpanel/images/xkb-flags \ 1.31 - $fs/usr/share/lxpanel/images 1.32 + imgs=usr/share/lxpanel/images 1.33 + cp -a $install/$imgs/ns-*.png $fs/$imgs 1.34 + cp -a $install/$imgs/*lock-*.png $fs/$imgs 1.35 + cp -a $install/$imgs/xkb-flags $fs/$imgs 1.36 }