tazpkg rev 238 2.7

tazpkgbox: fix various refresh
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 26 14:31:12 2009 +0100 (2009-02-26)
parents c69f040f857e
children 20347e11a194
files tazpkgbox
line diff
     1.1 --- a/tazpkgbox	Wed Feb 25 22:37:30 2009 +0100
     1.2 +++ b/tazpkgbox	Thu Feb 26 14:31:12 2009 +0100
     1.3 @@ -183,7 +183,6 @@
     1.4  			<action>echo "$PKG" > /tmp/tazpkgbox/pkg</action>
     1.5  			<action>$LIB/package_infos</action>
     1.6  			<action>refresh:PKG</action>
     1.7 -			<action>refresh:GETIT</action>
     1.8  			<action>refresh:PKG_STATS</action>
     1.9  			<action>refresh:CACHE_STATS</action>
    1.10  		</tree>
    1.11 @@ -229,7 +228,7 @@
    1.12  		</hbox>
    1.13  	</vbox>
    1.14  	
    1.15 -		<vbox>
    1.16 +	<vbox>
    1.17  		<tree>
    1.18  			<width>620</width><height>120</height>
    1.19  			<variable>RESULT</variable>
    1.20 @@ -237,7 +236,7 @@
    1.21  			<input icon_column="0">cat /tmp/tazpkgbox/search</input>
    1.22  			<action>echo "$RESULT" > /tmp/tazpkgbox/pkg</action>
    1.23  			<action>$LIB/package_infos</action>
    1.24 -			<action>$LIB/search</action>
    1.25 +			<action>$LIB/search packages</action>
    1.26  			<action>refresh:RESULT</action>
    1.27  			<action>refresh:PKG</action>
    1.28  			<action>refresh:PKG_STATS</action>
    1.29 @@ -271,7 +270,6 @@
    1.30  			<action>echo "$DEV" > /tmp/tazpkgbox/pkg</action>
    1.31  			<action>$LIB/package_infos</action>
    1.32  			<action>refresh:PKG</action>
    1.33 -			<action>refresh:GETIT</action>
    1.34  			<action>refresh:PKG_STATS</action>
    1.35  			<action>refresh:CACHE_STATS</action>
    1.36  		</tree>
    1.37 @@ -422,9 +420,9 @@
    1.38  			<input file icon="system-software-update"></input>
    1.39  			<action>xterm -T "Recharge" -geometry 80x16+120+120 -e "tazpkg recharge; sleep 2" 2>/dev/null</action>
    1.40  			<action>refresh:DEV</action>
    1.41 -			<action>refresh:GET</action>
    1.42 -			<action>refresh:GETIT</action>
    1.43 +			<action>refresh:PKG</action>
    1.44  			<action>refresh:PKG_STATS</action>
    1.45 +			<action>refresh:CACHE_STATS</action>
    1.46  		</button>
    1.47  		<button>
    1.48  			<label>Upgrade all</label>
    1.49 @@ -432,8 +430,6 @@
    1.50  			<action>xterm -T "Package upgrade" -geometry 80x16+120+120 -e "tazpkg upgrade; sleep 2" 2>/dev/null</action>
    1.51  			<action>refresh:PKG</action>
    1.52  			<action>refresh:DEV</action>
    1.53 -			<action>refresh:GET</action>
    1.54 -			<action>refresh:GETIT</action>
    1.55  			<action>refresh:PKG_STATS</action>
    1.56  			<action>refresh:CACHE_STATS</action>
    1.57  		</button>