tazpkg rev 91

tazpkgbox: add check buttons
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 19 20:53:00 2008 +0000 (2008-05-19)
parents cedd75bd9d6e
children fff4fbde912a
files tazpkgbox
line diff
     1.1 --- a/tazpkgbox	Mon May 19 11:04:00 2008 +0000
     1.2 +++ b/tazpkgbox	Mon May 19 20:53:00 2008 +0000
     1.3 @@ -267,11 +267,27 @@
     1.4  			</hbox>
     1.5  		</frame>
     1.6  		<frame Files path>
     1.7 -			<text use-markup="true" width-chars="60">
     1.8 -				<label>
     1.9 +			<hbox>
    1.10 +				<text use-markup="true" width-chars="60">
    1.11 +					<label>
    1.12  "Lists, mirror URL and installed packages: <b>/var/lib/tazpkg</b>"
    1.13 -				</label>
    1.14 -			</text>
    1.15 +					</label>
    1.16 +				</text>
    1.17 +				<button>
    1.18 +					<label>Quick check</label>
    1.19 +					<input file icon="go-next"></input>
    1.20 +					<action>tazpkg --check</action>
    1.21 +					<action>xterm -fa MiscFixed -fs 11 -bg
    1.22 +					gray93 -fg black -T "Check packages (q to quit)" -geometry 80x25+120+120 -e "tazpkg check | less "</action>
    1.23 +				</button>
    1.24 +				<button>
    1.25 +					<label>Full check</label>
    1.26 +					<input file icon="go-next"></input>
    1.27 +					<action>tazpkg --check</action>
    1.28 +					<action>xterm -fa MiscFixed -fs 11 -bg
    1.29 +					gray93 -fg black -T "Check packages (q to quit)" -geometry 80x25+120+120 -e "tazpkg check --full | less "</action>
    1.30 +				</button>
    1.31 +			</hbox>
    1.32  		</frame>
    1.33  	</vbox>
    1.34