tazpkg diff tazpkgbox @ rev 319

show upgradeable packages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 22 23:57:19 2010 +0100 (2010-02-22)
parents 55f7f7389343
children 317b65f3d2a0
line diff
     1.1 --- a/tazpkgbox	Thu Feb 11 11:11:45 2010 +0100
     1.2 +++ b/tazpkgbox	Mon Feb 22 23:57:19 2010 +0100
     1.3 @@ -295,6 +295,7 @@
     1.4  				<item>installed</item>
     1.5  				<item>installable</item>
     1.6  				<item>blocked</item>
     1.7 +				<item>upgradeable</item>
     1.8  			</combobox>
     1.9  			<text>
    1.10  				<label>"Category:"</label>
    1.11 @@ -534,7 +535,7 @@
    1.12  		<button>
    1.13  			<label>Recharge lists</label>
    1.14  			<input file icon="system-software-update"></input>
    1.15 -			<action>xterm -T "Recharge" -geometry 80x16+120+120 -e "tazpkg recharge; sleep 2" 2>/dev/null</action>
    1.16 +			<action>xterm -T "Recharge" -geometry 80x16+120+120 -e "tazpkg recharge ; tazpkg upgradeable" 2>/dev/null</action>
    1.17  			<action>refresh:DEV</action>
    1.18  			<action>refresh:PKG</action>
    1.19  			<action>refresh:PKG_STATS</action>