slitaz-dev-tools rev 101 1.2

Putting back all my stuff in same root 'baba-scripts' directory before modifying receipt in wok
author Babaorum
date Tue May 31 21:46:39 2011 +0100 (2011-05-31)
parents b1b97abd1a96
children 1437537aec06
files baba-scripts/mozicon24.png baba-scripts/yaff baba-scripts/yaff.png
line diff
     1.1 Binary file baba-scripts/mozicon24.png has changed
     2.1 --- a/baba-scripts/yaff	Tue May 31 20:26:18 2011 +0200
     2.2 +++ b/baba-scripts/yaff	Tue May 31 21:46:39 2011 +0100
     2.3 @@ -45,7 +45,7 @@
     2.4  MAIN_DIALOG='
     2.5  <window title="Yet Another Firefox" window_position="1">
     2.6  	<vbox>
     2.7 -		<notebook labels="Choose a profile|Configuration|Information">
     2.8 +		<notebook labels="Choose a profile|Information">
     2.9  			<vbox>
    2.10  				<list selection-mode="2">
    2.11  					<variable>PROFIL</variable>'
    2.12 @@ -89,55 +89,6 @@
    2.13  				</hbox>
    2.14  			</vbox>
    2.15  			
    2.16 -			<vbox>
    2.17 -				<tree>
    2.18 -					<label>Version | Profile</label>
    2.19 -					<variable>DEFAULT_PROFILE</variable>'
    2.20 -for firefox in $FIREFOX
    2.21 -do
    2.22 -	version=`echo $firefox | cut -d'#' -f1`
    2.23 -	exec=`echo $firefox | cut -d'#' -f2`
    2.24 -	profile=`echo $firefox | cut -d'#' -f3`
    2.25 -	MAIN_DIALOG=$MAIN_DIALOG"<item>$version|$profile</item>"
    2.26 -done
    2.27 -MAIN_DIALOG=$MAIN_DIALOG'
    2.28 -				</tree>
    2.29 -				<hbox>
    2.30 -					<text>
    2.31 -						<label>Version number</label>
    2.32 -					</text>
    2.33 -					<entry>
    2.34 -						<variable>ENTRY_VERSION_NUMBER</variable>
    2.35 -					</entry>
    2.36 -				</hbox>
    2.37 -				<hbox>
    2.38 -					<text>
    2.39 -						<label>Path to this version executable</label>
    2.40 -					</text>
    2.41 -					<entry>
    2.42 -						<variable>ENTRY_VERSION_BIN</variable>
    2.43 -					</entry>
    2.44 -				</hbox>
    2.45 -				<hbox>
    2.46 -					<text>
    2.47 -						<label>Default profile</label>
    2.48 -					</text>
    2.49 -					<entry>
    2.50 -						<variable>ENTRY_VERSION_DEFAULT_PROFILE</variable>
    2.51 -					</entry>
    2.52 -				</hbox>
    2.53 -				<hbox>
    2.54 -					<button>
    2.55 -						<input file icon="gtk-add"></input>
    2.56 -						<label>New version</label>
    2.57 -						<action>zenity --info --text="coucou"</action>
    2.58 -					</button>
    2.59 -					<button>
    2.60 -						<input file icon="gtk-quit"></input>
    2.61 -						<label>Quit</label>
    2.62 -						<action type="CloseWindow">MAIN_DIALOG</action>
    2.63 -					</button>
    2.64 -				</hbox>
    2.65  			</vbox>
    2.66  			
    2.67  			<vbox>
     3.1 Binary file baba-scripts/yaff.png has changed