tazpkg diff tazpkgbox @ rev 287

tazpkgbox: use /home/slitaz/wok if available
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 19 20:48:39 2009 +0200 (2009-08-19)
parents 518d23c7f3e7
children 20cd1752f36f
line diff
     1.1 --- a/tazpkgbox	Thu Aug 13 23:07:44 2009 +0000
     1.2 +++ b/tazpkgbox	Wed Aug 19 20:48:39 2009 +0200
     1.3 @@ -357,6 +357,17 @@
     1.4  				<action>$LIB/search files</action>
     1.5  				<action>refresh:RESULT</action>
     1.6  			</button>
     1.7 +'
     1.8 +tmp='
     1.9 +			<button>
    1.10 +				<label>Tags</label>
    1.11 +				<input file icon="system-search"></input>
    1.12 +				<action>$LIB/search tags</action>
    1.13 +				<action>refresh:RESULT</action>
    1.14 +			</button>
    1.15 +'
    1.16 +[ -d /home/slitaz/wok ] && TAZPKG_DIALOG="$TAZPKG_DIALOG $tmp"
    1.17 +tmp='
    1.18  		</hbox>
    1.19  	</vbox>
    1.20  
    1.21 @@ -386,6 +397,7 @@
    1.22  			<combobox>
    1.23  				<variable>UNDIGEST_ENTRY</variable>
    1.24  '
    1.25 +TAZPKG_DIALOG="$TAZPKG_DIALOG $tmp"
    1.26  for i in all $(ls /var/lib/tazpkg/undigest 2> /dev/null); do
    1.27  	TAZPKG_DIALOG="$TAZPKG_DIALOG <item>$i</item> "
    1.28  done