tazpkg diff tazpkgbox @ rev 227

tazpkgbox: recharge and upgrade buttons more accessible
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 20 04:06:44 2009 +0100 (2009-02-20)
parents 9720c1c3d4f5
children 6b0bd0333c2e
line diff
     1.1 --- a/tazpkgbox	Mon Nov 24 17:44:37 2008 +0000
     1.2 +++ b/tazpkgbox	Fri Feb 20 04:06:44 2009 +0100
     1.3 @@ -213,17 +213,6 @@
     1.4  				<action>echo "$INSTALLED_CAT" > /tmp/tazpkgbox/installed-category</action>
     1.5  				<action>refresh:PKG</action>
     1.6  			</button>
     1.7 -			<button>
     1.8 -				<label>Upgrade all</label>
     1.9 -				<input file icon="system-software-update"></input>
    1.10 -				<action>xterm -T "Package upgrade" -geometry 80x16+120+120 -e "tazpkg upgrade; sleep 2" 2>/dev/null</action>
    1.11 -				<action>refresh:PKG</action>
    1.12 -				<action>refresh:DEV</action>
    1.13 -				<action>refresh:GET</action>
    1.14 -				<action>refresh:GETIT</action>
    1.15 -				<action>refresh:PKG_STATS</action>
    1.16 -				<action>refresh:CACHE_STATS</action>
    1.17 -			</button>
    1.18  		</hbox>
    1.19  	</vbox>
    1.20  
    1.21 @@ -321,15 +310,6 @@
    1.22  				<action>echo "$MIRRORED_CAT" > /tmp/tazpkgbox/mirrored-category</action>
    1.23  				<action>refresh:GET</action>
    1.24  			</button>
    1.25 -			<button>
    1.26 -				<label>Recharge list</label>
    1.27 -				<input file icon="system-software-update"></input>
    1.28 -				<action>xterm -T "Recharge" -geometry 80x16+120+120 -e "tazpkg recharge; sleep 2" 2>/dev/null</action>
    1.29 -				<action>refresh:DEV</action>
    1.30 -				<action>refresh:GET</action>
    1.31 -				<action>refresh:GETIT</action>
    1.32 -				<action>refresh:PKG_STATS</action>
    1.33 -			</button>
    1.34  		</hbox>
    1.35  	</vbox>
    1.36  
    1.37 @@ -352,15 +332,6 @@
    1.38  				<input file icon="go-next"></input>
    1.39  				<action type="launch">SETUP_UNDIGEST</action>
    1.40  			</button>
    1.41 -			<button>
    1.42 -				<label>Recharge list</label>
    1.43 -				<input file icon="system-software-update"></input>
    1.44 -				<action>xterm -T "Recharge" -geometry 80x16+120+120 -e "tazpkg recharge; sleep 2" 2>/dev/null</action>
    1.45 -				<action>refresh:DEV</action>
    1.46 -				<action>refresh:GET</action>
    1.47 -				<action>refresh:GETIT</action>
    1.48 -				<action>refresh:PKG_STATS</action>
    1.49 -			</button>
    1.50  		</hbox>
    1.51  		<hbox>
    1.52  			<text>
    1.53 @@ -473,11 +444,12 @@
    1.54  	</vbox>
    1.55  
    1.56  	<vbox>
    1.57 -		<frame Cache directory>
    1.58 +		<frame Files and Cache directory>
    1.59  			<text use-markup="true" width-chars="60" wrap="false">
    1.60 -				<label>
    1.61 -"The cache directory is used to store downloaded or repacked packages."
    1.62 -				</label>
    1.63 +				<label>"
    1.64 +Lists, mirror URL and installed packages: <b>/var/lib/tazpkg</b>
    1.65 +The cache directory is used to store downloaded or repacked packages.
    1.66 +				"</label>
    1.67  			</text>
    1.68  			<hbox>
    1.69  				<entry editable="false">
    1.70 @@ -514,15 +486,6 @@
    1.71  				</button>
    1.72  			</hbox>
    1.73  		</frame>
    1.74 -		<frame Files path>
    1.75 -			<hbox>
    1.76 -				<text use-markup="true" width-chars="60">
    1.77 -					<label>
    1.78 -"Lists, mirror URL and installed packages: <b>/var/lib/tazpkg</b>"
    1.79 -					</label>
    1.80 -				</text>
    1.81 -			</hbox>
    1.82 -		</frame>
    1.83  		<hbox>
    1.84  			<frame Journal>
    1.85  				<hbox>
    1.86 @@ -575,6 +538,26 @@
    1.87  
    1.88  	<hbox>
    1.89  		<button>
    1.90 +			<label>Recharge lists</label>
    1.91 +			<input file icon="system-software-update"></input>
    1.92 +			<action>xterm -T "Recharge" -geometry 80x16+120+120 -e "tazpkg recharge; sleep 2" 2>/dev/null</action>
    1.93 +			<action>refresh:DEV</action>
    1.94 +			<action>refresh:GET</action>
    1.95 +			<action>refresh:GETIT</action>
    1.96 +			<action>refresh:PKG_STATS</action>
    1.97 +		</button>
    1.98 +		<button>
    1.99 +			<label>Upgrade all</label>
   1.100 +			<input file icon="system-software-update"></input>
   1.101 +			<action>xterm -T "Package upgrade" -geometry 80x16+120+120 -e "tazpkg upgrade; sleep 2" 2>/dev/null</action>
   1.102 +			<action>refresh:PKG</action>
   1.103 +			<action>refresh:DEV</action>
   1.104 +			<action>refresh:GET</action>
   1.105 +			<action>refresh:GETIT</action>
   1.106 +			<action>refresh:PKG_STATS</action>
   1.107 +			<action>refresh:CACHE_STATS</action>
   1.108 +		</button>
   1.109 +		<button>
   1.110  			<label>Wok</label>
   1.111  			<input file icon="gtk-open"></input>
   1.112  			<action>firefox http://hg.slitaz.org/wok/file/</action>