wok diff lxpanel-extra/receipt @ rev 13208
postgis: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 06 15:22:20 2012 +0200 (2012-08-06) |
parents | 6a1c389593ae |
children | bf872cb6f5c1 |
line diff
1.1 --- a/lxpanel-extra/receipt Tue Apr 17 12:26:07 2012 +0200 1.2 +++ b/lxpanel-extra/receipt Mon Aug 06 15:22:20 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel-extra" 1.7 -VERSION="0.5.9" 1.8 +VERSION="0.5.10" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="LXpanel keyboard led indicator plugin." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,13 +16,13 @@ 1.13 $fs/usr/lib/lxpanel/plugins \ 1.14 $fs/usr/share/lxpanel/images 1.15 # Plugins 1.16 - cp $_pkg/usr/lib/lxpanel/plugins/kbled.so \ 1.17 + cp $install/usr/lib/lxpanel/plugins/kbled.so \ 1.18 $fs/usr/lib/lxpanel/plugins 1.19 # Images 1.20 - cp -a $_pkg/usr/share/lxpanel/images/ns-*.png \ 1.21 + cp -a $install/usr/share/lxpanel/images/ns-*.png \ 1.22 $fs/usr/share/lxpanel/images 1.23 - cp -a $_pkg/usr/share/lxpanel/images/*lock-*.png \ 1.24 + cp -a $install/usr/share/lxpanel/images/*lock-*.png \ 1.25 $fs/usr/share/lxpanel/images 1.26 - cp -a $_pkg/usr/share/lxpanel/images/xkb-flags \ 1.27 + cp -a $install/usr/share/lxpanel/images/xkb-flags \ 1.28 $fs/usr/share/lxpanel/images 1.29 }